@charset "utf-8";

section.text_temprate{
    display: inline-block;
    margin-left: 0.5%;
    width: 80%;
}

.text_temprate #content{
    margin-bottom: 30px;
}
.text_temprate #content h1.pagetitle{
    /*ページタイトル*/
    border-bottom: solid 3px #3A271F;
    margin-bottom: 30px;
    font-weight: bold;
}

.text_temprate #content h1,
.text_temprate #content h2,
.text_temprate #content h3,
.text_temprate #content h4,
.text_temprate #content h5,
.text_temprate #content h6{
  line-height: normal;
  margin: 0;
  font-family: 'メイリオ', sans-serif;
  background: none;
}

.text_temprate #content h1{
    font-size: 36px;
}
.text_temprate #content h2{
    font-size: 30px;
}
.text_temprate #content h3{
    font-size: 24px;
}
.text_temprate #content h4{
    font-size: 18px;
}
.text_temprate #content h5{
    font-size: 12px;
}
.text_temprate #content h6{
    font-size: 6px;
}

.text_temprate #content p {
  line-height: 27px;
  font-size: 15px;
}


.text_temprate #content ul > li{
    list-style: disc;
    margin-left: 30px;
}
.text_temprate #content ul > li > ul > li{
    list-style: circle;
}

.text_temprate #content ol > li{
    list-style: decimal;
}
.text_temprate #content li{
    margin: 28px 0;
    line-height: 27px;
    font-size: 15px;
}

img.alignright{
    display: block;
    margin: 0 0 0 auto!important;
}
img.alignleft{
    display: 0 auto 0 0!important;
}
img.aligncenter{
    display: block;
    margin: 0 auto!important;
}

/*=====================
レスポンシブ
=====================*/
/*----------width1080px以下でipad_pro版へ----------*/
@media screen and (max-width:1100px) {
    /*ipadpro用*/
    section.text_temprate{
        margin: unset;
        width: 90%;
        display: block;
    }
    .text_temprate #content{
        margin-bottom: 30px;
    }

    #leftbar{
        width: 90%;
        margin: 0 auto;
        float: none;
    }
}

/*スマホ用*/
@media screen and (max-width:1023px) {
    section.text_temprate{
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .text_temprate #content h1.pagetitle{
        /*ページタイトル*/
        font-size: 20px;
        color: #3A271F;
        text-align: center;
        border-bottom: solid 3px #3A271F;
        margin-bottom: 30px;
    }

    .text_temprate #content h1{
        font-size: 36px;
    }
    .text_temprate #content h2{
        font-size: 30px;
    }
    .text_temprate #content h3{
        font-size: 24px;
    }
    .text_temprate #content h4{
        font-size: 18px;
    }
    .text_temprate #content h5{
        font-size: 12px;
    }
    .text_temprate #content h6{
        font-size: 6px;
    }

}/*media screen and max-widht:1080) of end*/

/*----------width340px以下の小型なスマホ版へ----------*/
@media screen and (max-width:1080px) {

}
