@charset "UTF-8";

/*main_img
---------------------------------------------------------*/
.m_img_area {
	background-image: url(../images/device/m_img@2x.jpg);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*共通
---------------------------------------------------------*/
.title_box {
	padding: 40px 0;
	text-align: center;
	color: #fff;
	font-size: 127%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-bottom: 60px;
}
.title_box p {
	margin-bottom: 0.4em;
}
.title_box h3{
	font-size: 180%;
	letter-spacing: .1em;
	line-height: 1em;
}
.main_txt dt {
	font-size: 154%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8em;
	margin-bottom: 0.5em;
}
.red {
	color: #D83D33;
}
.green {
	color: #139F50;
}
.blue {
	color: #0749bc;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.title_box {
	padding: 4% 0;
	font-size: 120%;
	letter-spacing: .15em;
	margin-bottom: 6%;
}
.main_txt dt {
	font-size: 140%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.title_box {
	padding: 5% 0;
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: 55%;
}
.title_box h3{
	font-size: 160%;
}
.main_txt dt {
	font-size: 130%;
	letter-spacing:normal;
}
}



/*painless
---------------------------------------------------------*/
#painless .painless_bg{
	background: #E1F3E7 url(../images/device/bg1.jpg) no-repeat right top;
	background-size: 100% auto;
	padding-bottom: 70px;
}
#painless .title_box {
	background: linear-gradient(to right, rgba(91,185,124,0.2) 0%, rgba(91,185,124,0.8) 50%, rgba(91,185,124,0.2) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335bb97c', endColorstr='#335bb97c',GradientType=1 );
}
#painless .main_txt {
	max-width: 510px;
	margin-bottom: 30px;
}
#painless .item_list{
    display: flex;
    justify-content: space-between;
}
#painless .item_list li {
	max-width: 270px;
	width: 31%;
	font-size: 95%;
	line-height: 1.8em;
}
#painless .item_list li div{
	max-width: 270px;
	text-align: center;
	margin: 0 auto;
}
#painless .item_list dt {
	font-size: 130%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-weight: bold;
	color: #139F50;
	text-align: center;
	margin: 0.8em 0 0.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#painless .painless_bg{
	padding-bottom: 7%;
}
#painless .main_txt {
	margin-bottom: 3%;
}
#painless .item_list dt {
	font-size: 125%;
	letter-spacing: 0.1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#painless .painless_bg{
	background-image: url(../images/device/bg1_sp.jpg);
	background-size: contain;
	padding-bottom: 10%;
}
#painless .main_txt {
	margin-bottom: 6%;
}
#painless .item_list{
    display: block;
}
#painless .item_list li {
	max-width: 100%;
	width: 100%;
	margin-top: 7%;
}
#painless .item_list li:first-child{
	margin-top: 0;
}
#painless .item_list li div{
	width: 80%;
}
#painless .item_list dt {
	letter-spacing: 0.05em;
}
}



/*ct
---------------------------------------------------------*/
#ct .ct_bg{
	background: #F6F6F6;
	padding-bottom: 160px;
	position: relative;
	z-index: 1;
}
#ct .bg{
	position: absolute;
	content: "";
	max-width: 970px;
	width: 84%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
#ct .bg::before{
	position: absolute;
	content: "";
	background: url("../images/device/bg2.jpg") no-repeat left top;
	background-size: 100% auto;
	max-width: 446px;
	width:46%;
	height: 100%;
	left: 0;
	top:0;
}
#ct .title_box {
	background: linear-gradient(to right,  rgba(224,166,182,0.2) 0%,rgba(224,166,182,0.8) 50%,rgba(224,166,182,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33e0a6b6', endColorstr='#33e0a6b6',GradientType=1 );
}
#ct .main_txt {
	max-width: 480px;
	width: 50%;
	float: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1160px) {
#ct .ct_bg {
	padding-bottom: 12vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#ct .ct_bg {
	padding-bottom: 10vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1010px) {
#ct .ct_bg {
	padding-bottom: 70px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#ct .ct_bg {
	padding-bottom: 7%;
}
#ct .bg::before{
	top:4vw;
	left: -3%;
}
#ct .main_txt {
	width: 53%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#ct .ct_bg {
	background-image: url(../images/device/bg2_sp.jpg); 
	background-position:center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 10%;
}
#ct .bg{
	position: static;
	display: none;
}
#ct .bg::before{
	position: static;
	display: none;
}
#ct .title_box {
	margin-bottom: 71vw;
}
#ct .main_txt {
	max-width: 100%;
	width: 100%;
	float: none;
}
}



/*micro
---------------------------------------------------------*/
#micro .micro_bg{
	background-color: #F6F6F7;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
#micro .micro_bg::before{
	position: absolute;
	content: "";
	background: url("../images/device/bg4@2x.jpg") no-repeat right top;
	background-size: 100% auto;
	max-width: 840px;
	width: 57%;
	height: 600px;
	right: 0;
	top:0;
	z-index: -1;
}
#micro .title_box {
	background: linear-gradient(to right,  rgba(191,230,228,1) 0%,rgba(128,205,201,1) 50%,rgba(191,230,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33e0a6b6', endColorstr='#33e0a6b6',GradientType=1 );
}
#micro .main_txt {
	max-width: 480px;
	width: 50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#micro .micro_bg{
	padding-bottom: 7%;
}
#micro .micro_bg::before{
	top:14vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#micro .micro_bg{
	padding-bottom: 10%;
}
#micro .micro_bg::before{
	background-position: center top;
	background-size: 100% auto;
	max-width: 125%;
	width: 125%;
	height: 100%;
	right: -10%;
	top:1vw;
}
#micro .title_box {
    margin-bottom: 60vw;
}
#micro .main_txt {
	max-width: 100%;
	width: 100%;
}
}



/*ios
---------------------------------------------------------*/
#ios .ios_bg{
	background: #f6f6f7;
	padding-bottom: 70px;
}
#ios .title_box{
	background: linear-gradient(to right,  rgba(232,204,156,0.8) 0%,rgba(201,157,60,0.8) 50%,rgba(232,204,156,0.8) 100%);
	position: relative;
	z-index: 2;
}
#ios .main_txt{
	max-width: 480px;
	width: 49.5%;
	float: left;
	margin-bottom: 60px;
}
 #ios .w970 {
	position: relative;
	z-index: 0;
}
#ios .w970 ::before{
	position: absolute;
	content:"";
	background: url("../images/device/ios_img1@2x.jpg") no-repeat right top;
	background-size: 100% auto;
	max-width: 451px;
	width: 46.49484536%;
	height: 351px;
	right: 0;
	top:-65px;
	z-index: -1;
}
#ios .feature h4{
	font-size: 135%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1em;
	position: relative;
}
#ios .feature h4::before{
	position: absolute;
	content: "";
	display: block;
	background: #5f4c3f;
	width: 1px;
	height: 2em;
	right: calc(50% + 12.5em);
	top:-0.2em;
	transform:rotate(-35deg);
	z-index: 2;
}
#ios .feature h4::after{
	position: absolute;
	content: "";
	display: block;
	background: #5f4c3f;
	width: 1px;
	height: 2em;
	left: calc(50% + 12.5em);
	top:-0.2em;
	transform:rotate(35deg);
	z-index: 2;
}
#ios .feature_box{
	background: #f6ead6;
	padding: 50px 4%;
	box-sizing: border-box;
}
#ios .feature_box ul{
	max-width: 870px;
	margin: 0 auto;
}
#ios .feature_box ul li{
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #cccccc;
}
#ios .feature_box ul li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
#ios .feature_box ul li .img_r{
	max-width: 360px;
	width: 42%;
	float: right;
}
#ios .feature_box ul li .txt_l{
	max-width: 470px;
	width: 54%;
}
#ios .feature_box ul li .txt_l div{
	max-width: 170px;
	width: 36.2%;
}
#ios .feature_box ul li .txt_l dt{
	font-size: 145%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #c99d3c;
	font-weight: bold;
	margin: 1em 0 0.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#ios .ios_bg{
	padding-bottom: 7%;
}
#ios .main_txt{
	width: 53%;
	margin-bottom: 6%;
}
#ios .w970 {
	position: relative;
	z-index: 0;
}
#ios .w970 ::before{
	top:-6.5vw;
	right: -1%;
}
#ios .feature h4{
	font-size: 130%;
}
#ios .feature_box{
	padding: 5% 4%;
}
#ios .feature_box ul li{
	padding-top: 5%;
	margin-top: 5%;
}
#ios .feature_box ul li .txt_l dt{
	font-size: 135%;
	letter-spacing: 0.05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#ios .ios_bg{
	background-image: url(../images/device/ios_img1@2x.jpg);
	background-position: right 23.5vw;
	background-repeat: no-repeat;
	background-size: 90% auto;
	padding-bottom:10%;
}
#ios .title_box {
	margin-bottom: 72vw;
}
#ios .main_txt{
	max-width: 100%;
	width: 100%;
	float: none;
	margin-bottom: 8%;
}
#ios .w970 {
	position: static;
}
#ios .w970 ::before{
	position: static;
	background: none;
}
#ios .feature h4{
	font-size: 130%;
	letter-spacing: 0.05em;
	padding-right: 0.5em;
	box-sizing: border-box;
	margin-bottom: 0.6em;
}
#ios .feature h4::before{
	height: 2.5em;
	right: calc(50% + 7em);
	top:0.3em;
}
#ios .feature h4::after{
	height: 2.5em;
	position: absolute;
	left: calc(50% + 7em);
	top:0.3em;
}
#ios .feature_box{
	padding: 6% 5%;
}
#ios .feature_box ul{
	max-width: 100%;
}
#ios .feature_box ul li{
	padding-top: 8%;
	margin-top:  6%;
}
#ios .feature_box ul li .img_r{
	width: 80%;
	float: none;
	margin: 0 auto 5vw;
}
#ios .feature_box ul li .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#ios .feature_box ul li .txt_l div{
	width: 30%;
}
#ios .feature_box ul li .txt_l dt{
	font-size: 125%;
	letter-spacing: normal;
	line-height: 1.8em;
	color: #c99d3c;
	font-weight: bold;
	margin: 0.6em 0 0.3em;
}
}



/*clean
---------------------------------------------------------*/
#clean .clean_bg{
	background: #EEF2FA url(../images/device/bg3.jpg) no-repeat right top;
	background-size: 100% auto;
	padding-bottom: 70px;
}
#clean .title_box {
	background: linear-gradient(to right,  rgba(150,170,227,0.2) 0%,rgba(150,170,227,0.8) 50%,rgba(150,170,227,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3396aae3', endColorstr='#3396aae3',GradientType=1 );
}
#clean span {
	color: #007179;
}
#clean .main_txt {
	max-width: 530px;
	margin-bottom: 30px;
}
#clean .point_item li {
	position: relative;
	z-index: 1;
}
#clean .point_item li::before{
	position: absolute;
	content: "";
	background: url(../images/device/clean_bg.png) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	max-width: 1030px;
	height: 160px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
#clean .point_item .w970{
	position: relative;
	padding: 25px 0 50px;
}
#clean .point_item .tit{
	max-width: 235px;
	width: 24.3%;
	float: left;
}
#clean .point_item h4 {
	max-width: 180px;
	width: 77%;
	margin: 0 auto;
}
#clean .point_item .item {
	float: right;
	max-width: 735px;
	width: 75.7%;
	padding-top: 20px;
	padding-right: 30px;
	box-sizing: border-box;
}
#clean .point_item .item .img{
	max-width: 250px;
	width: 35.5%;
}
#clean .point_item .item .item_style{
	max-width: 430px;
	width: 61.9%;
}
#clean .point_item .item_style dt{
	color: #4C79E3;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1.8em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 0.4em;
}
#clean .point_item .item.item1_1{
	padding-right: 0;
}
#clean .point_item .item.item1_1 .item_style{
	max-width: 500px;
	width: 68.1%;
}
#clean .point_item .item.item1_1 .img{
	max-width: 213px;
	width: 29%;
	margin-top: -90px;
}
#clean .point_item .item.item1_2 {
	display: block;
	float: none;
	max-width: 735px;
	width: 75.7%;
	margin-left: auto;
	padding-right: 0;
	padding-top: 30px;
	margin-top: 30px;
	position: relative;
}
#clean .point_item .item.item1_2::before{
	position: absolute;
	content: "";
	background: #C6D0F2;
	width: calc(100% - 30px);
	height: 1px;
	left: 0;
	top:0;
}
#clean .point_item .item.item1_2 .item_style{
	max-width: 480px;
	width: 66%;
	padding:20px 30px 30px 0;
	box-sizing: border-box;
}
#clean .point_item .item.item1_2 .img{
	max-width: 271px;
	width: 37%;
	margin-left: -30px;
}
#clean .point_item .item2 .item .item_style{
	max-width: 350px;
	width: 49.7%;
}
#clean .point_item .item2 .item .img{
	max-width: 332px;
	width: 47.1%;
}
#clean .point_item .item4 .w970{
	padding-bottom: 30px;
}
#clean .disposable {
	margin: 0 30px;
	border: solid 1px #9FAEEA;
	padding: 20px 3%;
}
#clean .disposable h5 {
	color: #4C79E3;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
#clean .disposable ul {
	padding-right: 1em;
	font-size: 95%;
	line-height: 1.6em;
	float: left;
}
#clean .disposable ul:last-child{
	padding-right: 0;
}
#clean .disposable ul li{
	padding-left: 1em;
	text-indent: -1em;
}
#clean .disposable .cyousei{
	display: none!important;
}
#clean .airdog{
	background-color: #fff;
	padding: 50px 4%;
	margin-top: 60px;
}
#clean .airdog .clearfix{
	max-width: 870px;
	margin: 0 auto;
}
#clean .airdog .flt_r{
	max-width: 390px;
	width: 45%;
}
#clean .airdog .flt_l{
	max-width: 430px;
	width: 51%;
}
#clean .airdog dt{
	font-size: 154%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8em;
	color: #628AE7;
	margin-bottom: 0.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1030px) {
#clean .point_item li::before{
	height: 15.534vw;
}
#clean .point_item .w970{
	padding: 2.5vw 0 5vw;
}
#clean .point_item .item {
	padding-top: 2vw;
	padding-right: 4%;
}

#clean .point_item .item_style dt{
	font-size: 130%;
	letter-spacing: 0.05em;
}
#clean .point_item .item.item1_1{
	padding-right: 0;
}
#clean .point_item .item.item1_1 .item_style{
	max-width: 500px;
	width: 68.1%;
}
#clean .point_item .item.item1_1 .img{
	max-width: 213px;
	width: 29%;
	margin-top: -9vw;
}
#clean .point_item .item.item1_2 {
	padding-top: 3vw;
	margin-top: 3vw;
}
#clean .point_item .item.item1_2 .img{
	margin-left: -5%;
}
#clean .point_item .item.item1_2::before{
	width: calc(100% - 4%);
}
#clean .point_item .item.item1_2 .item_style{
	padding:2vw 4% 3vw 0;
}
#clean .point_item .item4 .w970{
	padding-bottom: 3vw;
}
#clean .disposable {
	margin: 0 4%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1006px) {
#clean .disposable .cyousei{
	display: inherit!important;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#clean .clean_bg {
	padding-bottom: 7%;
}
#clean .main_txt {
	margin-bottom: 3%;
}
#clean .disposable {
	padding: 2% 3%;
}
#clean .disposable h5 {
	font-size: 115%;
	letter-spacing: .15em;
}
#clean .airdog{
	background-color: #fff;
	padding: 4%;
	margin-top: 6%;
}
#clean .airdog .clearfix{
	max-width: 100%;
}
#clean .airdog .flt_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
#clean .airdog .flt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#clean .airdog dt{
	font-size: 140%;
    letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#clean .clean_bg {
	background-image: url(../images/device/bg3_sp.jpg);
	background-size: contain;
	padding-bottom: 10%;
}
#clean .main_txt {
	max-width: 100%;
	width: 100%;
	margin-bottom: 6%;
}
#clean .point_item li::before{
	height: 15.534vw;
}
#clean .point_item .w970{
	position: relative;
	max-width: 100%;
	width: 100%;
	padding: 0 0 8vw;
}
#clean .point_item .tit{
	max-width: 100%;
	width:  100%;
	float: none;
	margin-bottom: 7vw;
}
#clean .point_item h4 {
	max-width: 100%;
	width: 100%;
}
#clean .point_item .item {
	float: none;
	max-width: 90%;
	width: 90%;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	display: flex;
	flex-direction: column-reverse;
}
#clean .point_item .item .img{
	width: 70%;
	margin:0 auto 5vw;
	text-align: center;
	float: none;
}
#clean .point_item .item .item_style{
	max-width: 100%;
	width: 100%;
	float: none;
}
#clean .point_item .item_style dt{
	font-size: 120%;
	letter-spacing: normal;
	text-align: center;
}
#clean .point_item .item.item1_1{
	padding-right: 0;
}
#clean .point_item .item.item1_1 .item_style{
	max-width: 100%;
	width: 100%;
}
#clean .point_item .item.item1_1 .img{
	width: 55%;
	margin-top: 0;
}
#clean .point_item .item.item1_2 {
	max-width: 90%;
	width: 90%;
	margin: 8% auto 0;
	padding-top: 8%;
	display: flex;
	flex-direction: column-reverse;
}
#clean .point_item .item.item1_2::before{
	width: 100%;
}
#clean .point_item .item.item1_2 .item_style{
	max-width: 100%;
	width: 100%;
	padding:0;
}
#clean .point_item .item.item1_2 .img{
	width: 70%;
	margin-left: auto;
}
#clean .point_item .item2 .item .item_style{
	max-width: 100%;
	width: 100%;
}
#clean .point_item .item2 .item .img{
	width: 85%;
}
#clean .point_item .item4 .w970{
	padding-bottom: 6vw;
}
#clean .disposable {
	margin: 0;
	padding: 5%;
}
#clean .disposable h5 {
	font-size: 110%;
	letter-spacing: .05em;
}
#clean .disposable ul {
	padding-right: 0;
	font-size: 90%;
	float: none;
}
#clean .airdog{
	padding: 5%;
	margin-top: 8%;
}
#clean .airdog .clearfix{
	max-width: 100%;
}
#clean .airdog .flt_r{
	width: 100%;
	float: none;
	margin: 0 auto 5%;
	text-align: center;
}
#clean .airdog .flt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#clean .airdog dt{
	font-size: 130%;
    letter-spacing: normal;
}
}



/*other_item
---------------------------------------------------------*/
.other_item {
	padding: 60px 0 100px;
}
.other_item h3 {
	font-size: 155%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 40px;
}
.other_item .item_list{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other_item .item_list li {
	max-width: 460px;
	width: 48.5%;
	margin-top: 40px;
}
.other_item .item_list li:nth-child(-n + 2){
	margin-top: 0;
}
.other_item .item_list div {
	float: left;
	max-width: 213px;
	width: 46.30435%;
}
.other_item .item_list dl {
	float: right;
	max-width: 240px;
	width: 52.174%;
	padding-top: 0.6em;
}
.other_item .item_list dt {
	font-size: 108%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 0.25em;
}
.other_item .item_list dt span {
	color: #009965;
	font-size: 112.5%;
	letter-spacing: .15em;
	line-height: 1.6em;
}
.other_item .item_list dd {
	font-size: 95%;
	line-height: 1.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.other_item {
	padding: 6% 0 10%;
}
.other_item h3 {
	font-size: 145%;
	letter-spacing: .15em;
	margin-bottom: 4%;
}
.other_item .item_list li {
	margin-top: 4%;
}
.other_item .item_list li:nth-child(-n + 2){
	margin-top: 0;
}
.other_item .item_list div {
	max-width: 213px;
	width: 43%;
}
.other_item .item_list dl {
	max-width: 240px;
	width: 54%;
	padding-top: 0;
}
.other_item .item_list dt {
	font-size: 100%;
	letter-spacing: .05em;
}
.other_item .item_list dt span {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.other_item {
	padding:8% 0 12%;
}
.other_item h3 {
	font-size: 135%;
	letter-spacing: .1em;
	margin-bottom: 6%
}
.other_item .item_list{
	display: block;
}
.other_item .item_list li {
	max-width: 100%;
	width: 100%;
	margin-top: 6%!important;
	padding-top: 8%;
	border-top: 1px solid rgba(95,76,61,0.30);
}
.other_item .item_list li:nth-child(-n + 1){
	margin-top: 0!important;
	padding-top: 0;
	border-top: none;
}
.other_item .item_list div {
	float: none;
	width: 70%;
	margin: 0 auto 5vw;
	text-align: center;
}
.other_item .item_list dl {
	float: none;
	max-width: 100%;
	width: 100%;
	padding-top: 0;
}
.other_item .item_list dt {
	font-size: 105%;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
}
.other_item .item_list dt span {
	letter-spacing: normal;
}
}


