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

@media screen and (min-width: 0px) and (max-width: 640px) {

.pc-no {
	display: inline;
}

.sp-no {
	display: none;
}

.left-menu-area {
	display: block;
	width: 100%;
    max-width: unset;
    margin: 0 0 30px;
    padding: 0;
    float: none;
    border: solid 5px #000000;
    border-radius: 5px;
}

.main-sec {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.main-sec:last-child {
	margin: 0;
}

.main-sec .sec-wrap {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.main-sec p > img {
	width: 90%;
	min-width: unset;
	margin: 0 auto;
	padding: 0;
	display: block;
}

h3 {
	width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: dotted 4px #000000;
    font-size: 120%;
    font-weight: bold;
    line-height: 210%;
}

h3:before {
	background-image: url(/_files/00123228/mds-sec.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 20px;
    content: "";
    margin: 0 10px 0 0;
}

.otoyo-main {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/***OTOYO TOP VIDEO***/

.otoyo-top {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.otoyo-top .vid-title {
	width: 100%;
	margin: 0 auto;
	padding: 10px 2.5%;
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	background-color: #000000;
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.otoyo-top .vid-embed {
	width: 100%;
	margin: 0 0 10px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.otoyo-top .vid-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.otoyo-top .vid-desc {
	width: 90%;
	margin: 0 auto;
	padding: 5px 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #EFEFEF;
	color: #000;
	font-size: 80%;
	font-weight: bold;
}

.otoyo-news {
	width: 99.5%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	border: solid 4px #000000;
	border-radius: 5px;
}

.otoyo-news .on-top {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	background-color: #000000;
	color: #FFFFFF;
}

.on-wrap {
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.on-wrap .on-l {
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
}

.on-wrap .on-r {
	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF;
}

.on-wrap .on-r a {
	color: #FFFFFF;
}

.otoyo-news .on-news {
	width: 98%;
	min-height: 250px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	color: #000000;
}

.on-news dl {
	width: 100%;	
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 90%;
	line-height: 180%;
}

.on-news dl dt,.on-news dl dd {
	margin: 0 0 10px;
	border-bottom: solid 1px #000;
	font-size: 100%;
}

.on-news dl dt {
	width: 100%;
	font-weight: bold;
	border-bottom: none;
	margin: 0;
}

.on-news dl dd {
	width: 100%;
	padding: 0 0 10px;
}

.attributes,.feed,.more {
	display: none;
}

.contentArticleDoc .inquiry {
	display: none;
}

.contentArticleDoc .back {
	display: none;
}

.ind-box {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: center;
}

.ind-box .ind-item {
	width: 100%;
}

.ind-item .ind-img {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.ind-item .ind-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 90%;
}

.main-sec h4 {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
}

.main-sec h4:before {
	content:"";
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-color: #AED950;
}

ul.otoyo-pages {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.otoyo-pages li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #E3E3E3;
	border-radius: 10px;
	
	transition: all 0.3s;
}

ul.otoyo-pages li:last-child {
	margin: 0;
}

ul.otoyo-pages li:hover {
	background-color: #aeda4f;
}

ul.otoyo-pages li a {
	width: 96%;
	margin: 0 auto;
	padding: 20px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

ul.otoyo-pages li a:after {
	content:"";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url("/_files/00166478/ind_link-arr.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.otoyo-links {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.otoyo-links li {
	width: 48%;
	margin: 0 0 10px;
	transition: all 0.3s;
}

ul.otoyo-links li:hover {
	opacity: 0.5;
}

}