@charset "utf-8";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
html, body {
	min-width: 320px;
    background: #FFF;
}

/*** PC用要素の削除 ***/
.onlyPC {
	display: none;
}
#sideBnr,
#sideBnr1 {
    display: none;
}
footer {
    display: none;
}
.spFooterMenu {
	display: none;
}
#fotBnrList {
    display: none;
}


/*** ヘッダー ***/
#header {
    width: 100%;
    height: 65px;
    background: #FFF;
    top: 0;
    z-index: 10;
}
#header h1 {
    float: left;
    line-height: 65px;
}
#header h1 img {
    margin: 20px 0 20px 15px;
    padding-right: 10px;
    border-right: 1px dotted #B9B9B9;
}
#header h1 span {
    color: #000;
    font-size: 10px;
    padding: 0 0 0 10px;
}
#header .menu {
    position: absolute;
    top: 17px;
    right: 14px;
}
/* width:330px以下の場合 */
@media screen and (max-width: 330px) {
    #header h1 img  {
        margin-left: 10px;
        padding-right: 5px;
    }
    #header h1 span {
        padding: 0;
    }
}

/* #nav */
#nav {
	width: 100%;
	box-shadow: 0 3px 2px 0px rgba(0,0,0,0.65);
	background:#FFF;
	position: absolute;
	top: 65px;
	display: none;
	overflow-scrolling: touch;
    z-index: 10;
}
#nav ul {
	border-bottom: 2px solid #EEE;
}
#nav ul li {
	border-top: 2px solid #EEE;
}
#nav ul li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
    font-size: 15px;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: #1FAFE1;
	display: block;
	box-sizing: border-box;
	position: relative;
}
#navOverlay {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
}

/*** コンテンツ ***/
.offerArea {
    position: relative;
}
.offerArea .offerTxt {
    margin: 15px 15px 35px;
}
.offerArea .txt {
    position: absolute;
    top: 32vw;
    margin: 0 6.7% 0 5.4%;
}
.offerArea .offerBtn01 {
    position: absolute;
    top: 57vw;
    margin: 0 8%;
}
.offerBtn02 {
  position: absolute;
  top: 80vw;
  margin: 0 8%;
}
.offerArea .offerBtn01 a:first-child img {
    margin-bottom: 5px;
}

#outlineArea {
    background: #F1ECE7;
    padding-top: 13px;
}
#outlineArea .secInner {
    margin: 0 15px;
}
#outlineArea .amazon p {
    text-align: right;
    padding: 8px 12px 0 0;
}
#outlineArea .caution {
    text-align: center;
    margin: 20px 0 15px;
}
#outlineArea h2 {
    margin-bottom: 30px;
}
#outlineArea .photo {
    margin: 35px 0;
    text-align: center;
}
#outlineArea .title {
    margin-bottom: 16px;
}
#outlineArea .txtBox {
    padding-bottom: 5px;
}
#outlineArea .txtBox p {
	margin-bottom: 23px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
#outlineArea .txtBox p span {
	color: #990000;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
}

.aboutArea {
    margin: 40px 15px;
}
.aboutArea h2 {
    border-bottom: 2px solid #008AD9;
    padding: 0px 8px 25px;
}
.aboutArea h2 img {
    width: 100%;
}
.aboutInnerArea {
    border: 1px solid #6FCBFB;
    padding: 15px 18px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/sp/bg_about_01_sp.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.aboutInnerArea:before {
}
.aboutInnerArea h3 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
}
.aboutInnerArea h3 span {
    font-size: 10px;
    font-weight: normal;
}
.aboutInnerArea img {
    width: 100%;
    margin: 14px 0;
}
.aboutInnerArea p {
    font-size: 13px;
    line-height: 1.8;
}

#work {
    margin: 0 15px;
}
#work img {
    width: 100%;
}
#bookInfo {
    background-color: #F5F5F5;
}
#bookInfo h2 img {
    width: 100%;
}
#bookInfo #pointArea {
    margin: 15px;
}
#bookInfo #pointArea h3 {
    border-bottom: 1px solid #F4CF2D;
    padding-right: 10px;
    padding-bottom: 4px;
}
#bookInfo #pointArea h3  img {
    width: 100%;
}
#meritArea {
    margin: 0 15px;
    padding-bottom: 5px;
}

#bookInfo #pointArea02 {
    margin: 15px;
}
#bookInfo #pointArea02 h2 {
    border-bottom: 1px solid #F4CF2D;
    padding-bottom: 10px;
}
#bookInfo #pointArea02 h2 img {
    width: 300px;
}
#meritArea th {
    padding: 4px 5px 4px 0;
}
#meritArea th img {
    width: 100px;
}
#meritArea td {
    font-size: 16px;
    font-weight: bold;
}
#meritArea .meritImg {
    margin: 15px 15px 0;
}
#meritArea .meritImg img {
    width: 100%;
}
#meritArea.merit01 {
    padding-bottom: 40px;
}
#meritArea.merit01 th {
    padding: 10px 5px 10px 0;
}
#meritArea.merit01 td {
	display: block;
}
#meritArea.merit01 .taCenter {
    padding-top: 8px;
}
#meritArea.merit01 .taRight {
    padding-left: 1em;
}

#ContentsInner {
    margin: 30px 15px;
    padding: 15px 12px;
    border: 8px solid #F1ECE7;
}
#ContentsInner #voicePlusBtn img {
    width: 100%;
    display: block;
}
#ContentsInner #voicePlusBtn.active img:first-child {
    display: none;
}
#ContentsInner #voicePlusBtn.active img:last-child {
    display: block;
}
#ContentsInner #voicePlusBtn img:last-child {
    display: none;
}
#ContentsInner .voicePlus {
    display: none;
}
#ContentsInner dl dt {
    height: 30px;
    line-height: 30px;
    margin: 17px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #F1ECE7;
}
#ContentsInner dl .voice_text {
    font-size: 16px;
    line-height: 1.6;
}
#ContentsInner dl .voice_img {
    margin: 20px 40px 40px;
}
#ContentsInner dl .voice_img img {
    width: 100%;
}
#hosoku {
    padding-top: 15px;
    text-align: right;
}

#bookBtm {
    margin: 60px 15px 0;
}
#bookBtm .photoBox img {
    width: 100%;
    height: auto;
}
/*#bookBtm .photoBox {
    float: left;
    width: 100%;
    margin-right: -60%;
    padding-right: 60%;
    box-sizing: border-box;
}
#bookBtm .textBox {
    float: left;
    width: 60%;
}
#bookBtm .textBox img {
    width: 100%;
}
#bookBtm .textBox .info {
    padding: 5px 0 10px 5px;
}
#bookBtm .textBox #bookTxt01 {
    font-size: 13px;
    padding-left: 5px;
}
#bookBtm .textBox #bookTxt01 span {
    font-size: 10px;
}*/

.fBtn {
    margin: 20px 15px;
    position: relative;
    min-height: 280px;
}
.fBtn .txt img {
    width: 100%;
    height: auto;
}
.fBtn .offerBtn01 {
    position: absolute;
    top: 27vw;
    margin: 0 17px;
}

.fBtn .offerBtn01 a:first-child img {
    margin-bottom: 5px;
}
.fBtn .offerBtn02 {
    position: absolute;
    top: 50vw;
    margin: 0 17px;
}
/*------------------------------
#aboutus
------------------------------*/
#aboutus {
	padding: 0 15px 0;
	background: #FFF;
}
#aboutus h2 {
	padding: 20px 0 23px;
	text-align: center;
	border-bottom: 2px solid #008CD6;
}
#aboutus .txt01 {
	margin-top: 25px;
	text-align: center;
}
#aboutus .txt01:after {
	content: '';
	width: 100%;
	height: 165px;
	margin: 30px 0 32px;
	background: url(//www.musashi-corporation.com/common/img/lp/img_aboutus_02_sp.png) no-repeat 50% 0;
	background-size: 114px 165px;
	display: block;
}
#aboutus .txt01 img {
	width: 100%;
	height: auto;
	max-width: 304px;
}
#aboutus .txt02 {
	margin-bottom: 25px;
	text-align: center;
}
#aboutus .txt02 img {
	width: 100%;
	height: auto;
	max-width: 314px;
}
#aboutus .txt03 {
	margin-bottom: 50px;
	line-height: 1.8;
	font-size: 16px;
}
#aboutus .table01 {
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#aboutus .table01 th,
#aboutus .table01 td {
	line-height: 1.5;
	vertical-align: top;
	font-size: 13px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#aboutus .table01 th {
	width: 95px;
	padding: 15px 0;
	background: #F5F2EE;
	text-align: center;
}
#aboutus .table01 td {
	padding: 15px 10px;
}
#aboutus .table01 td a {
    color: #333;
}
#aboutus .table01 td .list li {
	margin-bottom: 20px;
}
#aboutus .table01 td .list:last-child li:last-child {
	margin-bottom: 0;
}
#aboutus .table01 td .list03 li {
	margin-bottom: 0;
}
#aboutus .table01 td .list03:last-child:after {
	content: '（順不同）';
}

#spfooter {
    margin-top: 45px;
    padding-bottom: 70px;
    text-align: center;
}
#spfooter .fLogo {
    margin-bottom: 20px;
}
#spfooter small {
    font-size: 10px;
    color: #666;
}

.fixedFooter {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    background-color: rgba(34,34,34,0.6);
}
.fixedFooter li:first-child {
    float: left;
    width: 50%;
}
.fixedFooter li {
    width: 50%;
    text-align: center;
}
.fixedFooter li img {
    width: 91%;
    max-width: 190px;
}
.fixedFooter li a {
    display: inline-block;
}
.fixedFooter li:first-child {
    float: left;
}
.fixedFooter li:last-child {
    float: left;
}
.fixedTopBtn {
    position: fixed;
    background-color: #FFF;
    bottom: 60px;
    right: 10px;
    z-index: 10;
    width: 40px;
    height: 40px;
}
.fixedTopBtn a {
    display: inline-block;
}

/* 2020/04/10 時間変更 */
.emeNotes {
	width: 100%;
	margin: 10px auto;
	padding: 15px;
	font-size: 12px;
	border: 2px solid #F00;
	box-sizing: border-box;
	background: #FFF;
}
.emetitle {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 120%;
}
.emeHours {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	line-height: 120%;
}
.emeLink {
	display: block;
	margin: 5px 0;
}
.emeLinkTxt {
	font-size: 14px;
	color: #1D3992;
}
