@charset "utf-8";


html {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}


h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}


body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-size: 75%;
	line-height: 150%;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}







nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #DCF3F4;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #F6E8F7;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}




.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}





.QAList dt{ background: #e5f6ff; border-radius: 3px; padding: 10px 10px 10px 60px; margin: 0 0 20px;}
.QAList dt:not(:first-of-type){ margin: 40px 0 20px;}
.QAList dt,
.QAList dd{ position: relative;}
.QAList dt:before{
    content: "Q";
    height: 35px;
    width: 35px;
    background: #1a87fe;
    color: #FFF;
    font-family: 'mbempire';
    font-size: 2em;
    padding: 5px 3px 3px 2px;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    top: 5px;
}
.QAList dd{ padding: 10px 10px 10px 60px;}
.QAList dd:before{
    content: "A";
    height: 35px;
    width: 35px;
    background: #ff004c;
    color: #FFF;
    font-family: 'mbempire';
    font-size: 2em;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    top: 5px;
}


/*Q&A------------------------*/
#post-45 h3{
    text-align: center;
    font-size: 2.0em;
    font-family: 'mbempire';
    padding: 10px 0 20px;
    margin: 0 0 20px;
    position: relative;
}
#post-45 h3:not(:first-of-type){ margin: 80px 0 20px;}

#post-45 h3:before,
#post-45 h3:after{
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    bottom: 0;
}
#post-45 h3:before{
    right: 50%;
    background: #0073c4;
}

#post-45 h3:after{
    left: 50%;
    background: #00c43c;
}

#SingleWrapper .shortFormTitle{
    padding: 5px;
    margin: 0 0 5px;
    background:#00c43c;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
}


    #SingleWrapper {
        margin: 50px auto 100px;
    }

#SingleWrapper{
    margin: 100px auto 100px;
}


#ContentsWrapper{
    margin: 100px 0 0;
}
#primary{margin: 150px 0 0;}

#primary{margin: 0;}
}


