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

html {
	font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #FFF;
	font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
img {
	max-width:100%;
}
video {
  max-width: 100%;
}
#movie img{
	max-width: inherit;
	width: 100%;
}

/* ----------- side PC ----------- */
.side-wrapper {
	width: 580px;
}
.side {
	left: 0;
	top: 0;
    width: 260px;
    height: auto;
    position: fixed;
    z-index: 10;
}
header h1.logo {
	text-align:center;
	margin-top:50px;
	margin-bottom:45px;
}
aside {
	margin-bottom:50px;
}
aside.side-flame {
	padding:0 15px;
}

span.english_link{
	color:#76a4d7;
	background:white;
	border:1px solid #333;
	padding:0 5px;
	margin-right:5px;
}
/* PCメニュー */
ul.nav-pc {
	padding-left: 20px;
	margin-top: 25px;
    margin-bottom: 18px;
}
ul.nav-pc li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: bold;
	letter-spacing: 2.5px;
	/*background: #DDD;*/
}
.line {
    padding-left:15px;
}
.btn-recruit{
	position: relative;
    background: #faf8f8;
    color: #333;
    text-align: center !important;
    width: 230px;
    height: 50px;
    line-height: 330%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-weight: bold;
    border:1px solid #b3b3b3;
    letter-spacing:2.5px;
    font-size:15px;
    font-size:1.5rem;
}
.btn-confirm {
	width: 470px;
	margin: 0 auto;
}
.btn-confirm .btn-recruit {
	width: 42%;
	margin: 0 2.5%;
	float: left;
}
.btn-recruit a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
}
.btn-recruit a:link {
    color:#333;
    text-decoration:none;
}
.btn-recruit a:visited {
    color:#333;
    text-decoration:none;
}
.btn-recruit a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    background: #DDD;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 8px;
	top: -1px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow:before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 25%;
	border-radius: 100%;
	background: #706f6c;
}
.arrow:after{
	left: 4px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow_prev {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 8px;
	top: -1px;
}
.arrow_prev::before,
.arrow_prev::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow_prev:before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 25%;
	border-radius: 100%;
	background: #706f6c;
}
.arrow_prev:after{
	left: -14px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
}

@media screen and (max-width: 499px){
/*
	.arrow_prev:before{
		width: 24px;
		height: 24px;
		left:-35px;
	}
	.arrow_prev:after{
		left: -25px;
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
*/
}


.fb-title {
    padding-bottom:10px;
}
h3.title-news {
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: bold;
	letter-spacing: 2.5px;
	font-size:80%;
}
ul.post-item-side {
	border-top:1px dotted #DDD;
}
ul.post-item-side li {
	list-style:none;
	border-bottom:1px dotted #DDD;
	padding:17px 0;
	overflow: hidden;
}
ul.post-item-side li:last-child {
	border-bottom:none;
}
dl.news-side {
	width:100%;
	font-size:80%;
	line-height: 140%;
}
dl.news-side dt {
padding-bottom: 8px;
}

div.nav-links-content a{
border:none!important;
}
div.nav-links-content img{
height:33px;
max-width:none;
}

/* ----------- main ----------- */
main {
	margin-left: 260px;
	position: relative;
	box-shadow: 8px 0 8px -1px rgba(0,0,0,0.05) inset;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.shadow {
    position: fixed;
    z-index: 2;
    top: 500px;
    left:260px;
}
#main-v {
    position: relative;
	z-index: 0;
	width: 100%;
}
.slider {
    position: relative;
    width: 100%;
}
.slider img {
	max-width: inherit;
	width: 100%;
    width: -webkit-fill-available;
}


/* ----------- コンテンツ　TOPページ ----------- */
#contents {
	width:100%;
	position: relative;
	overflow:hidden;
	margin-top: 50px;
}
section {
}
section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.bg-news {
	position:relative;
	z-index:0;
    background: url("../images/index/bg_pattern.jpg") repeat;
    top: -90px;
}
.heartful {
	position:relative;
  max-width:800px;/*202106修正*/
	margin:0 auto;
	z-index:1;
	text-align:right;
}
.flame {
	max-width:700px;/*202106修正*/
	margin:0 auto;
	padding:40px 20px;/*202106修正*/
}
#athlete_202106 .flame,#recruit_202106 .flame{/*202106修正*/
	padding:40px 0;
}
.flame:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.flame_w100 {
  width: 100%; /*20211214臨時対応用*/
}
h2.title-top {
	margin-bottom:8px;
	text-align:center;
	font-size:24px;
	font-size:2.4rem;
	font-weight:bold;
	letter-spacing:1.5px;
}
.sub-title {
	margin-bottom:30px;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	color:#76a4d7;
}
dl.news-top {
	max-width:640px;/*202106修正*/
	padding: 30px 30px 15px;
	background:#FFF;
	line-height: 140%;
	margin-top: 25px;
    margin-bottom: 20px;
}
dl.news-top dt {
	clear: left;
	float: left;
	width: 185px;
	padding-bottom: 15px;
	font-weight:bold;
	font-size:14px;
	font-size:1.4rem;
	color:#0068b6;
}
dl.news-top dt .cate {
	color: #FFF;
    	background: #09accc;
    	padding: 3px 10px;
    	font-size: 12px;
    	font-size: 1.2rem;
    	margin-left: 10px;
}
dl.news-top dd {
	padding-left:185px;
	padding-bottom: 15px;
}
.more{
	text-align:right;
	padding-right: 20px;
}
h2.title-top-product {
	margin-top:30px;
	margin-bottom:8px;
	text-align:center;
	font-size:24px;
	font-size:2.4rem;
	font-weight:bold;
	letter-spacing:1.5px;
}
.adjust {
	margin-top: -90px;
}
.item-product {
	text-align: center;
	margin-bottom:40px;
	height: 270px;
}
.item-product .name {
	margin-top:20px;
	font-size:18px;
	font-size:1.8rem;
	line-height:140%;
}
.bg-pageicon {
    background: #e9f0f4;
}
.item-pageicon {
    text-align: center;
    background: #FFF;
    margin: 15px 0;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.1);
    position: relative;
	height: 120px;
	padding: 30px 0;
}
.item-pageicon a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.item-pageicon a:link {
    text-decoration:none;
}
.item-pageicon a:visited {
    text-decoration:none;
}
.item-pageicon a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.item-pageicon img {
    position: relative;
    top: 30px;
    max-width: 67px; /* スマートフォン向け2倍サイズ画像でも大きくなりすぎないようにする */
}
h3.pageicon {
    margin: 12px 0 8px;
    letter-spacing:1.5px;
    position: relative;
    top: 30px;
}
.item-pageicon .sub-title {
	margin-bottom: 0;
	position: relative;
    top: 30px;
}
.goto-top {
    text-align: right;
    padding-right: 20px;
}
.arrow02 {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 8px;
	top: -1px;
}
.arrow02::before,
.arrow02::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow02:before{
	width: 24px;
	height: 24px;
	-webkit-border-radius: 25%;
	border-radius: 100%;
	background: #706f6c;
}
.arrow02:after{
	left: 7px;
	top:3px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* ----------- コンテンツ　下層ページ ----------- */
#contents-under {
	width:100%;
	position: relative;
	overflow:hidden;
}
ul.breadcrumb {
	max-width:700px;/*202106修正*/
	margin:50px auto 30px;
}
.breadcrumb li {
  display:inline;
  list-style: none;
  line-height:120%;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 10px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
    text-decoration: none;
    visibility: hidden;
}
h2.title-under {
	margin-top: 30px;
    margin-bottom: 40px;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2.5px;
    border-bottom:1px solid #DDD;
    padding-bottom:13px;
    line-height:140%;
}
.product {
    margin-bottom: 60px;
    overflow: hidden;
}
.product .image-area {
	float:left;
    width:380px;
    padding-right:40px;
}
.product .image-area img {
	border:1px solid #e5e5e5;
	box-sizing: border-box;
}
.product .text-area {
	float:left;/*202106修正*/
    width:280px;
}
h3.product-name {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height:140%;
}
h4.product-detail {
    margin-bottom: 10px;
    font-weight: bold;
    line-height:140%;
}
.slider-for {
	margin-bottom:20px;
}
.slick-track {
    margin-left: 0 !important;
    margin-right: auto;
}
.color-item img {
    margin-bottom: 5px;
}
.color-item .color-name {
    height:50px;
    font-size:14px;
    font-size:1.4rem;
    line-height:120%;
}
.play-movie {
    overflow:hidden;
    margin-bottom:50px;
}
.play-movie .icon-area {
    float:left;
    width:50px;
    padding-right:20px;
}
.play-movie .text-area {
	float:left;/*202106修正*/
	/* width:630px; */
	padding-top:10px;
}
.btn-s {
	position: relative;
    background: #FFF;
    color: #333;
    text-align: center !important;
    width: 240px;
	max-width: 100%;
    height: 43px;
    line-height: 300%;
    margin: 0 auto 5px;
    font-weight: bold;
    border:1px solid #b3b3b3;
	letter-spacing: -0.05rem;
    font-size:14px;
    font-size:1.4rem;
}
.btn-s a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
}
.btn-s.s-current a {
	background: #DDD;
}
.btn-s a:link {
    color:#333;
    text-decoration:none;
}
.btn-s a:visited {
    color:#333;
    text-decoration:none;
}
.btn-s a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    background: #DDD;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.btn-m {
	position: relative;
    background: #FFF;
    color: #333;
    text-align: center !important;
    width: 350px;
	max-width: 100%;
    height: 50px;
    line-height: 330%;
    margin: 0 auto;
    font-weight: bold;
    border:1px solid #b3b3b3;
    letter-spacing:0.5px;
    font-size:15px;
    font-size:1.5rem;
}
.btn-m a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
}
.btn-m a:link {
    color:#333;
    text-decoration:none;
}
.btn-m a:visited {
    color:#333;
    text-decoration:none;
}
.btn-m a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    background: #DDD;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.btn-l {
	position: relative;
    background: #FFF;
    color: #333;
    text-align: center !important;
    width: 380px;
    height: 50px;
    line-height: 330%;
    margin: 0 auto;
    font-weight: bold;
    border:1px solid #b3b3b3;
    letter-spacing:0.5px;
    font-size:15px;
    font-size:1.5rem;
}
.btn-l a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
}
.btn-l a:link {
    color:#333;
    text-decoration:none;
}
.btn-l a:visited {
    color:#333;
    text-decoration:none;
}
.btn-l a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    background: #DDD;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.btn-gray {
	position: relative;
    background: #666;
    color: #FFF;
    text-align: center !important;
    width: 260px;
    height: 35px;
    line-height: 250%;
    margin: 0 auto;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 5px;
}
.btn-gray a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
}
.btn-gray a:link {
    color:#FFF;
    text-decoration:none;
}
.btn-gray a:visited {
    color:#FFF;
    text-decoration:none;
}
.btn-gray a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #DDD;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.btn-gray-l {
	position: relative;
    background: #666;
    color: #FFF;
    text-align: center !important;
    width: 380px;
    height: 35px;
    line-height: 250%;
    margin: 0 auto;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 5px;
}
.btn-gray-l a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
}
.btn-gray-l a:link {
    color:#FFF;
    text-decoration:none;
}
.btn-gray-l a:visited {
    color:#FFF;
    text-decoration:none;
}
.btn-gray-l a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #DDD;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.tab-area li{
	display: inline-block;
	padding: 12px 25px;
	background: #eee;
	width:100px;
	text-align: center;
	cursor: pointer;
}
.tab-area li.select{
	background:#0168b5;
	color:#FFF;
}
.tab-content{}
.hide {display:none;}

ul.news-wrapper {
	width:100%;
	line-height: 140%;
	border-top:2px solid #CCC;
	border-bottom:2px solid #CCC;
	margin-bottom:30px;
}
ul.news-wrapper li {
	list-style:none;
	border-bottom:1px solid #DDD;
	padding-top: 20px;
	padding-bottom: 20px;
}
dl.news-under dt {
	clear: left;
	float: left;
	width: 185px;
	color:#0068b6;
}
dl.news-under dt .cate {
	color:#FFF;
	background:#09accc;
	padding:3px 10px;
	font-size:12px;
	font-size:1.2rem;
	margin-left:10px;
}
dl.news-under dd {
	padding-left:185px;
}
ul.pager {
  position: relative;
    left: 50%;
    float: left;
}
ul.pager li {
      float: left;
      list-style:none;
      margin-right: 20px;
      margin-bottom: 15px;
      font-size:14px;
      font-size:1.4rem;
      border: 1px #CCC solid;
      position: relative;
      left: -50%;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 10px 15px;
      color: #0168b5;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #DDD;
      text-decoration: none;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
ul.pager li em {
      display: block;
      padding: 10px 15px;
      background: #0168b5;
      color: #FFFFFF;
      font-style: normal;
}
.icon-lineup {
	overflow:hidden;
	margin-bottom:15px;
}
.icon-lineup .icon-area {
	float:left;
    width:35px;
    padding-right:10px;
}
.icon-lineup .text-area {
	float:right;
	width:655px;
	padding-top:4px;
}
.icon-lineup .text-area02 {
	float:left;/*202106修正*/
	/* width:655px; */
	padding-top:13px;
}
dl.post-title dt {
	color:#0068b6;
	margin-bottom:20px;
}
dl.post-title dt .cate {
	color:#FFF;
	background:#09accc;
	padding:3px 10px;
	font-size:12px;
	font-size:1.2rem;
	margin-left:10px;
}
dl.post-title dd {
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	line-height:160%;
	letter-spacing:1.5px;
	margin-bottom:20px;
}
.post-area img {
	margin-top:25px;
}
.unit {
	overflow:hidden;
}
.unit .title {
	font-size: 18px;
    font-size: 1.8rem;
    font-weight:bold;
	line-height:150%;
	margin-bottom:15px;
}
.unit .left-area {
	float:left;
	/*width:120px;*/
	max-width: 120px;	/*2倍サイズの画像への対応*/
	padding-right:40px;
}
.unit .right-area {
	float:left;/*202106修正*/
	/* width:540px; */
}
h3.title-under {
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 13px;
    line-height: 140%;
    letter-spacing:1px;
}
.arrow03 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
	top: -1px;
}
.arrow03::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow03:after{
	width: 7px;
    height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.catalog {
	margin-bottom:20px;
	line-height:140%;
	overflow:hidden;
}
ul.catalog li {
      float: left;
      list-style:none;
}
ul.catalog li:first-child {
	width:330px;
}
ul.catalog li:nth-child(2) {
	width:220px;
	padding-right:20px;
	text-align:right;
}
ul.catalog li:last-child {
	width:120px;
	text-align:right;
	background: url("../images/common/icon_downroad.png") no-repeat left;
}
.lead {
    font-size:24px;
    font-size:2.4rem;
    font-weight:bold;
    line-height:160%;
    letter-spacing:1px;
    margin-bottom:25px;
}
.border-line {
    border-bottom:1px solid #CCC;
    margin-top:15px;
    margin-bottom:15px;
}
dl.outline {
	line-height: 160%;
}
dl.outline dt {
	clear: left;
	float: left;
	width: 32%;
	padding-right:2%;
}
dl.outline dd {
	margin-bottom: 15px;
	border-bottom:1px solid #DDD;
	padding-left:34%;
	padding-bottom: 15px;
}
dl.outline dd:after {
  content:'';
  display:block;
  clear:both;
}
.panf {
	margin-top:80px;
    border:1px solid #CCC;
    padding:25px 30% 15px 30px;
	overflow: hidden;
}
.panf .title {
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:10px;
}
.panf-image {
	text-align: right;
    margin-top: -150px;
    padding-right: 15px;
}
.btn-panf {
	position: relative;
    background: #666;
    color: #FFF;
    text-align: center !important;
    width: 180px;
    height: 25px;
    line-height: 190%;
    margin: 0 auto;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 15px;
	margin-top: -17px;
}
.btn-panf a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
}
.btn-panf a:link {
    color:#FFF;
    text-decoration:none;
}
.btn-panf a:visited {
    color:#FFF;
    text-decoration:none;
}
.btn-panf a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #DDD;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}
ul.office {
	overflow:hidden;
	margin-bottom:30px;
}
ul.office li {
	float: left;
	list-style:none;
}
ul.office li.text-area {
	width: 57%;
    padding-right: 3%;
}
ul.office li.text-area .title {
	font-weight:bold;
	margin-bottom:15px;
}
.client-area .first-col {
	float:left;
	width:35%;
}
ul.client li {
	list-style:none;
	margin-bottom:10px;
}
ul.client li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #333;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}
ul.client li.last:before {
    width:  0;
    height:  0;
    margin-right: 15px;
}
table.history {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #DDD;
	width: 100%;
}
table.history tbody th {
	padding: 15px 15px 15px 5px;
	border-bottom: 1px solid #DDD;
	text-align:left;
	font-weight:bold;
	color:#0068b6;
	letter-spacing:1px;
	font-size:18px;
	font-size:1.8rem;
}
table.history td {
	padding: 15px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	text-align:left;
	font-weight:normal;
}
table.history td.month {
	width:40px;
	text-align:right;
}
.guidance {
	width:92%;
	margin:0 auto;
}
.guidance .title {
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:2px dotted #CCC;
	padding-left:23px;
	padding-top: 3px;
	padding-bottom:17px;
	margin-bottom:15px;
	background: url("../images/recruit/icon_guidance.png") no-repeat;
	background-position: left 0px;
	background-size: 18px 18px;
}
.bg-blue {
	background: #f2f6f9;
}
.voice-item {
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to right, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
	margin-bottom:25px;
	overflow:hidden;
}
.voice-item .text-area {
	float:left;
	width:auto;
	padding:30px 30px 0 0;
}
.voice-item .text-area .name {
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	letter-spacing:1.5px;
	padding-top:5px;
	margin-bottom:15px;
}
.voice-item .image-area {
	float:right;
	width:290px;
	line-height: 0;
}
table.voice {
	border-collapse: separate;
	border-spacing: 0 3px;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	font-size:14px;
	font-size:1.4rem;
}
table.voice tbody th {
	width:75px;
	padding: 2px 10px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	letter-spacing:1px;
	background: #7db1d9;
	vertical-align: middle;
}
table.voice td {
	padding: 2px 10px;
	text-align:left;
	font-weight:normal;
}
ul.voice-subitem {
	overflow:hidden;
	display: flex;
	margin-bottom:50px;
}
ul.voice-subitem  li {
	float:left;
	list-style:none;
}
ul.voice-subitem  li.text-area {
	padding-left:20px;
	align-self: flex-end;
}
.faq-title {
	font-weight:bold;
	letter-spacing:1px;
	line-height:130%;
	padding-left:26px;
	padding-top: 4px;
	padding-bottom:4px;
	margin-bottom:10px;
	background: url("../images/faq/icon_faq.png") no-repeat;
	background-position: top 4px left;
	background-size: 19px 19px;
}
.l-space {
	padding-left:26px;
}
.safety-title {
	font-weight:bold;
	letter-spacing:1px;
	line-height:130%;
	padding-left:26px;
	padding-top: 4px;
	padding-bottom:4px;
	margin-bottom:10px;
	background: url("../images/safety/icon_safety.png") no-repeat;
	background-position: top 4px left;
	background-size: 19px 19px;
}
.safety-line {
	border-bottom:2px dotted #DDD;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:26px;
}
ul.safety li {
	float:left;
	list-style:none;
	width:156px;
	padding-right:30px;
}
ul.links li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 10px;
	font-size: 18px;
	font-size: 1.8rem;
    margin-bottom: 25px;
    line-height: 160%;
}
span.icon-link {
	background: url("../images/links/icon_link.png") no-repeat;
	background-position: top 4px right;
	background-size: 19px 19px;
	width:20px;
	height:20px;
	display: inline-block;
	margin-left: 3px;
}
table.inquiry_form {
	width: 100%;
	line-height: 160%;
	overflow:hidden;
	border: none;
	min-width: inherit;
}
table.inquiry_form tr {
	border: none;
}
table.inquiry_form th {
	width: 100%;
	margin-bottom:10px;
	padding: 0;
	font-weight:bold;
	display: block;
	border: none;
	box-sizing: border-box;
	color: #333;
	background-color: inherit;
}
table.inquiry_form td {
	width: 100%;
	margin-bottom:20px;
	padding: 0;
	display: block;
	border: none;
	box-sizing: border-box;
}
.box-base,
.inquiry_form textarea.box-base,
.inquiry_form input[type="text"].box-base {
	width: 96%;
	padding: 12px 2%;
	border: 0;
	background: #e9f0f4;
	display: inline-block;
	font-size:16px;
	font-size:1.6rem;
	color: #666;
}
textarea {
    resize: vertical;
}
.required {
	font-size:14px;
	font-size:1.4rem;
	color:#c80000;
	padding-left:15px;
	font-weight:normal;
}
.box-base.box-s,
.inquiry_form textarea.box-base.box-s,
.inquiry_form input[type="text"].box-base.box-s,
.box-s {
    width: 70%;
}
ul.radio {
  overflow:hidden;
  margin-top:15px;
}
ul.radio li,
.inquiry_form nobr{
  float:left;
  list-style:none;
  width:50%;
  line-height:140%;
  margin-bottom:15px;
}
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #0168b5;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #0168b5;
  border-radius: 50%;
}
table.inquiry_form td.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 73%;
}
table.inquiry_form td.custom-dropdown select {
  background-color: #e9f0f4;
  color: #666;
  font-size: inherit;
  padding: 10px;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button;
  width: 100%;
  height: 42px;
}
.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.custom-dropdown::after {
	right: 12px;
	top:15px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.custom-dropdown::before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  height: 42px;
}
table.inquiry_form td.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}
table.inquiry_form td.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}
table.inquiry_form td.custom-dropdown::before {
  background-color: #b3b3b3;
}
table.inquiry_form td.custom-dropdown::after {
  color: #FFF;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 25px;
  position:relative;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 0;
}
.checkbox-input:checked + .checkbox-parts{
  color: #0168b5;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 5px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #0168b5;
  border-right: 2px solid #0168b5;
}
#inquiry_privacy_policy textarea {
	display: none;
}
.form-area .form-submit {
	width: 100%;
	height: 50px;
	border-style:none;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2.5px;
	background-color: transparent;
}
.athlete {
	margin-bottom:30px;
	overflow:hidden;
}
.athlete .image-area {
	float:left;
	width:300px;
	padding-right:30px;
}
.athlete .text-area {
	float:left;/*202106修正*/
	width: 370px;
}
.athlete .text-area .name {
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	letter-spacing:1.5px;
	margin-top:15px;
	margin-bottom:20px;
}
span.kana {
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	letter-spacing:0;
}
ul.thumb {
	margin-bottom:10px;
	overflow:hidden;
}
ul.thumb li {
	float:left;
	list-style:none;
	width:25%;
	border:1px solid #DDD;
	padding:6px;
	box-sizing: border-box;
}
ul.caution {
	position: relative;
    left: 50%;
    float: left;
}
ul.caution li {
	float:left;
	list-style:none;
	padding:3px 0;
	margin-bottom:20px;
	line-height:150%;
	font-weight:bold;
	position: relative;
    left: -50%;
}
ul.caution li.icon {
	width:20px;
	height:20px;
	background: url("../images/safety/icon_safety.png") no-repeat;
	background-position: top 6px left;
	background-size: 19px 19px;
	padding-right:5px;
}
h3.title-under-s {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 140%;
}
.adobe .left-area {
    float:left;
    width:160px;
    padding-right:30px;
}
.adobe .right-area {
    float:right;
	width: 510px;
}
table.browser {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
}
table.browser thead th {
	padding: 10px 15px ;
	background-color: #eeeded;
	font-weight: bold;
	vertical-align: middle;
	text-align:left;
}
table.browser tbody th {
	padding: 10px 0 10px 15px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
	text-align:left;
	width:25%;
}
table.browser tbody td {
	padding: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
	text-align:left;
}
/* ----------- english ----------- */
main#english {
	margin-left: 0;
	box-shadow: unset;
	background:#e9f0f4;
}
.english-wrapper {
	width:800px;
	margin:0 auto;
	background:#FFF;
}
.header-english {
	padding:50px 0;
}
.header-english h1.logo {
	text-align:center;
}
.item-product-en {
	text-align: center;
	height: 150px;
	margin-bottom:50px;
}
/*画像ぼやけ対策*/
.item-product-en .image { height: 100%; }
.item-product-en .image img { max-height: 100%; }

/* ----------- フッター ----------- */
footer {
	width:100%;
	background:#FFF;
	text-align:center;
	clear: both;
	margin-top: auto;
	z-index: 10;
}
footer .copy {
	font-size:10px;
	font-size:1.0rem;
	color:#FFF;
	background:#0068b6;
	padding:10px 0;
}
footer .item-footer {
	max-width:1020px;/*202106修正*/
	margin:0 auto;
	padding: 20px 0 80px;
}
footer .item-footer .credit-area {
	float:left;
	order: 1;
}
footer .item-footer .credit-area .logo-footer {
	float:left;
	border-right:1px solid #CCC;
	padding-right:40px;
}
footer .item-footer .credit-area .address {
	float:left;
	padding-left:30px;
	font-size:10px;
	font-size:1.0rem;
	text-align:left;
	padding-top: 3px;
    line-height: 150%;
}
footer .item-footer .navi-area {
	float:right;
	order: 2;
	padding-top:10px;
}


/* ----------- カラム ----------- */
.row {
	margin-left:-10px;
	margin-right:-10px;
}
.row:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.gutter {
	padding-left:120px;
}
.col-3 {
	float:left;
	width:160px;
	padding:0 10px;
}
.col-4 {
	float:left;
	width:220px;
	padding:0 10px;
}
.col-6 {
	float:left;
	width:340px;
	padding:0 10px;
}
.col-8 {
	float:left;
	width:213px;
	padding:0 10px;
}
.col-12 {
	float:left;
	width:700px;
	padding:0 10px;
}
.row-color {
	margin-left:-20px;
	margin-right:-20px;
}
.row-color:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.col-color {
	float:left;
	width:100px;
	padding:0 20px;
}



/* ----------- その他 ----------- */
.pc {
	display:block;
}
.sp {
	display:none;
}
.br-pc {
	display:block;
}
.br-sp {
	display:none;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mbnone {
	margin-bottom:0 !important;
}
.pbnone {
	padding-bottom:0 !important;
}
.ptnone {
	padding-top:0 !important;
}
.prnone {
	padding-right:0 !important;
}
.center {
	text-align:center !important;
}
.left {
	text-align:left !important;
}
.right {
	text-align:right !important;
}
@media(min-width:500px){
	.f-left {
		float:left !important;
	}
}

.f-right {
	float:right !important;
}
.bnone {
	border:none !important;
}

/* ----------- テキスト ----------- */
p {
	line-height:170%;
}
.indent {
	text-indent:1em !important;
}
.txt-bold {
	font-weight:bold !important;
}
.txt14 {
	font-size:14px !important;
	font-size:1.4rem !important;
}
.txt18 {
	font-size:18px !important;
	font-size:1.8rem !important;
}
.text-red {
	color:#c80000 !important;
}


/* ----------- リンク ----------- */
a{
	color:#332c28;
	text-decoration:none;
}
a:link {
	color:#332c28;
	text-decoration:none;
}
a:visited {
	color:#332c28;
	text-decoration:none;
}
a:hover {
	color:#332c28;
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
.nav-pc a{
    color:#332c28;
    text-decoration:none;
	display: block;
	line-height: 16px;
	padding: 12px;

}
.nav-pc a:link {
    color:#332c28;
    text-decoration:none;
}
.nav-pc a:visited {
    color:#332c28;
    text-decoration:none;
}
.nav-pc a:hover {
    color:#332c28;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
.nav-pc ul a:link,
.nav-pc ul a:visited {
	color: #fff;
}
.nav-pc ul.sub-menu {
	display: none;
	position: absolute;
	top: 180px;
	left: 260px;
	width: 320px;
	padding: 28px 18px;
	color: #fff;
	background-color: rgba(0, 104, 189, 0.9);
	box-sizing: border-box;
}

.nav-pc .active ul {
	display: block;
}
.nav-pc .active a.main-menu {
	background-color: #F0EEEF;
}
.nav-pc .active .sub-menu li {
	position: relative;
	z-index: 1;
}
.nav-pc .active .sub-menu .menu-bg {
	z-index: 0;
	position: fixed;
	left: 260px;
	top: 0;
	height: 100%;
	width: 100%;
}
.nav-pc .term-menu {
	overflow: hidden;
	height: 0;
}
.nav-pc .term-menu.term-active {
	height: auto;
}
.nav-pc .term-menu li {
	position: relative;
	margin: 0;
}
.nav-pc .term-menu li a {
	padding-left: 40px;
}
.nav-pc .term-menu li:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	left: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-pc .nav-label a:hover,
.nav-pc .term-menu li a:hover {
	opacity: 1;
	background-color: #0A4978;
}
.post-area a{
	color:#332c28;
	text-decoration:underline;
}
.post-area a:link {
	color:#332c28;
	text-decoration:underline;
}
.post-area a:visited {
	color:#332c28;
	text-decoration:underline;
}
.post-area a:hover {
	color:#332c28;
	text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
.link a{
	color:#332c28;
	text-decoration:underline;
}
.link a:link {
	color:#332c28;
	text-decoration:underline;
}
.link a:visited {
	color:#332c28;
	text-decoration:underline;
}
.link a:hover {
	color:#332c28;
	text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
/*トップページスライダーリンク*/
.slick-slide a:hover {
    opacity: 1;
}

/* タブレット */
@media screen and (min-width: 500px) and (max-width: 800px)
{

	html {
		font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	}
	body {
		font-size: 1.6rem;
	}

	/* ----------- ヘッダー ----------- */
	header {
		height:85px;
	}
	header h1.logo {
		padding-top: 20px;
		width: 45%;
		padding-left: 25px;
		margin-top: 0;
		margin-bottom: 0;
	}
	h1.logo img {
		width: 100%;
	}
	nav {
	}
	.nav-pc {
		display:none;
	}
	.nav-sp {
		display:block;
	}

	/* ----------- main ----------- */
	main {
		margin-left: 0;
		box-shadow: none;
		display: unset;
		flex-direction: unset;
		min-height: auto;
	}


	/* ----------- コンテンツ ----------- */
	#contents {
		position: relative;
		margin-top: 0;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.heartful {
		width:100%;
	}
	.heartful img {
		position: relative;
		right:10px;
	}
	.flame, .flame_w100 {
		width:90%;
		padding: 40px 0;
	}
	dl.news-top {
		width: 90%;
		padding: 5% 5% 2.5%;
	}
	.item-product {
		text-align: center;
		margin-bottom: 40px;
		height: 240px;
	}
	.item-product .name {
		margin-top: 10px;
	}

	/* ----------- コンテンツ　下層ページ ----------- */
	#contents-under {
		margin-bottom: 30px;
	}
	ul.breadcrumb {
	    display:none;
	}
	h2.title-under {
	    margin-top: 20px;
	}
	.product .image-area {
	    width:55%;
	    padding-right:4%;
	}
	.product .text-area {
	    width:41%;
	}
	.play-movie .icon-area {
	    width:7%;
	    padding-right:3%;
	}
	.play-movie .text-area {
		width:90%;
		padding-top:10px;
	}
	.icon-lineup .icon-area {
		width:5%;
	    padding-right:1%;
	}
	.icon-lineup .text-area {
		width:94%;
		padding-top:4px;
	}
	.icon-lineup .text-area02 {
		width:94%;
		padding-top:13px;
	}
	.unit .left-area {
		width:17%;
		padding-right:3%;
	}
	.unit .right-area {
		width:80%;
	}
	ul.catalog {
		margin-bottom:15px;
	}
	ul.catalog li:first-child {
		width:50%;
	}
	ul.catalog li:nth-child(2) {
		width:31%;
		padding-right:2%;
	}
	ul.catalog li:last-child {
		width:17%;
	}
	.athlete .image-area {
		width:40%;
		padding-right:5%;
	}
	.athlete .text-area {
		width: 55%;
	}
	.adobe .left-area {
	    width:25%;
	    padding-right:3%;
	}
	.adobe .right-area {
		width: 72%;
	}

	/* ----------- english ----------- */
	main#english {
	    margin-top: 20px;
	    margin-bottom:30px;
	}
	main#english #contents-under {
	    margin-bottom: 0;
	}
	.english-wrapper {
	    width: 100%;
	}


	/* ----------- フッター ----------- */
	footer {
		margin-top: unset;
	}
	footer .item-footer {
		width:90%;
		padding: 20px 0 50px;
		list-style:none;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	footer .item-footer .credit-area {
		float:none;
		order: 2;
		width:100%;
	}
	footer .item-footer .credit-area .logo-footer {
		float:left;
		padding-right: 10px;
		width: 60%;
	}
	footer .item-footer .credit-area .address {
		float:left;
		padding-left:30px;
	}
	footer .item-footer .navi-area {
		float:none;
		order: 1;
		padding-top:0;
		padding-bottom:20px;
		width:100%;
	}

	/* ----------- カラム ----------- */
	.row {
		margin-left:-2%;
		margin-right:-2%;
	}
	.col-3 {
		float:left;
		width:21%;
		padding:0 2%;
	}
	.hanbai_link .col-3 { /*販売店様向け資料ページ用*/
		width:42%;
		padding:0 4%;
	}
	.col-4 {
		float:left;
		width:46%;
		padding:0 2%;
	}
	.col-6 {
		float:left;
		width:46%;
		padding:0 2%;
	}
	.col-8 {
		float:left;
		width:100%;
		padding:0;
	}
	.row02 {
		margin-left:-2%;
		margin-right:-2%;
	}
	.col-5-1 {
		float:left;
		width:18%;
		padding:0 2%;
	}
	.col-5-4 {
		float:left;
		width:74%;
		padding:0 2%;
	}
	.gutter {
		padding-left: 0%;
	}
	.row-color {
		margin-left:-3%;
		margin-right:-3%;
	}
	.col-color {
		float:left;
		width:14%;
		padding:0 3%;
	}

	/* ----------- その他 ----------- */
	.pc {
		display:none;
	}
	.tb {
		display:block;
	}
	.sp {
		display:block;
	}
	.tb-none {
		display:none;
	}
	.br-pc {
		display:block;
	}
	.br-sp {
		display:none;
	}
	.mb30 {
		margin-bottom:20px !important;
	}
	.mb50 {
		margin-bottom:40px !important;
	}
	.mtnone {
		margin-top:0 !important;
	}

}

/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (max-width: 499px)
{

	html {
		font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	}
	body {
		font-size: 1.6rem;
	}
	/* ----------- ヘッダー ----------- */
	header {
		height:85px;
	}
	header h1.logo {
		padding-top: 20px;
		width: 45%;
		padding-left: 25px;
		margin-top: 0;
		margin-bottom: 0;
	}
	h1.logo img {
		width: 100%;
	}
	nav {
	}
	.nav-pc {
		display:none;
	}
	.nav-sp {
		display:block;
	}

	.btn-recruit {
	    width: 100%;
	}
	.btn-confirm {
		width: 100%;
	}

	/* ----------- main ----------- */
	main {
		margin-left: 0;
		box-shadow: none;
		display: unset;
		flex-direction: unset;
		min-height: auto;
	}


	/* ----------- コンテンツ ----------- */
	#contents {
		position: relative;
		margin-top: 0;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.heartful {
		width:100%;
	}
	.heartful img {
		position: relative;
		right:5px;
		width: 30%;
	}
	.flame, .flame_w100 {
		width:90%;
		padding: 20px 0;
	}
	.bg-news {
		top: -55px;
	}
	h2.title-top {
		margin-bottom: 0;
		font-size: 2.0rem;
	}
	dl.news-top {
		width: 90%;
		padding: 5% 5% 5%;
		margin-top: 15px;
		margin-bottom: 0;
	}
	dl.news-top dt {
		float: none;
		width: 100%;
		padding-bottom: 5px;
	}
	dl.news-top dt .cate {
		padding-left:5px;
	}
	dl.news-top dd {
		width: 100%;
		padding-left:0;
		padding-bottom: 15px;
		line-height: 160%;
	}
	.item-product {
		text-align: center;
		margin-bottom: 20px;
		height: 240px;
	}
	.item-product .image img {
		width: 85%;
	}
	.item-product .name {
		margin-top: 10px;
		font-size:1.6rem;
	}
	.more {
		padding-right: 24px;
	}
	.arrow:before{
		/*
		width: 24px;
		height: 24px;
		*/
	}
	.arrow:after{
		/*
		left: 6px;
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		*/
	}
	h2.title-top-product {
		font-size: 2.2rem;
	}
	.adjust {
		margin-top: -55px;
	}
	.item-pageicon {
		margin: 8px 0;
		height: 120px;
		padding: 15px 0;
	}
	.item-pageicon img {
		top: 20px;
	}
	h3.pageicon {
		margin: 12px 0 6px;
		top: 15px;
	}
	.item-pageicon .sub-title {
		top: 15px;
	}

	/* ----------- コンテンツ　下層ページ ----------- */
	#contents-under {
		margin-bottom: 30px;
	}
	ul.breadcrumb {
	    display:none;
	}
	h2.title-under {
	    margin-top: 20px;
	    margin-bottom: 30px;
	    font-size: 2.2rem;
	    padding-bottom: 10px;
	}
	.product {
	    margin-bottom: 20px;
	}
	.product .image-area {
		float:none;
	    width:100%;
	    padding-right:0;
	    margin-bottom:40px;
	}
	.product .text-area {
		float:none;
	    width:100%;
	}
	h3.product-name {
	    margin-bottom: 30px;
	    font-size: 2.0rem;
	}
	h4.product-detail {
	    margin-bottom: 5px;
	}
	.play-movie .icon-area {
	    float:left;
	    width:15%;
	    padding-right:3%;
	}
	.play-movie .text-area {
		float:right;
		width:82%;
		padding-top:10px;
	}
	.btn-s {
	    width: 100%;
	    height: 43px;
	    font-size:1.2rem;
		line-height: 4.3rem;
	}
	.btn-m {
	    width: 100%;
	    font-size:1.35rem;
	    letter-spacing: 0;
		line-height: 370%;
	}
	.btn-l {
	    width: 100%;
	    font-size:1.4rem;
	    letter-spacing: 0;
		line-height: 370%;
	}
	.btn-gray {
	    width: 100%;
	    font-size:1.4rem;
	    letter-spacing: 0;
	}
	.btn-gray-l {
	    width: 100%;
	    font-size:1.4rem;
	    letter-spacing: 0;
	}
	.tab-area li{
		padding: 12px 0;
		width:30%;
	}
	ul.news-wrapper li {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	dl.news-under dt {
		float: none;
		width: 100%;
		margin-bottom: 7px;
	}
	dl.news-under dd {
		width: 100%;
		padding-left:0;
	}
	ul.pager li {
    	margin-right: 5px;
    	argin-bottom: 10px;
	}
	.icon-lineup .icon-area {
		width:5%;
	    padding-right:1%;
	}
	.icon-lineup .text-area {
		width:94%;
		padding-top:4px;
	}
	.icon-lineup .text-area02 {
		width:94%;
		padding-top:13px;
	}
	dl.post-title dd {
	    font-size: 1.8rem;
	}
	.unit .left-area {
		float:none;
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.unit .right-area {
		float:none;
		width:100%;
	}
	ul.catalog li {
	      float: none;
	}
	ul.catalog li:first-child {
		width:100%;
	}
	ul.catalog li:nth-child(2) {
		width:100%;
		padding-right:0;
		text-align:left;
	}
	ul.catalog li:last-child {
		width:100%;
		text-align:left;
		padding-left:20px;
		box-sizing: border-box;
	}
	.lead {
	    font-size:2.2rem;
	    line-height:140%;
	}
	dl.outline {
		line-height: 140%;
	}
	dl.outline dt {
		clear: none;
		float: none;
		width: 100%;
		padding-bottom: 5px;
		padding-right:0;
		font-weight:bold;
	}
	dl.outline dd {
		margin-bottom: 10px;
		border-bottom:1px solid #DDD;
		padding-left:0;
		width: 100%;
		padding-bottom: 10px;
	}
	.panf {
		margin-top:40px;
	    padding:15px 45% 15px 20px;
	}
	.panf .title {
		font-size:1.6rem;
		margin-bottom:7px;
	}
	.panf-image {
	    margin-top: -150px;
	    margin-bottom: 30px;
	}
	.panf-image img {
	    width:35%;
	}
	.btn-panf {
	    width: 100%;
	    line-height: 190%;
	    letter-spacing: 0;
		margin-top: 10px;
	}
	ul.office li {
		float: none;
	}
	ul.office li.text-area {
		width:100%;
		margin-bottom:10px;
		padding-right: 0;
	}
	ul.office li.text-area .title {
		margin-bottom:5px;
	}
	.client-area .first-col {
	    float: none;
	    width: 100%;
	}
	table.history {
		line-height: 1.5;
	}
	table.history tbody th {
		padding: 10px 10px 10px 0px;
		letter-spacing:1px;
		font-size:1.6rem;
	}
	table.history td {
		padding: 10px;
	}
	table.history td.month {
		width:35px;
	}
	.guidance {
	    width: 100%;
	}
	.voice-item {

		margin-bottom:15px;
		padding:5%;
	}
	.voice-item .text-area {
		float:none;
		width:100%;
		padding: 0 0 15px 0;
	}
	.voice-item .text-area .name {
		font-size:2.0rem;
	}
	.voice-item .image-area {
		float:none;
		width:100%;
		text-align:center;
	}
	ul.voice-subitem {
		overflow:hidden;
		display: block;
		margin-bottom:0;
	}
	ul.voice-subitem  li {
		float:none;
		width:100%;
	}
	ul.voice-subitem  li.text-area {
		padding-left:0;
		align-self: unset;
		margin-top:10px;
	}
	ul.safety li {
		float:none;
		width:100%;
		max-width: 156px; /*画像ぼやけ対策*/
		padding-right:0;
		padding-bottom:5px;
	}
	ul.radio li,
	.inquiry_form nobr {
	  float:none;
	  width:100%;
	  margin-bottom:10px;
	}
	.athlete {
	    margin-bottom: 15px;
	}
	.athlete .image-area {
		float:none;
		width:100%;
		padding-right:0;
	}
	.athlete .image-area img {
		width:100%;
	}
	.athlete .text-area {
		float:none;
		width: 100%;
	}
	ul.thumb li {
	    padding: 4px;
	}
	ul.caution li {
	    margin-bottom: 5px;
	}
	ul.caution li.text {
		width: 90%;
	}
	/* ----------- english ----------- */
	main#english {
	    margin-top: 20px;
	    margin-bottom:30px;
	}
	main#english #contents-under {
	    margin-bottom: 0;
	}
	.english-wrapper {
	    width: 100%;
	}


	/* ----------- フッター ----------- */
	footer {
		margin-top: unset;
	}
	footer .copy {
		font-size: 1.2rem;
		text-align:left;
		padding:3% 5%;
		line-height:140%;
	}
	footer .item-footer {
		width:90%;
		padding: 20px 0;
		list-style:none;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	footer .item-footer .credit-area {
		float:none;
		order: 2;
		width:100%;
	}
	footer .item-footer .credit-area .logo-footer {
		float:none;
		padding-right: 0;
		width: 100%;
		border-right:none;
	}
	footer .item-footer .credit-area .address {
		float:none;
		padding-left:0;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		padding-top: 10px;
		line-height: 150%;
	}
	footer .item-footer .navi-area {
		float:none;
		order: 1;
		padding-top:0;
		padding-bottom:30px;
		width:100%;
	}
	h3.title-under {
	    margin-bottom: 20px;
	    font-size: 2.2rem;
	    padding-bottom: 10px;
		letter-spacing: 0;
	}
	h3.title-under-s {
	    font-size: 1.8rem;
	}
	.adobe .left-area {
	    float:none;
	    width:100%;
	    padding-right:0;
	    margin-bottom:5px;
	}
	.adobe .right-area {
	    float:none;
		width: 100%;
	}

	/* ----------- カラム ----------- */
	.row {
		margin-left:-2%;
		margin-right:-2%;
	}
	.col-3 {
		float:left;
		width:46%;
		padding:0 2%;
	}
	.col-4 {
		float:left;
		width:46%;
		padding:0 2%;
	}
	.col-6 {
		float:left;
		width:96%;
		padding:2%;
	}
	.col-8 {
		float:left;
		width:100%;
		padding:0;
	}
	.col-5-1 {
		float:left;
		width:19%;
		padding:0 1%;
	}
	.col-5-4 {
		float:left;
		width:77%;
		padding:0 1%;
	}
	.gutter {
		padding-left: 0;
	}
	.row-color {
		margin-left:-2%;
		margin-right:-2%;
	}
	.col-color {
		float:left;
		width:29%;
		padding:0 2%;
	}

	/* ----------- その他 ----------- */
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.br-pc {
		display:none;
	}
	.br-sp {
		display:block;
	}
	.mb15 {
		margin-bottom:10px !important;
	}
	.mb30 {
		margin-bottom:15px !important;
	}
	.mb40 {
		margin-bottom:40px !important;
	}
	.mb50 {
		margin-bottom:30px !important;
	}
	.mb80 {
		margin-bottom:50px !important;
	}
	.mtnone {
		margin-top:0 !important;
	}
	.w100 img {
	    width: 100%;
	}

}

/* iPHone4,iPhone5,iPhone5s,iPhone6 */
@media screen and (max-width: 413px)
{
	h1.logo {
		padding-top: 12px;
	    width: 35%;
	}
	.btn-application {
	    width: 100%;
	}
	.panf {
	    padding:15px 35% 15px 20px;

	}
	.panf-image {
	    margin-bottom: 60px;
	}
	.panf-image img {
	    width:30%;
	}

}

.pdf-link .link-image,
.movie-link .link-image {
	display: inline-block;
	position: relative;
}
.pdf-link .link-image:after,
.movie-link .link-image:after {
	content: '';
	background-image: url(../images/common/icon_movie.png);
	background-size: contain;
	display: inline-block;
	width: 35px;
	height: 25px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.pdf-link .link-image:after {
	background-image: url(../images/common/icon_pdf.png);
	width: 35px;
	height: 42px;

}

.post-area img {
	height: auto;
}

/*---------2倍サイズの画像でもレイアウトが崩れないような対策-------------------*/
/*会社案内、Englishページの営業拠点の画像*/
.office li img{
   	max-width: 251px;
}
/*よくある質問*/
.faq_img {
    max-width: 111px;
}

/*---------製品案内_動画サンプルページ------------------*/
.product_movie_wrap th{
	padding-right: 2%;
	line-height: 1.5;
	vertical-align: top;
	width: 35%;
	text-align: left;
	padding: 0 0 10px 0;
}
.product_movie_wrap td {
    line-height: 1;
    width: 25%;
    text-align: right;
}
@media (max-width:800px) {
  .product_movie_wrap th,
  .product_movie_wrap td{
    width: 100%;
    display: block;
  }
}
