@charset "UTF-8";
/**
 *   pagenavi
 */

#new_temp a{
    display: inline;
}

#new_temp * {
    box-sizing: border-box;
}

.article #new_temp a{
    color: #305db3;
    text-decoration: underline;
}
.article #new_temp a.block{
    display: block;
}
#new_temp #drawer__menu a{
    display: inline-block;
}

#new_temp img {
    display: unset;
    max-width: initial;
}

.article #new_temp + section{
    margin-bottom: 40px;
}

.spLayout .article #new_temp + section{
    margin-bottom: 70px;
}

#new_temp .navi_box_left,
#new_temp .navi_box_right{
    display: inline;
}

#new_temp .navi_box_center{
    display: inline-block;
    border: solid 1px #ACACAC;
}

/*pagination*/

/*data*/

#new_temp h3:not(.underlineHead),
#new_temp h4:not(.underlineHead),
#new_temp h5:not(.underlineHead){
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0 0 12px;
    border-left: solid 4px #FF6B00;
    border-bottom: none;
    margin-bottom: 22px;
    line-height: 1.6;
    margin-top: 0;
}

.spLayout #new_temp h3:not(.underlineHead),
.spLayout #new_temp h4:not(.underlineHead),
.spLayout #new_temp h5:not(.underlineHead){
    font-size: 42px;
    padding: 0px 20px;
    border-left: solid 8px #FF6B00;
    border-bottom: none;
    margin-bottom: 42px;
}

#new_temp #case_header{
    overflow: hidden;
    border-bottom: solid 1px #fe6c26;
    padding-bottom: 30px;
    margin-bottom: 42px;
    border-top: solid 1px #fe6c26;
    padding-top: 27px;
}
#new_temp #blog_text a img{
    vertical-align: middle;
}
.spLayout #new_temp #blog_text a img{
    width: 70%;
    height: auto;
}
#new_temp #case_header .img{
    float: right;
    margin-left: 16px;
}
#new_temp #case_header .img img{
    width: auto;
    /* height: 150px; */
    height: 164px;
}
#new_temp #case_header .date{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.spLayout #new_temp #case_header .date{
    margin-bottom: 20px;
}
#new_temp #case_header .cat{
    font-size: 16px;
    line-height: 1.6;
    /*margin-bottom: 4px;*/
    margin-bottom: 5px;
    color: #FF6B00;
}

#new_temp #case_header .ttl{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 6px;
    /* max-width: 630px; */
    max-width: 616px;
}
#new_temp #case_header .ttl > span{
    display: inherit;
    /*margin-top: 8px;*/
    margin-top: 5px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
}
#new_temp #case_header .subttl{
    font-size:19px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.4;
    max-width: 630px;
}

#new_temp #case_header .author{
    font-size: 18px;
    line-height: 1.4;
    /*margin-top: 16px;*/
    margin-top: 11px;
}
#new_temp #case_header .subttl + .author{
    margin-top: 0;
}
.spLayout #new_temp #case_header{
    display: flex;
    flex-flow: column nowrap;
    padding-top: 48px;
    padding-bottom: 56px;
    margin-bottom: 58px;
    border-top: solid 2px #fe6c26;
    border-bottom: solid 2px #fe6c26;
}
.spLayout #new_temp #case_header .img{
    float: none;
    order: 9999;
    margin: 44px auto 0;
    /*margin-right: 0;
    margin-left: 0;*/
    /*width: 300px;
    height: 300px;*/
    text-align: center;
}
.spLayout #new_temp #case_header .img img{
    width: auto;
    height: 250px;
    /*height: auto;*/
}
.spLayout #new_temp #case_header .img .img{
    margin: 0;
}
#new_temp .imgL img{
}

.spLayout #new_temp .imgL img{
    width: 100% !important;
    height: auto !important;
}

.spLayout #new_temp #case_header .date{
    font-size: 32px;
}
.spLayout #new_temp #case_header .cat{
    font-size: 32px;
    margin-bottom: 8px;
}
.spLayout #new_temp #case_header .ttl{
    font-size: 48px;
    margin-bottom: 10px;
    max-width: 100%;
}
.spLayout #new_temp #case_header .ttl > span{
    font-size: 34px;
    margin-top: 16px;
}
.spLayout #new_temp #case_header .subttl{
    font-size: 34px;
    margin-bottom: 26px;
    max-width: unset;
}
.spLayout #new_temp #case_header .author{
    font-size: 32px;
    line-height: 1.6;
}
#new_temp #blog_text{
    overflow: hidden;
}
#new_temp #blog_text h3,
#new_temp #blog_text h4,
#new_temp #blog_text h5{
    margin-top: 42px;
}
.spLayout #new_temp #blog_text h3,
.spLayout #new_temp #blog_text h4,
.spLayout #new_temp #blog_text h5{
    margin-top: 60px;
}
/*#blog_text h3:first-of-type,*/
#new_temp #blog_text h5:first-child{
    margin-top: 0;
}
/*.spLayout #blog_text h3:first-of-type,*/
.spLayout #new_temp #blog_text h5:first-child{
    margin-top: 0;
}
/*#blog_text h3:first-child,
#blog_text h5:first-child {
    margin-top: 0;
}
.spLayout #blog_text h3:first-child,
.spLayout #blog_text h5:first-child {
    margin-top: 0;
}*/
#new_temp .texts #blog_text p,
#new_temp .texts #blog_text p span,
#new_temp p.wp-caption-dt{
    font-size: 18px !important;
    margin-bottom: 14px;
    line-height: 1.7;
}
#new_temp .texts #blog_text li{
    line-height: 1.7;
}
#new_temp .texts #blog_text strong {
    font-weight: bold;
}

.spLayout #new_temp .texts #blog_text p,
.spLayout #new_temp .texts #blog_text p span,
.spLayout #new_temp p.wp-caption-dt{
    font-size: 34px !important;
}
.spLayout #new_temp .texts #blog_text p img{
    width: 100%;
    height: auto;
}

#new_temp .texts #blog_text > table{
    margin: 0 auto;
}
#new_temp .texts #blog_text > table td{
    vertical-align: top;
}
#new_temp .texts #blog_text > table.vmiddle td{
    vertical-align: middle;
}
#new_temp .texts #blog_text > table td > p{
    font-size: 18px;
    /*margin-bottom: 14px;*/
    line-height: 1.7;
}
.spLayout #new_temp .texts #blog_text > table td > p{
    font-size: 34px !important;
    /*margin-bottom: 14px;*/
    line-height: 1.6;
}
.spLayout #new_temp .texts #blog_text > table td{
    font-size: 34px !important;
    line-height: 1.6;
}
.spLayout #new_temp .texts #blog_text > table th{
    line-height: 1.6;
}
/*.texts #blog_text > table td {
    vertical-align: top;
}*/
/*******************************************************/
.spLayout #new_temp .texts #blog_text > table td{
    vertical-align: top;
    width: 100%;
    display: inline;
}
.spLayout #new_temp .texts #blog_text > p + table{
    width: 710px !important;
    overflow-x: scroll !important;
    border: none;
}
.spLayout #new_temp .texts #blog_text > table{
    width: 710px !important;
    overflow-x: scroll !important;
    border: none !important;
}
.spLayout #new_temp .texts #blog_text > p + table td{
    width: auto;
    display: table-cell;
/*    width: 50%;*/
}

/*道徳などキャプション用セリフ*/
#new_temp .texts #blog_text > table.washa{
    width: 100%;
    margin-bottom: 24px;
}
#new_temp .texts #blog_text > table.washa td:first-child{
    padding-right: 18px;
    width: 14%;
    line-height: 1.7;
}
#new_temp .texts #blog_text > table.washa td:nth-child(2){
    width: 86%;
    line-height: 1.7;
}
.spLayout #new_temp .texts #blog_text > table.washa{
    margin-bottom: 36px;
}
.spLayout #new_temp .texts #blog_text > table.washa td:first-child{
    display: table-cell;
    padding-right: 30px;
    width: 20%;
    line-height: 1.7;
}
.spLayout #new_temp .texts #blog_text > table.washa td:nth-child(2){
    width: 80%;
    line-height: 1.7;
}
.spLayout #new_temp .texts #blog_text > table.washa td.in_wh{
    padding: 2px !important;
}
/*2019/07/31 追加*/
#new_temp .texts #blog_text p.washa_ttl{
    margin-top: 36px;
}
#new_temp .texts #blog_text h3 + p.washa_ttl,
#new_temp .texts #blog_text p:not(.washa_ttl) + p.washa_ttl{
    margin-top: 0;
}
.spLayout #new_temp .texts #blog_text p.washa_ttl{
    margin-top: 60px;
}
.spLayout #new_temp .texts #blog_text h3 + p.washa_ttl,
.spLayout #new_temp .texts #blog_text p + p.washa_ttl{
    margin-top: 0;
}
#new_temp .texts #blog_text .waku2 tr td.b_dashed,
#new_temp .texts #blog_text .waku2 tr th.b_dashed{
    border-bottom: 2px dashed #acacac;
}
.spLayout #new_temp .texts #blog_text .waku2 tr td.b_dashed,
.spLayout #new_temp .texts #blog_text .waku2 tr th.b_dashed{
    border-bottom: 3px dashed #acacac;
}
/*以上*/


/*******************************************************/
/*.texts #blog_text .smallBlock {
    margin-bottom: 40px !important;
}*/
#new_temp .texts #blog_text > p:last-of-type{
    margin-bottom: 0px;
}
/*.texts #blog_text > h3 + p {
    margin-bottom: 0px;
}*/
.spLayout #new_temp .texts #blog_text > p{
    font-size: 34px !important;
    padding-left: 0px;
    line-height: 1.7;
    margin-bottom: 24px;
}
.spLayout #new_temp .texts #blog_text > p:last-of-type{
    margin-bottom: 0px;
}
#new_temp #blog_text table.waku2{
    font-size: 16px;
    margin-bottom: 30px;
    border-collapse: collapse;
    width: 100%;
}

#new_temp #blog_text table.waku2:last-child,
.spLayout #new_temp #blog_text table.waku2:last-child{
    margin-bottom: 0;
}

#new_temp #blog_text table.waku2 th{
    background: #F9F9F9 !important;
    border: solid 1px #ACACAC;
    padding: 18px 8px;
    vertical-align: middle;
}

.spLayout #new_temp #blog_text table.waku2 th{
    padding: 22px 30px;
}

#new_temp #blog_text table.waku2 th p,
#new_temp #blog_text table.waku2 td p{
    font-size: 18px;
    line-height: 1.7;
    display: block;
    margin-bottom: 14px;
}
#new_temp #blog_text table.waku2.waku_name td p{
    /*margin-bottom: 0;*/
}
.spLayout #new_temp #blog_text table.waku2 th p,
.spLayout #new_temp #blog_text table.waku2 td p{
    font-size: 34px !important;
    margin-bottom: 24px;
}
#new_temp #blog_text table.waku2 th p:last-of-type,
#new_temp #blog_text table.waku2 td p:last-of-type{
    margin-bottom: 0px;
}
.spLayout #new_temp #blog_text table.waku2 th p:last-of-type,
.spLayout #new_temp #blog_text table.waku2 td p:last-of-type{
    margin-bottom: 0px;
}
#new_temp #blog_text table.waku2 th p{
    text-align: center !important;
}
#new_temp #blog_text table.waku2 th.t_left p{
    text-align: left !important;
}
#new_temp #blog_text table.waku2 td{
    border: solid 1px #ACACAC;
    /*text-align: left;*/
    /*padding: 20px 24px;*/
    padding: 16px 18px;
    vertical-align: top;
}
#new_temp #blog_text table.waku2.small_pad td{
    padding: 12px 14px;
}
/*#blog_text table.waku2 td:first-child {
    text-align: center;
}*/
.spLayout #new_temp #blog_text table.waku2 td{
    padding: 26px 30px !important;
    border: solid 1px #ACACAC;
    /*text-align: left;*/
    vertical-align: top;
    display: table-cell;
    width: auto;
}
#new_temp #blog_text table.waku2 img{
    margin-top: 20px;
}
#new_temp #blog_text table.waku2 table{
    margin: 0 auto;
}
.spLayout #new_temp #blog_text table.waku2{
    display: block;
    font-size: 32px;
    margin-left: 0px;
    margin-bottom: 60px;
    overflow-x: scroll;
/*    -webkit-overflow-scrolling: touch;*/
}
.spLayout #new_temp #blog_text table.waku2.waku_name{
    display: block;
    overflow-x: hidden;
}
.spLayout #new_temp #blog_text table.waku2 table tbody{
    width: 100%;
}

.spLayout #new_temp #blog_text table.waku2::-webkit-scrollbar{
    height: 10px;
}
.spLayout #new_temp #blog_text table.waku2::-webkit-scrollbar-thumb{
    background: #dcdddd;
    border-radius: 6px;
}
.spLayout #new_temp #blog_text table.waku2 tbody{
    display: block;
    width: 1420px;
}
.spLayout #new_temp #blog_text table.waku2.waku_name tbody{
    width: auto;
}
.spLayout #new_temp #blog_text table.waku2 td span{
    font-size: 34px !important;
}
.spLayout #new_temp #blog_text table.waku2 img{
    width: 100%;
/*    width: 100% !important;
    height: auto !important;*/
}
.spLayout #new_temp #blog_text table.waku2.waku_name img{
    width: 100%;
/*    width: auto !important;
    height: auto !important;
    min-width: 648px;
    max-height: unset;
*/}
.spLayout #new_temp #blog_text table.waku2.waku_name img[title="ico_link"]{
    margin: -8px 0 0 10px !important;
    width: 30px !important;
    min-width: unset;
}
.spLayout #new_temp #blog_text img[alt*="ico_link"]{
    margin: -8px 0 0 10px !important;
    width: 30px !important;
    height: auto !important;
    min-width: unset;
    vertical-align: middle;
}

#new_temp #blog_text img[title="ico_link"]{
    margin: 0 4px 0 4px !important;
    vertical-align: middle;
}
#new_temp #blog_text img[alt="ico_link"]{
    margin: 0 4px 0 4px !important;
    vertical-align: middle;
}
.spLayout #new_temp #blog_text img[title="ico_link"]{
    margin: -8px 0 0 10px !important;
    width: 30px !important;
    height: auto;
    min-width: unset;
}
#new_temp #blog_text img[title*="san001"]{
    vertical-align: middle !important;
}
.spLayout #new_temp #blog_text img[title="vol048_081"]{
    width: 34px !important;
    vertical-align: baseline !important;
}
.spLayout #new_temp #blog_text img[title*="学び！と歴史vol32"]{
    width: 34px !important;
    vertical-align: baseline !important;
    margin-bottom: 0 !important;
}



#new_temp #blog_text .alignright{
    float: right;
}
#new_temp #blog_text .aligncenter{
    margin: 0 auto 24px !important;
}
.spLayout #new_temp #blog_text .aligncenter{
    margin: 0 auto 30px !important;
}
#new_temp #blog_text .aligncenter.cinematop{
    margin: 24px auto !important;
}
.spLayout #new_temp #blog_text .aligncenter.cinematop{
    margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .aligncenter.cinematop:first-child{
    margin: 0 auto 30px !important;
}
#new_temp #blog_text img.aligncenter{
    display: block;
}
.spLayout #new_temp #blog_text img.aligncenter{
    display: block;
    width: 100%;
    height: auto;
}
.spLayout #new_temp #blog_text p:first-child .aligncenter{
    margin: 0 auto !important;
}
/*.spLayout #blog_text .aligncenter {
    margin: 40px auto !important;
}*/

/*2019/07/18 以下、.zuko_mtb除外記述追加*/
.spLayout #new_temp #blog_text p + .aligncenter:not(.zuko_mtb){
    margin: 40px auto !important;
    width: 100% !important;
    height: auto;
}
.spLayout #new_temp #blog_text .aligncenter > img{
    width: 100%;
    height: 100%;
}
#new_temp #blog_text table tr td .aligncenter{
    margin: 20px !important;
}
/*下記、テーブル内で画像センター揃え*/
#new_temp #blog_text table.waku2 tr td .aligncenter{
    margin: 20px auto !important;
}
.spLayout #new_temp #blog_text > h3 + table .alignright,
.spLayout #new_temp #blog_text > h3 + table .alignleft{
    margin-top: 0;
}
.spLayout #new_temp hr + .texts.clearfix #blog_text div.alignright{
    margin-top: 0;
    margin-left: 0;
}
.spLayout #new_temp #blog_text p + .alignright,
.spLayout #new_temp #blog_text p + .alignleft{
    margin-top: 16px;
}
.spLayout #new_temp #blog_text .alignright img,
.spLayout #new_temp #blog_text .alignleft img{
    width: 100%;
    height: auto;
}
#new_temp .wp-caption-text,
#new_temp p.wp-caption-text,
#new_temp .texts #blog_text p.wp-caption-text{
    font-size: 16px !important;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left !important;
}
#new_temp .texts #blog_text p.wp-caption-text.tx_center{
  text-align: center !important;
}
.spLayout #new_temp .wp-caption-text,
.spLayout #new_temp p.wp-caption-text,
.spLayout #new_temp .texts #blog_text p.wp-caption-text,
.spLayout #new_temp .wp-caption-dd,
.spLayout #new_temp .wp-caption-dd span{
    font-size: 32px !important;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left !important;
}
.spLayout #new_temp .texts #blog_text p.wp-caption-text.tx_center{
  text-align: center !important;
}

/*#blog_text img.alignright {
    display: inline;
    margin: 10px 0 10px 12px;
}*/
#new_temp #blog_text img.alignright{
    display: inline;
    margin: 20px 0 20px 24px;
}
#new_temp #blog_text img.pc{
}
#new_temp #blog_text img.sp{
    display: none;
}
/*#blog_text a:first-child img.alignright {
    margin-top: 0;
}*/
/*.spLayout #blog_text img.alignright {
    display: inline-block;
    width: 50% !important;
    height: auto;
}*/
/*.spLayout #blog_text img.alignright {
    display: block;
    width: 100% !important;
    height: auto;
    float: none;
    margin: 40px 0;
}*/
.spLayout #new_temp #blog_text img.alignright{
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin: 30px auto;
}
.spLayout #new_temp #blog_text img.sp{
    display: block;
}
.spLayout #new_temp #blog_text img.pc{
    display: none;
}
#new_temp #blog_text .lightbox{
    display: block;
}
#new_temp #blog_text .cboxElement{
    display: block;
}
.spLayout #new_temp #blog_text .cboxElement{
    display: block;
    width: 100%;
}

#new_temp #blog_text .wp-caption{
    text-align: center;
    /*background-color: #F3F3F3;*/
    /*padding: 4px 5px 0px;*/
    /*margin: 10px 12px;*/
    margin: 20px;
    /*width: auto !important;*/
    /*max-width: 300px;*/
    /*border: 1px solid #DDD;*/
    /*-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}
.spLayout #new_temp #blog_text .wp-caption{
    /*width: 300px !important;*/
}
/*#blog_text > .wp-caption:only-of-type {
    max-width: unset;
}*/
#new_temp #blog_text .wp-caption.alignleft{
    margin: 20px 20px 20px 0;
    /*width: 300px !important;*/
}
#new_temp #blog_text .wp-caption.alignright{
    margin: 20px 0 20px 20px;
    /*width: 300px !important;*/
}
.spLayout #new_temp #blog_text .alignright{
    width: 100%;
    /*width: auto !important;*/
    display: block;
    max-width: unset;
    float: none;
    margin: 0;
}
.spLayout #new_temp #blog_text .alignleft{
    width: 100%;
    /*width: auto !important;*/
    display: block;
    max-width: unset;
    float: none;
    margin: 0;
}
.spLayout #new_temp #blog_text td.gallery .alignleft,
.spLayout #new_temp #blog_text td.gallery .alignright{
    width: 90%;
    margin: 0 auto;
}
.spLayout #new_temp #blog_text td.lightbox_parent .alignleft,
.spLayout #new_temp #blog_text td.lightbox_parent .alignright{
    width: 90%;
    margin: 0 auto;
}
/*.spLayout #blog_text .wp-caption.alignleft {
    margin: 0;
    width: 100% !important;
}
.spLayout #blog_text .wp-caption.alignright {
    margin: 0;
    width: 100% !important;
}*/
.spLayout #new_temp #blog_text .wp-caption.alignleft{
    margin: 30px 0;
    width: 100% !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignright{
    margin: 30px 0;
    width: 100% !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignright.zuko_mtb.sp_w50per{
    margin: 0 auto;
    width: 50% !important;
}
.spLayout #new_temp #blog_text h3 + .wp-caption.alignleft,
.spLayout #new_temp #blog_text h3 + .wp-caption.alignright{
    margin-top: 0;
}

.spLayout #new_temp #blog_text .waku2.waku_name .wp-caption.alignleft,
.spLayout #new_temp #blog_text .waku2.waku_name .wp-caption.alignright{
    margin: 0;
}
/*#blog_text .wp-caption.alignleft:first-child {
    margin-top: 0;
}*/
/*#blog_text .wp-caption.alignright:first-child {
    margin-top: 0;
}*/
/*.spLayout #blog_text .wp-caption.alignright {
    margin: 40px 0;
}*/
/*#blog_text .wp-caption.alignleft {
    margin-left: 0;
}
#blog_text .wp-caption.alignright {
    margin-right: 0;
}*/
#new_temp #blog_text .imgTable{
/*    width: 784px !important;*/
    width: auto;
    margin: 24px 0;
}
#new_temp #blog_text .imgTable.mtbM{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.spLayout #new_temp #blog_text .imgTable.mtbM{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
#new_temp #blog_text .imgTable.mtbL{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.spLayout #new_temp #blog_text .imgTable.mtbL{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
#new_temp #blog_text .imgTable:last-child{
    margin: 24px 0 0 0;
}
#new_temp .texts #blog_text .imgTable td{
    padding-right: 30px;
}
#new_temp .texts #blog_text .imgTable td .alignleft,
#new_temp .texts #blog_text .imgTable td .alignright,
#new_temp .texts #blog_text .imgTable td .aligncenter,
#new_temp .texts #blog_text .imgTable td .alignnone{
    margin-top: 0;
}
#new_temp .texts #blog_text .imgTable td:last-child{
    padding-right: 0;
}
.spLayout #new_temp #blog_text .imgTable{
    width: 100% !important;
}
.spLayout #new_temp .texts #blog_text .imgTable td{
    width: 100% !important;
    display: block;
    /*padding-bottom: 56px 181204 my実践事例調整;*/
    padding-bottom: 36px;
    padding-right: 0;
}
.spLayout #new_temp .texts #blog_text .imgTable.grid td{
    padding-bottom: 0;
}
.spLayout #new_temp .texts #blog_text .imgTable tr:last-child td:last-child{
    padding-bottom: 0;
}
#new_temp #blog_text .imgTable td:last-of-type{
    padding-bottom: 0px;
}
#new_temp #blog_text .imgTable td:last-of-type p{
    text-align: right;
}
#new_temp #blog_text .imgTable img{
/*    width: 95%;*/
    height: auto;
}
.spLayout #new_temp #blog_text .imgTable img{
    width: 100%;
}
#new_temp #blog_text table.fukidashi-r{
    font-size: 16px;
    empty-cells: show;
    margin-bottom: 24px;
    width: 500px;
    float: right;
    vertical-align: middle;
}

.spLayout #new_temp #blog_text table.fukidashi-r,
.spLayout #new_temp #blog_text table.fukidashi-l{
    font-size: 32px;
    margin-bottom: 36px;
    width: 710px;
    margin-left: 0;
    margin-right: 0;
    float: none;
}
#new_temp #blog_text table.fukidashi-r.zuko_mtb,
#new_temp #blog_text table.fukidashi-l.zuko_mtb{
    margin-top: 24px;
    margin-bottom: 24px;
}
.spLayout #new_temp #blog_text table.fukidashi-r.zuko_mtb,
.spLayout #new_temp #blog_text table.fukidashi-l.zuko_mtb{
    margin-top: 36px;
    margin-bottom: 36px;
}
.spLayout #new_temp #blog_text .fukidashi-r .read p,
.spLayout #new_temp #blog_text .fukidashi-r .read2 p{
    /*padding-left: 24px;*/
}
#new_temp #blog_text table.fukidashi-r td.read,
#new_temp #blog_text table.fukidashi-r td.read2{
    background: #fef4d5;
    padding-left: 0px;
    width: auto;
    display: table-cell;
}
#new_temp #blog_text table.fukidashi-r td{
    border: 0px;
    padding-left: 10px;
    vertical-align: middle;
}
.spLayout #new_temp #blog_text table.fukidashi-r td img,
.spLayout #new_temp #blog_text table.fukidashi-l td img{
    width: 120px;
}
#new_temp #blog_text table.fukidashi-l{
    font-size: 16px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    /*margin-left: 12px;*/
    margin-right: 12px;
    margin-bottom: 24px;
    width: 500px;
    float: left;
}

#new_temp #blog_text table.fukidashi-l td{
    border: 0px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}
#new_temp #blog_text table.fukidashi-l td.read{
    background: #eaf3da;
    padding-right: 0px;
    display: table-cell;
}
#new_temp #blog_text table.fukidashi-l td.read2{
    background: #fef4d5;
    padding-right: 0px;
    display: table-cell;
}
.spLayout #new_temp #blog_text table.fukidashi-l td{
    border: 0px;
    padding-right: 10px;
    display: table-cell;
    width: auto;
}
.spLayout #new_temp #blog_text table.fukidashi-l td.read{
    /*background: #eaf3da;*/
    padding-right: 0px;
    display: table-cell;
    width: auto;
}
.spLayout #new_temp #blog_text table.fukidashi-l td.read2{
    /*background: #fef4d5;*/
    padding-right: 0px;
    display: table-cell;
    width: auto;
}
/*2019/07/31 追加*/
.spLayout #new_temp #blog_text table.fukidashi-r td{
    padding-left: 20px;
}
.spLayout #new_temp #blog_text table.fukidashi-l td{
    padding-right: 20px;
}
/*以上*/



/*2019/07/30　追加*/
#new_temp #blog_text table.fukidashi-l td.read,
#new_temp #blog_text table.fukidashi-r td.read{
    background: #eaf3da !important;
    vertical-align: middle;
    padding: 16px 18px;
}
#new_temp #blog_text table.fukidashi-l td.read2,
#new_temp #blog_text table.fukidashi-r td.read2{
    background: #fef4d5 !important;
    vertical-align: middle;
    padding: 16px 18px;
}
.spLayout #new_temp #blog_text table.fukidashi-l td.read,
.spLayout #new_temp #blog_text table.fukidashi-r td.read,
.spLayout #new_temp #blog_text table.fukidashi-l td.read2,
.spLayout #new_temp #blog_text table.fukidashi-r td.read2{
    padding: 26px 30px !important;
}
/*以上*/

#new_temp #blog_text .read p,
#new_temp #blog_text .read2 p{
    margin-bottom: 0;
}
.spLayout #new_temp #blog_text .read p,
.spLayout #new_temp #blog_text .read2 p{
    margin-bottom: 0;
}
#new_temp #blog_text table.normal th,
#new_temp #blog_text table.normal td{
    padding: 4px 4px;
    vertical-align: top;
    font-size: 16px;
}
#new_temp #blog_text table.normal th strong,
#new_temp #blog_text table.normal td strong{
    display: inline-block;
    line-height: 1.7;
}
#new_temp #blog_text table.normal td:first-of-type{
    width: 40%;
}
.spLayout #new_temp #blog_text table.normal th,
.spLayout #new_temp #blog_text table.normal td{
    padding: 8px 8px;
    font-size: 32px;
}

#new_temp #blog_text table.gridTable{
    margin: 0 -16px;
}
#new_temp #blog_text table.gridTable td{
    width: 25%;
    padding: 16px 16px;
}
#new_temp #blog_text table.gridTable td img{
    width: 100%;
    height: auto;
}
.spLayout #new_temp #blog_text table.gridTable td{
    display: inline-block;
    width: 50% !important;
}
#new_temp #blog_text table.borderArea{
    border: solid 1px #ACACAC;
    border-radius: 0;
    /*padding: 20px 24px;*/
    padding: 16px 18px;
    margin-bottom: 14px;
}
.spLayout #new_temp #blog_text table.borderArea{
    border: solid 1px #ACACAC !important;
    padding: 22px 30px;
    margin-bottom: 24px;
}
#new_temp #blog_text table.borderArea span{
    margin-bottom: 14px;
}
.spLayout #new_temp #blog_text table.borderArea span{
    font-size: 34px !important;
    margin-bottom: 24px;
}

#new_temp .book_header p{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 40px;
}
#new_temp .book_header h3,
#new_temp .book_header h5{
    line-height: 1;
    padding-bottom: 8px;
    font-size: 28px;
    font-weight: bold;
    border-bottom: solid 2px #FF6B00;
    margin-bottom: 28px;
    padding-left: 0;
    border-left: 0;
}
#new_temp .book_header h3 span,
#new_temp .book_header h5 span{
    font-size:18px;
}
#new_temp .book-summary{
    overflow: hidden;
}

#new_temp .bgtop{
    display: none;
}
#new_temp .bgbottom{
    display: none;
}
.case_study_keyword_ttl {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.case_study_keyword_ttl:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background-color: #FF6B00;
}
.spLayout .case_study_keyword_ttl {
  padding-left: 40px;
  font-size: 40px;
  margin-bottom: 20px;
}
.spLayout .case_study_keyword_ttl:before {
  top: 18px;
  margin-right: 16px;
  width: 24px;
  height: 24px;
}


.keyword {
    font-size: 16px;
    border: solid 1px #fe6c26;
    /*padding: 20px 24px;*/
    padding: 16px 18px;
/*    margin-top: -10px;*/
    margin-bottom: 40px;
    line-height: 1.7;
}
.imgArea + .keyword {
    margin-top: 0px;
}
#new_temp .set a{
    display: inline-block;
}
.keyword .set {
    padding-left: 146px;
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
}
.keyword .set.two_line {
    min-height: 52px;
}
.keyword .set:last-of-type {
    margin-bottom: 0px;
}
.keyword .textIcon--gry {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    width: 130px;
    position: absolute;
    left: 0px;
    margin: 4px 8px;
    background-color: #a0a0a0;
}
.keyword > strong::before {
    content: "";
    background: #fe6c26;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}
.spLayout .keyword > strong::before {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.spLayout .keyword .set>div{
    float: right;
    width: 434px;
}
.keyword a {
    margin: 4px 8px;
}
.keyword .more {
    text-align: right;
}
.keyword .more a {
    color: #FF6B00;
}
.spLayout .keyword {
    font-size: 32px;
    border: solid 1px #fe6c26;
    padding: 22px 30px;
    margin-bottom: 60px;
}
/*.spLayout .keyword {
    margin-top: -16px;
}
.spLayout .imgArea + .keyword {
    margin-top: 0;
}*/
.spLayout .keyword h3,
.spLayout .keyword h5 {
    font-size: 36px;
}
.spLayout .keyword .set {
    padding-left: 0px;
    margin-bottom: 40px;
}
.spLayout .keyword .set:last-of-type {
    margin-bottom: 0;
}
.spLayout .keyword .textIcon--gry {
    font-size: 32px;
    width: 100%;
    position: static;
    left: auto;
    margin: 0px 0 16px 0px;
}
.spLayout .keyword a {
    margin: 0px 32px 8px 0px;
    line-height: 1.45;
}
#new_temp .resultHead{
    font-size: 18px;
    margin-bottom: 32px;
}
#new_temp .resultHead strong{
    display: inline-block;
    font-size: 20px;
    margin-bottom: 8px;
}
.spLayout #new_temp .resultHead{
    font-size: 36px;
    margin-bottom: 32px;
    line-height: 1.6;
}
.spLayout #new_temp .resultHead strong{
    display: inline-block;
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 1.6;
}
#new_temp .articlelist{
    overflow: hidden;
    margin: -14px -14px 28px -14px;
    padding: 0;
}
#new_temp .articlelist.clearfix{
    padding: 0;
    border: 0;
    margin-bottom: 50px;
}
/*.articlelist .box {
    width: 242px;
    float: left;
    border: solid 1px #ccc;
    margin: 14px;
}*/
#new_temp .articlelist .box{
    width: 244px;
    float: left;
    border: solid 1px #ACACAC;
    margin: 13px;
    min-height: 288px;
}
#new_temp .articlelist .box a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 12px 14px;
}
#new_temp .articlelist .img{
    text-align: center;
    margin-bottom: 13px;
    /*border: solid 1px #ccc;*/
}
#new_temp .articlelist .box img{
    width: 100% !important;
    height: 164px !important;
}
#new_temp .articlelist .date{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px;
}
#new_temp .articlelist .cat{
    font-size: 13px;
    color: #FF6B00;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 1.6;
}
#new_temp .articlelist .title{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.45;
}
#new_temp .articlelist .author{
    font-size: 14px;
}

.spLayout #new_temp .articlelist{
    margin: -40px -40px 44px -40px;
}
.spLayout #new_temp .articlelist .box{
    width: 710px;
    float: none;
    border: solid 1px #ACACAC;
    margin: 40px;
    overflow: hidden;
    position: relative;
}
.spLayout #new_temp .articlelist .box a{
    padding: 24px;
    overflow: hidden;
}
.spLayout #new_temp .articlelist .img{
    width: 40% !important;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 5%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.spLayout #new_temp .articlelist .img img{
    width: 100% !important;
    height: auto !important;
}
.spLayout #new_temp .articlelist .date{
    float: right;
    width: 53%;
    font-size: 28px;
    margin-bottom: 12px;
}
.spLayout #new_temp .articlelist .cat{
    float: right;
    width: 53%;
    font-size: 28px;
    color: #FF6B00;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 4px;
}
.spLayout #new_temp .articlelist .title{
    float: right;
    width: 53%;
    font-size: 34px;
    line-height: 1.45;
}
.spLayout #new_temp .articlelist .author{
    float: right;
    width: 53%;
    font-size: 28px;
}

/* 一般書籍 */
#new_temp .leadSentence{
    font-size: 18px;
    margin-bottom: 16px;
}
.spLayout #new_temp .leadSentence{
    font-size: 36px;
}
.spLayout #new_temp .leadAttention{
    font-size: 30px;
}

#new_temp .select-group{
    width: 311px;
    height: 44px;
    margin-bottom: 46px;

    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ACACAC;
    background-color: #fff;
    background-repeat: no-repeat;
}
.spLayout #new_temp .select-group{
    width: 100%;
    height: 88px;
}

#new_temp .select-group:after{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #ACACAC;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.spLayout #new_temp .select-group:after{
    right: 16px;
    border-top: 8px solid #ACACAC;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
#new_temp .prodBox{
    width: 100%;
    margin: 0px auto 40px;
    border: solid 1px #ACACAC;
    padding: 24px;
    overflow: hidden;
}

#new_temp .prodBox:last-child{
    margin: 0px auto 0px;
}
.spLayout #new_temp .prodBox:last-child{
}
#new_temp .navi_disp{
    margin: 0px auto 8px;
    font-size: 15px;
}
#new_temp .resultHead.navi_disp{
    margin: 0px auto 15px;
    font-size: 15px;
}
.spLayout #new_temp .navi_disp{
    margin: 0px auto 16px;
    font-size: 30px;
}
.spLayout #new_temp .resultHead.navi_disp{
    margin: 0px auto 20px;
    font-size: 30px;
}

#new_temp .navi_disp.bottom{
    margin: -24px auto 0px;
}
#new_temp .imgWrap{
    float: left;
    width: 158px;
}
.spLayout #new_temp .imgWrap{
    width: 42% !important;
    float: left;
    text-align: left;
    margin-bottom: 30px;
    /*padding-left: 24px;*/
}

#new_temp .imgWrap a{
    display: block;
    border: solid 1px #ACACAC;
}
#new_temp .imgWrap a img{
    width: 100%;
    vertical-align: top;
}
#new_temp .prodBox .imgWrap a:hover{
    opacity: 1;
}


#new_temp .capWrap{
    width: 550px;
    float: right;
    margin-bottom: 16px;
}
.spLayout #new_temp .capWrap{
    width: 54%;
    /*padding-right: 24px;*/
}
/*.capTag {
    background-color: #FF6B00;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}*/
#new_temp .capTag{
    background-color: #FF6B00;
    max-width: 200px;
    padding: 0 24px;
    height: auto;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    border-radius: 100px;
    display: inline-block;
}
.spLayout #new_temp .capTag{
    width: auto;
    height: auto;
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 16px;
    display: block;
    border-radius: 100px;
}
/*.spLayout .capTag {
    width: 136px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 16px;
}*/
/*.capTag::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border: solid 10px transparent;
    border-left: solid 10px #fff;
}*/
/*.spLayout .capTag::before {
    left: -2px;
    border: solid 20px transparent;
    border-left: solid 20px #fff;
}*/
/*.capTag::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border: solid 10px transparent;
    border-right: solid 10px #fff;
}
.spLayout .capTag::after {
    right: -2px;
    border: solid 20px transparent;
    border-right: solid 20px #fff;
}*/
#new_temp .capCopy{
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 4px;
}
.spLayout #new_temp .capCopy{
    font-size: 28px;
    margin-bottom: 16px;
}
#new_temp .capTitle{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 4px;
}
.spLayout #new_temp .capTitle{
    font-size: 34px;
    margin-bottom: 10px;
}
#new_temp .subTitle{
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 4px;
}
.spLayout #new_temp .subTitle{
    font-size: 28px;
    margin-bottom: 20px;
}
#new_temp .descWrap{
    margin-bottom: 16px;
    width: 550px;
    float: right;
}
.spLayout #new_temp .descWrap{
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
    overflow: hidden;
    float: none;
    display: none;
}
#new_temp .descWrap .textIcon--gry{
    margin-left: 0px;
}
#new_temp .infoWrap{
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 16px;
}
.spLayout #new_temp .infoWrap{
}
#new_temp .infoWrap p{
    min-width: 45%;
    margin-right: 24px;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.spLayout #new_temp .infoWrap p{
    margin-bottom: 22px;
    display: block;
}
#new_temp .infoWrap .textIcon--gry{
    display: inline-block;
    width: 66px;
    height: 22px;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.spLayout #new_temp .infoWrap .textIcon--gry{
    width: 120px;
    height: 48px;
}
#new_temp .infoWrap .textCnt{
    display: block;
    padding-left: 76px;
}
.spLayout #new_temp .infoWrap .textCnt{
    font-size: 28px;
    padding-left: 140px;
    padding-top: 3px;
}
#new_temp .stateWrap{
    font-size: 15px;
    margin-bottom: 0;
    overflow: hidden;
}
.spLayout #new_temp .stateWrap{
    font-size: 28px;
}
#new_temp .stateWrap p{
    position: relative;
    margin-bottom: 6px;
}
.spLayout #new_temp .stateWrap p{
    margin-bottom: 12px;
}

#new_temp .square{
    background-color: #FF6B00;;
    margin-top: 0px;
}
.spLayout #new_temp .square{
    margin-top: 0px;
}
#new_temp .stateHead{
    position: absolute;
    top: 0;
    left: 0;
}

#new_temp .stateLinks{
    display: inline-block;
}
.spLayout #new_temp .stateLinks{
    display: inline-block;
}
#new_temp .stateCat .stateLinks{
    padding-left: 106px;
}
.spLayout #new_temp .stateCat .stateLinks{
    padding-left: 195px;
}
.spLayout #new_temp.ios .stateCat .stateLinks{
    padding-left: 185px;
}
#new_temp .stateSub .stateLinks{
    padding-left: 60px;
}
.spLayout #new_temp .stateSub .stateLinks{
    padding-left: 110px;
}
.spLayout #new_temp.ios .stateSub .stateLinks{
    padding-left: 100px;
}
#new_temp .stateLinks a{
    display: inline-block;
    margin: 0 4px;
}
.spLayout #new_temp .stateLinks a{
    margin: 0 8px;
}
#new_temp .storeWrap{
    font-size: 16px;
    overflow: hidden;
	margin-top: 16px;
	margin-bottom: 10px;
}
.spLayout #new_temp .storeWrap{
	margin-top: 52px;
	margin-bottom: 0px;
}
#new_temp .storeWrap .textBtn.col2{
    width: 48%;
    height: 40px;
    margin: 0px;
}
#new_temp .storeWrap .textBtn.col2:first-of-type{
    margin-right: 4%;
}
.spLayout #new_temp .storeWrap .textBtn.col2{
    width: 48%;
    height: 80px;
    margin: 0px;
}
.spLayout #new_temp .storeWrap .textBtn.col2:first-of-type{
    margin-right: 4%;
}

#new_temp .purchaseInfo{
    margin: 0px auto 70px;
    border: solid 1px #ACACAC;
    border-radius: 4px;
}
#new_temp .purchaseInfo .outer{
    padding: 22px;
}
.spLayout #new_temp #cntR .purchaseInfo .outer{
padding: 22px;
}

#new_temp .purchaseInfo .purchaseInfo__head{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.spLayout #new_temp .purchaseInfo .purchaseInfo__head{
    font-size: 36px;
    margin-bottom: 8px;
}
#new_temp .purchaseInfo .purchaseInfo__text{
    font-size: 17px;
}
.spLayout #new_temp .purchaseInfo .purchaseInfo__text{
    font-size: 28px;
}
#new_temp .purchaseInfo div{
    width: 158px;
}

#new_temp .purchaseInfo div a{
    width: 100%;
}
#new_temp .purchaseInfo div a img{
    width: 100%;
}

/*一般書籍 内容紹介ポップアップ*/
#new_temp .intro_content{
    width: 220px;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #FF6B00;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.spLayout #new_temp .intro_content{
    width: 100%;
    margin-top: 40px;
    padding: 15px 0;
}
.pcLayout #new_temp .intro_content:hover{
    background-color: #fe854c;
}
#new_temp .intro_content_all{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 20000;
    width: 100vw;
    height: 100vh;
}
#new_temp .intro_content_bg{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,.8);
}
#new_temp .intro_content_ppWrap{
    position: fixed;
    z-index: 10001;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);*/
    width: 784px;
    height: 80vh;
    margin: auto;
}
#new_temp .intro_content_pp bold{
    font-weight: bold;
}
.spLayout #new_temp .intro_content_ppWrap{
    width: 710px;
    height: 70vh;
}
#new_temp .intro_content_pp{
    height: 100%;
    padding: 24px 28px;
    background-color: #fff;
    border: 6px solid #eeeeee;
/*    border-radius: 6px;*/
    overflow-y: scroll;
}
.spLayout #new_temp .intro_content_pp{
    border: 12px solid #eeeeee;
}
#new_temp .intro_contentWrap{
    margin-top: 20px;
    line-height: 1.6;
}
#new_temp .intro_contentWrap p{
    margin-bottom: 0;
}
.spLayout #new_temp .intro_contentWrap{
    margin-top: 40px;
    font-size: 32px;
}
#new_temp .intro_content_closeBtn{
    position: absolute;
    top: -60px;
    right: -10px;
    z-index: 10002;
}
#new_temp .intro_content_pp{
    font-size: 16px;
}
#new_temp .intro_content_pp .capTitle{
    font-size: 22px;
    color: #FF6B00;
}
.spLayout #new_temp .intro_content_pp{
    font-size: 32px;
}
.spLayout #new_temp .intro_content_pp .capTitle{
    font-size: 40px;
}



/*ポップアップ*/
#new_temp body.noScroll{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
}
#new_temp .popupModal1{
    text-align: center;
}
#new_temp .popupModal1 > input{
    display: none;
}

#new_temp .popupModal1 > input:nth-child(1) + label{
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
    height: 100%;
    position: relative;
    line-height: 1.2;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff6b00;
    color: #fff;
    font-weight: bold;
}
.spLayout #new_temp .popupModal1 > input:nth-child(1) + label{
    font-size: 34px;
}

#new_temp .modalPopup2{
    display: none;
}
/*ラジオ１ チェックでポップアップ表示 */
#new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
    display: block;
    z-index: 998;
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

.spLayout #new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
    margin-top: 60px;
    width: 80%;
    height: 80%;
}
    
#new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label{
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}

.spLayout #new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label{
     margin-left: 36% !important;
     margin-top: -56% !important;
}

#new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div{
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe{
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

#new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img{
max-width: 100%;
}
#new_temp .popupModal1 > input:nth-child(1) + label ~ label{
    display: none;

}
#new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
#new_temp .popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label{
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

/* ラジオ２と３ どちらかチェックでポップアップ非表示 */
#new_temp .popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
#new_temp .popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2{
    display: none;
}

#new_temp .modalPopup2{
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn{
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn{
    0% {opacity: 0}
    100% {opacity: 1}
}

#new_temp .modalMain{
    text-align: left;
}

/*event*/

#new_temp .resultBox{
    margin-bottom: 32px;
}

.spLayout #new_temp .resultBox{
    margin-bottom: 64px;
}

#new_temp .resultHead{
    font-size: 18px;
    margin-bottom: 32px;
}

#new_temp .resultHead strong{
    display: inline-block;
    font-size: 20px;
    margin-bottom: 8px;
}

.spLayout #new_temp .resultHead{
    font-size: 36px;
    margin-bottom: 32px;
}

.spLayout #new_temp .resultHead strong{
    display: inline-block;
    font-size: 40px;
    margin-bottom: 8px;
}

#new_temp .resultBox{
    border: solid 1px #ACACAC;
}

#new_temp .resultBox__head{
    background: #FCFAF7;
    padding: 16px 20px;
}

.spLayout #new_temp .resultBox__head{
    padding: 30px;
}

#new_temp .date{
    font-size: 16px;
    margin-bottom: 2px;
}

.spLayout #new_temp .date{
    font-size: 32px;
}

#new_temp .ttl a{
    font-size: 20px;
    font-weight: bold;
    color: #FF8022;
    line-height: 1.45;
}

.spLayout #new_temp .ttl a{
    font-size: 40px;
}

#new_temp .resultBox__body{
    padding: 20px;
    overflow: hidden;
}

.spLayout #new_temp .resultBox__body{
    padding: 40px;
}

#new_temp .textWrap{
    overflow: hidden;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

.spLayout #new_temp .textWrap{
    margin-bottom: 32px;
}

#new_temp .textWrap:nth-child(5){
    margin-bottom: 0px;
}

#new_temp .textWrap .text{
    width: 632px;
    font-size: 16px;
    float: left;
}

.spLayout #new_temp .textWrap .text{
    width: 414px;
    font-size: 32px;
}

#new_temp .textIcon--gry{
    width: 92px;
    font-size: 14px;
    margin-left: 0;
    margin-right: 16px;
    float: left;
    padding: 5px 4px;
}

.spLayout #new_temp .textIcon--gry{
    width: 184px;
    font-size: 28px;
    margin-right: 24px;
    padding: 10px 4px;
}

#new_temp .detailHead{
    margin-bottom: 24px;
}

#new_temp .detailHead .date{
    font-size: 18px;
    margin-bottom: 2px;
}

#new_temp .detailHead .title{
    font-size: 22px;
    font-weight: bold;
    color: #FF8022;
    line-height: 1.45;
}

#new_temp .searchdetail table{
    border-collapse: collapse;
    margin-bottom: 16px;
    width: 100%;
}

#new_temp .searchdetail th{
    font-size: 18px !important;
    width: 168px;
    background: #FCFAF7;
    border: solid 1px #ACACAC;
    padding: 12px;
    text-align: left;
    vertical-align: top;
    -webkit-line-break: strict;
    -ms-line-break: strict;
    line-break: strict;
}

#new_temp .searchdetail td{
    font-size: 18px !important;
    border: solid 1px #ACACAC;
    padding: 12px;
    vertical-align: top;
    -ms-word-break: break-word;
    word-break: break-word;
}
#new_temp .searchdetail a{
    color: #305db3;
    text-decoration: underline;
    -ms-word-break: break-word;
    word-break: break-word;
}

#new_temp .footer-detail{
    font-size: 16px;
    margin-bottom: 56px;
}

/*.maincontent-footer a {
    display: block;
    color: #727171;
    font-weight: bold;
    font-size: 20px;
    border: solid 1px #ACACAC;
    border-radius: 4px;
    padding: 8px 0;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}*/

.maincontent-footer a .arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s ease-in-out;
}

.maincontent-footer a .arrow::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #ACACAC;
    border-left: solid 2px #ACACAC;
    -webkit-transform: rotate(45deg) translate(-100%, 33%);
    transform: rotate(45deg) translate(-100%, 33%);
}

.spLayout #new_temp .detailHead{
    margin-bottom: 44px;
}

.spLayout #new_temp .detailHead .date{
    font-size: 32px;
    margin-bottom: 4px;
}

.spLayout #new_temp .detailHead .title{
    font-size: 44px;
}

.spLayout #new_temp .searchdetail table{
    margin-bottom: 32px;
}

.spLayout #new_temp .searchdetail th{
    font-size: 30px !important;
    padding: 16px;
    line-height: 1.7;
}

.spLayout #new_temp .searchdetail td{
    font-size: 30px !important;
    padding: 16px;
    line-height: 1.7;
    word-break: break-all;
}

.spLayout #new_temp .footer-detail{
    font-size: 30px;
    margin-bottom: 56px;
    line-height: 1.6;
}

/*.spLayout .maincontent-footer a {
    font-size: 40px;
    border-radius: 8px;
    padding: 16px 0;
    width: 400px;
}*/

/*.spLayout .maincontent-footer a .arrow {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    position: absolute;
    left: 36px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s ease-in-out;
}*/

/*.spLayout .maincontent-footer a .arrow::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border-bottom: solid 4px #ACACAC;
    border-left: solid 4px #ACACAC;
    -webkit-transform: rotate(45deg) translate(-100%, 33%);
    transform: rotate(45deg) translate(-100%, 33%);
}*/

#new_temp header p.status{
    font-size: 15px;
    margin-bottom: 22px;
}
.spLayout #new_temp header p.status{
    font-size: 30px !important;
    margin-bottom: 44px;
}

/*notice*/

#new_temp .clearfix{
  padding: 0px 0 28px;
  margin-bottom: 28px;
}

#new_temp .clearfix:first-child{
  padding-top: 28px;
}

#new_temp .clearfix:last-child{
  /* margin-bottom: 44px; */
  /*margin-bottom: 18px;*/
  margin-bottom: 0;
}
.article #new_temp > .clearfix:last-child{
  /*margin-bottom: 44px;*/
  margin-bottom: 18px;
}

.spLayout #new_temp .clearfix{
    padding-bottom: 0;
    margin-bottom: 0;
}

.spLayout #new_temp .clearfix:first-child{
  padding-top: 0;
}

#new_temp .clearfix::after{
  content: "";
  display: block;
  clear: both;
}

#new_temp .li-date{
    float: left;
    font-size: 16px;
}
#new_temp .li-text{
    float: right;
    width: 650px;
    font-size: 16px;
}
/*.li-text strong.notice_title {
  font-size: 18px;
}*/
#new_temp .li-text a{
    color: #305db3;
    display: inline;
    text-decoration: underline;
}
#new_temp .li-text .endIcon{
    vertical-align: baseline;
    margin-left: 2px;
    margin-right: 3px;
}
.spLayout #new_temp .li-text .endIcon{
    margin-left: 4px;
    margin-right: 6px;
}
.spLayout #new_temp .li-date{
    float: none;
    font-size: 30px;
}
.spLayout #new_temp .li-text{
    float: none;
    width: 100%;
    font-size: 32px;
}
/*.spLayout .li-text strong.notice_title {
  font-size: 36px;
}*/

#new_temp .alignleft{
    float: left;
    margin: 20px 24px 20px 0;
}
#new_temp .alignleftr{
    float: left;
    margin: 20px 24px 20px 0;
}


#new_temp p.gallery{
    display: inline;
}
#new_temp p.smallBlock.gallery{
    display: inline-block;
}
#new_temp p.lightbox_parent{
    display: inline;
}
#new_temp p.smallBlock.lightbox_parent{
    display: inline-block;
}
/*.texts #blog_text p.smallBlock.gallery {
    margin-bottom: 14px !important;
}*/

/*p.gallery > a {
    float: left;
    margin: 10px 12px;
    text-align: center;
}*/

.spLayout #new_temp p.gallery > a{
    float: none;
    margin: 0;
}
.spLayout #new_temp p.lightbox_parent > a{
    float: none;
    margin: 0;
}

#new_temp #blog_text ul,
#new_temp #blog_text ol{
    font-size: 18px;
    margin-bottom: 14px;
    padding-left: 2em !important;
}
#new_temp #blog_text ul li > ul,
#new_temp #blog_text ul li > ol,
#new_temp #blog_text ol li > ol,
#new_temp #blog_text ol li > ul{
    padding-left: 1.4em !important;
}
.spLayout #new_temp #blog_text ul,
.spLayout #new_temp #blog_text ol{
    font-size: 34px;
    margin-bottom: 24px;
}
/*2019/07/25 追加*/
#new_temp #blog_text ul:last-child,
#new_temp #blog_text ol:last-child,
.spLayout #new_temp #blog_text ul:last-child,
.spLayout #new_temp #blog_text ol:last-child{
    margin-bottom: 0;
}
/*/ 以上*/

#new_temp #blog_text ul li{
    list-style-type: disc;
    /*margin-bottom: 10px !important;*/
}
#new_temp #blog_text ol li{
    list-style-type: decimal;
    /*margin-bottom: 10px;*/
}
#new_temp #blog_text ul li:last-child,
#new_temp #blog_text ol li:last-child{
    margin-bottom: 0;
}
/*.spLayout #blog_text ul {
    margin-bottom: 16px;
}*/
.spLayout #new_temp #blog_text p + p.gallery img.alignleft,
.spLayout #new_temp #blog_text p + p.gallery img.alignright{
/*    margin-top: 16px;*/
    width: 100%;
    height: auto;
}
.spLayout #new_temp #blog_text p + p.lightbox_parent img.alignleft,
.spLayout #new_temp #blog_text p + p.lightbox_parent img.alignright{
/*    margin-top: 16px;*/
    width: 100%;
    height: auto;
}

#new_temp .wp-caption-dd{
    font-size: 16px;
    margin-top: 5px;
    text-align: left;
}

#new_temp .texts #blog_text #footnote1,
#new_temp .texts #blog_text #footnote1 span{
    font-size: 16px;
}

.spLayout #new_temp .texts #blog_text #footnote1,
.spLayout #new_temp .texts #blog_text #footnote1 span{
    font-size: 32px;
}

.spLayout #new_temp #footnote1{
    font-size: 32px;
}

#new_temp section#content #main .article #blog_text blockquote{
    margin: 1em 0 1em 2em;
    padding: 0px;
    border-left: 2px solid #CCC;
    font-size: 16px;
}

.article #new_temp #case_header + .texts.clearfix{
  padding: 0px 0 44px;
}
.spLayout .article #new_temp #case_header + .texts.clearfix{
  padding: 0px 0 48px;
}
#new_temp .texts.clearfix > #blog_text:first-child > p:first-child > img{
    margin-top: 0 !important;
/*    margin-bottom: 42px !important;*/
}
.spLayout #new_temp .texts.clearfix > #blog_text:first-child > p:first-child > img{
    margin-top: 0 !important;
    margin-bottom: 60px !important;
}
/*まなびとシネマ対策念の為*/
.spLayout #new_temp .texts.clearfix > #blog_text:first-child > p:first-child > img{
    margin-bottom: 30px !important;
}

.article #new_temp hr:last-of-type{
    margin: 70px 0 8px !important;
}

.spLayout .article #new_temp hr:last-of-type{
    margin: 70px 0 16px !important;
}

#new_temp #blog_text p + table.waku2{
    margin-top: 14px;
}
.spLayout #new_temp #blog_text p + table.waku2{
    margin-top: 24px;
}

#new_temp #blog_text .borderArea .borderArea__sentence{
    font-size: 18px;
}

.maincontent-footer #keyword.keyword {
    line-height: 1.7;
}
.maincontent-footer #keyword.keyword a {
    margin: 0 4px;
}
.pcLayout .maincontent-footer #keyword.keyword a:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
}

#new_temp #blog_text table td img.alignnone{
    margin: 20px;
}
.spLayout #new_temp #blog_text table td img.alignnone{
    margin: 0;
}

#new_temp #blog_text blockquote{
    margin: 1em 0 1em 2em;
    padding-left: 1em;
    border-left: 2px solid #CCC;
}
.spLayout #new_temp #blog_text blockquote{
    padding-left: 2em;
}

#new_temp p.wp-caption-dt,
.spLayout #new_temp p.wp-caption-dt,
#new_temp .wp-caption-text,
#new_temp p.wp-caption-text,
#new_temp .texts #blog_text p.wp-caption-text,
.spLayout #new_temp .wp-caption-text,
.spLayout #new_temp p.wp-caption-text,
.spLayout #new_temp .texts #blog_text p.wp-caption-text,
.spLayout #new_temp .wp-caption-dd,
.spLayout #new_temp .wp-caption-dd span,
#new_temp #blog_text .wp-caption,
#new_temp #blog_text .wp-caption.alignleft,
#new_temp #blog_text .wp-caption.alignright,
.spLayout #new_temp #blog_text .wp-caption.alignleft,
.spLayout #new_temp #blog_text .wp-caption.alignright,
.spLayout #new_temp #blog_text .waku2.waku_name .wp-caption.alignleft,
.spLayout #new_temp #blog_text .waku2.waku_name .wp-caption.alignright,
#new_temp .wp-caption-dd{
    line-height: 1.5;
}
#new_temp .wp-caption-dd{
    white-space: normal;
}

#new_temp p.wp-caption-dt,
#new_temp .wp-caption-text,
#new_temp p.wp-caption-text,
#new_temp .texts #blog_text p.wp-caption-text,
#new_temp #blog_text .wp-caption,
#new_temp #blog_text .wp-caption.alignleft,
#new_temp #blog_text .wp-caption.alignright,
.spLayout #new_temp #blog_text .wp-caption.alignleft,
#new_temp .wp-caption-dd,
#new_temp .wp-caption-dd span{
    font-size: 14px !important;
}

.spLayout #new_temp p.wp-caption-dt,
.spLayout #new_temp .wp-caption-text,
.spLayout #new_temp p.wp-caption-text,
.spLayout #new_temp .texts #blog_text p.wp-caption-text,
.spLayout #new_temp #blog_text .wp-caption,
.spLayout #new_temp #blog_text .wp-caption.alignleft,
.spLayout #new_temp #blog_text .wp-caption.alignright,
.spLayout #new_temp .wp-caption-dd,
.spLayout #new_temp .wp-caption-dd span{
    font-size: 28px !important;
}

#new_temp p.wp-caption-dt img,
.spLayout #new_temp p.wp-caption-dt img,
#new_temp .wp-caption-text img,
#new_temp p.wp-caption-text img,
#new_temp .texts #blog_text p.wp-caption-text img,
.spLayout #new_temp .wp-caption-text img,
.spLayout #new_temp p.wp-caption-text img,
.spLayout #new_temp .texts #blog_text p.wp-caption-text img,
.spLayout #new_temp .wp-caption-dd img,
.spLayout #new_temp .wp-caption-dd span img,
#new_temp #blog_text .wp-caption img,
#new_temp #blog_text .wp-caption.alignleft img,
#new_temp #blog_text .wp-caption.alignright img,
.spLayout #new_temp #blog_text .wp-caption.alignleft img,
.spLayout #new_temp #blog_text .wp-caption.alignright img,
.spLayout #new_temp #blog_text .waku2.waku_name .wp-caption.alignleft img,
.spLayout #new_temp #blog_text .waku2.waku_name .wp-caption.alignright img,
#new_temp .wp-caption-dd img{
    min-width: 100%;
    height: auto;
}

.spLayout #new_temp #keyValue{
    width: 100%;
}
.spLayout #new_temp #keyValue + a{
    font-size: 34px;
    width: 20%;
    right: 0;
    margin-top: 2%;
    margin-left: 40%;
    margin-right: 40%;
}

#new_temp .capWrap .infoAuthor{
    display: none;
}
.spLayout #new_temp .capWrap .infoAuthor{
    display: block;
    float: none;
}
.spLayout #new_temp .capWrap .infoAuthor .textIcon--gry{
    width: 120px;
    margin-bottom: 10px;
    display: block;
    float: none;
}
.spLayout #new_temp .capWrap .infoAuthor .textCnt{
    font-size: 28px;
}
#new_temp .more_info{
    display: none;
}
.spLayout #new_temp .more_info{
    display: block;
    text-align: center;
    font-size: 28px;
    /*background-color: #ACACAC;*/
    color: #436ab3;
    padding: 10px 5px;
    clear: both;
}
.spLayout #new_temp .descWrap .infoAuthor{
    display: none;
}
#new_temp .bbBox.date{
    padding-top: 36px !important;
}
.spLayout #new_temp .bbBox.date{
    padding-top: 60px !important;
}
.spLayout #new_temp #EventPostPrev.textBtn input{
    width: 100%;
    height: 100%;
    font-size: 32px;
}
.spLayout #new_temp #debug{
    display: block;
    width: auto;
    height: auto;
}
#new_temp .event.toukou .required{
    margin: 16px auto 36px;
}
.spLayout #new_temp .event.toukou .required{
    margin: 48px auto 60px;
}
.spLayout #new_temp .event.toukou .required + #EventPostForm .bbBox.date{
    padding-top: 0 !important;
}


#top_keyword {
    position: relative;
/*    height: 246px;*/
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.spLayout #top_keyword {
/*    height: 760px;*/
}
.more_keyword {
    display: none;
    padding-top: 30px;
    width: 100%;
    height: 75px;
    background-image: url("../../../common/img/keyword_more_bg.png");
    background-repeat: repeat-x;
    background-size: contain;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.more_keyword_btn {
    background-color: #fe6c26;
    padding: 6px 28px;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
    color: #fff;
}
.spLayout .more_keyword {
    height: 160px;
    padding-top: 60px;
}
.spLayout .more_keyword_btn {
    padding: 10px 16px;
}
.more_keyword:hover .more_keyword_btn,
.more_keyword_btn:hover {
    background-color: #fe854c;
}

/*　　▼▼▼▼▼　　20180929 アイコン用ソース指定追記　　▼▼▼▼▼　　*/
.spLayout #new_temp .texts #blog_text p img[src*="pdf"]{
    vertical-align: baseline !important;
    display: inline-block !important;
    width: 30px !important;
    height: auto !important;
}
.spLayout #new_temp .texts #blog_text p img[src*="e_book"]{
    width: 70% !important;
    height: auto !important;
}
/*　　▲▲▲▲▲　　20180929 アイコン用ソース指定追記　　▲▲▲▲▲　　*/

.spLayout #new_temp .texts #blog_text p img[src*="arrow_shita"]{
    width: 100px !important;
    height: auto !important;
}
/*h3内に含まれる「※ARについて」のリンク文字サイズ下げる*/
#new_temp .texts #blog_text h3 span a[href*="ar_info.pdf"]{
    font-size: 18px;
}
.spLayout #new_temp .texts #blog_text h3 span a[href*="ar_info.pdf"]{
    font-size: 34px;
}

#new_temp .texts #blog_text p[id*="footnote"]{
    font-size: 16px !important;
}
.spLayout #new_temp .texts #blog_text p[id*="footnote"]{
    font-size: 32px !important;
}
#new_temp .texts #blog_text p[id*="footnote"] + blockquote p,
#new_temp .texts #blog_text p[id*="footnote"] + blockquote li,
#new_temp .texts #blog_text p[id*="footnote"] + blockquote span{
    font-size: 16px !important;
}
.spLayout #new_temp .texts #blog_text p[id*="footnote"] + blockquote p,
.spLayout #new_temp .texts #blog_text p[id*="footnote"] + blockquote li,
.spLayout #new_temp .texts #blog_text p[id*="footnote"] + blockquote span{
    font-size: 32px !important;
}
#new_temp .texts #blog_text span[id*="footnote"]{
    font-size: 16px !important;
}
.spLayout #new_temp .texts #blog_text span[id*="footnote"]{
    font-size: 32px !important;
}


/*機関紙等テキスト付随PDFリンク調整*/
#new_temp .texts.clearfix > #blog_text:first-child > p:first-child > img[src*="pdf"]{
   margin-bottom: 0 !important;
   vertical-align: baseline;
}
/*機関紙等テキスト付随EXCELリンク調整*/
.spLayout #new_temp .texts #blog_text p img[src*="xls"]{
   vertical-align: baseline !important;
   display: inline-block !important;
   width: 30px !important;
   height: auto !important;
}
/*日文と教育情報下部アイコン調整*/
.spLayout #new_temp .texts #blog_text p img[src*="kyoiku_common_logo"]{
    width: 240px !important;
    vertical-align: top !important;
    float: right !important;
    margin: 0 !important;
}
/*デジタルクリン調整*/
#new_temp .texts #blog_text > img[src*="root_no7_03"]{
   margin-bottom: 0 !important;
   vertical-align: baseline !important;
}
.spLayout #new_temp .texts #blog_text > img[src*="wp-content/uploads2/root_no7_03.gif"]{
    width: 60px !important;
    height: 100% !important;
}






/*装飾画像 = SPで大きくする必要のない画像*/
.spLayout #new_temp img.alignright.deco{
  width: 20% !important;
  margin: 20px 10px 20px 30px !important;
  display: inline !important;
  float: right !important;
}
.spLayout #new_temp img.alignleft.deco{
  width: 20% !important;
  margin: 20px 30px 20px 10px !important;
  display: inline !important;
  float: right !important;
}
.spLayout #new_temp img.aligncenter.deco{
  width: 20% !important;
  margin: 20px !important;
}
/*アイコン*/
.spLayout #new_temp .s_icon{
    width: 80px !important;
}
.spLayout #new_temp .ss_icon{
    width: 34px !important;
}
#new_temp #blog_text table td img.control.s_icon,
#new_temp #blog_text table td img.control.ss_icon{
    margin: 0;
    vertical-align: bottom;
}
.spLayout #new_temp #blog_text img.r90{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*SPでtd要素をインライン化する場合*/
.spLayout #new_temp td.td_inline{
    display: inline !important;
    width: 100% !important;
}
.spLayout #new_temp td.td_inline > div{
    display: inline !important;
}
.spLayout #new_temp td.td_inline > div.wp-caption{
    display: inline !important;
    margin: 0 !important;
}
.spLayout #new_temp td.td_inline > img{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.spLayout #new_temp td.td_inline > .wp-caption img{
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.spLayout #new_temp td.td_inline > .wp-caption .wp-caption-text{
    padding-bottom: 30px !important;
}


.spLayout #new_temp #blog_text table.sp_full{
  width: 100% !important;
}
.spLayout #new_temp .texts #blog_text .sp_table_wh{
  padding: 20px 24px !important;
}
/*SPでテーブルサイズ調整の場合 - テーブルレイアウトのサイズそもそもを変えないと、中の画像が変化しないことあり*/
.spLayout #new_temp .texts #blog_text > p + table td.sp10per{ width: 10% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp20per{ width: 20% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp25per{ width: 25% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp30per{ width: 30% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp40per{ width: 40% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp50per{ width: 50% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp60per{ width: 40% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp70per{ width: 70% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp75per{ width: 75% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp80per{ width: 80% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp90per{ width: 90% !important; }
.spLayout #new_temp .texts #blog_text > p + table td.sp100per{ width: 100% !important; }

/*181003 PC版公開用 簡易class*/
/*罫線を付与する*/
#new_temp .border{
    border: 1px solid #acacac !important;
}
#new_temp #blog_text .border{
    border: 1px solid #acacac !important;
}

/*枠内に余白をつくる*/
#new_temp #blog_text .in_wh{
  padding: 20px !important;
}
#new_temp .in_wh{
  padding: 20px !important;
}

/*枠外に余白をつくる*/
#new_temp #blog_text .out_wh{
  margin: 20px !important;
}
#new_temp .out_wh{
  margin: 20px !important;
}

#new_temp .texts #blog_text .f_small{
    font-size: 16px !important;
}
.spLayout #new_temp .texts #blog_text .f_small{
    font-size: 32px !important;
}
#new_temp .texts #blog_text .f_small span{
    font-size: 16px !important;
}
.spLayout #new_temp .texts #blog_text .f_small span{
    font-size: 32px !important;
}
#new_temp .texts #blog_text .f_small li{
    font-size: 16px !important;
}
.spLayout #new_temp .texts #blog_text .f_small li{
    font-size: 32px !important;
}
.spLayout #new_temp .texts #blog_text .f_small small{
    display: inline;
}
.spLayout #new_temp .texts #blog_text .f_small small a{
    word-wrap: break-word;
}


#new_temp .texts #blog_text .f_s_small{
    font-size: 15px !important;
}
.spLayout #new_temp .texts #blog_text .f_s_small{
    font-size: 30px !important;
}
#new_temp .texts #blog_text .f_s_small span{
    font-size: 15px !important;
}
.spLayout #new_temp .texts #blog_text .f_s_small span{
    font-size: 30px !important;
}
#new_temp .texts #blog_text .f_s_small li{
    font-size: 15px !important;
}
.spLayout #new_temp .texts #blog_text .f_s_small li{
    font-size: 30px !important;
}
.spLayout #new_temp .texts #blog_text .f_s_small small{
    display: inline;
}
.spLayout #new_temp .texts #blog_text .f_s_small small a{
    word-wrap: break-word;
}


#new_temp .texts #blog_text .f_large{
    font-size: 24px !important;
}
.spLayout #new_temp .texts #blog_text .f_large{
    font-size: 42px !important;
}
#new_temp .texts #blog_text .f_large span{
    font-size: 24px !important;
}
.spLayout #new_temp .texts #blog_text .f_large span{
    font-size: 42px !important;
}
#new_temp .texts #blog_text .f_large li{
    font-size: 24px !important;
}
.spLayout #new_temp .texts #blog_text .f_large li{
    font-size: 42px !important;
}


/*画像などのサイズを調整する*/
#new_temp #blog_text .w10per{ width: 10% !important; }
#new_temp #blog_text .w20per{ width: 20% !important; }
#new_temp #blog_text .w25per{ width: 25% !important; }
#new_temp #blog_text .w30per{ width: 30% !important; }
#new_temp #blog_text .w40per{ width: 40% !important; }
#new_temp #blog_text .w50per{ width: 50% !important; }
#new_temp #blog_text .w60per{ width: 40% !important; }
#new_temp #blog_text .w70per{ width: 70% !important; }
#new_temp #blog_text .w75per{ width: 75% !important; }
#new_temp #blog_text .w80per{ width: 80% !important; }
#new_temp #blog_text .w90per{ width: 90% !important; }
#new_temp #blog_text .w100per{ width: 100% !important; }
.spLayout #new_temp #blog_text .sp_w10per{ width: 10% !important; }
.spLayout #new_temp #blog_text .sp_w15per{ width: 15% !important; }
.spLayout #new_temp #blog_text .sp_w20per{ width: 20% !important; }
.spLayout #new_temp #blog_text .sp_w25per{ width: 25% !important; }
.spLayout #new_temp #blog_text .sp_w30per{ width: 30% !important; }
.spLayout #new_temp #blog_text .sp_w40per{ width: 40% !important; }
.spLayout #new_temp #blog_text .sp_w50per{ width: 50% !important; }
.spLayout #new_temp #blog_text .sp_w60per{ width: 60% !important; }
.spLayout #new_temp #blog_text .sp_w70per{ width: 70% !important; }
.spLayout #new_temp #blog_text .sp_w75per{ width: 75% !important; }
.spLayout #new_temp #blog_text .sp_w80per{ width: 80% !important; }
.spLayout #new_temp #blog_text .sp_w90per{ width: 90% !important; }
.spLayout #new_temp #blog_text .sp_w100per{ width: 100% !important; }
/*(以下は、#blog_textに囲まれていなかった場合のため念の為)*/
#new_temp .w10per{ width: 10% !important; }
#new_temp .w20per{ width: 20% !important; }
#new_temp .w25per{ width: 25% !important; }
#new_temp .w30per{ width: 30% !important; }
#new_temp .w40per{ width: 40% !important; }
#new_temp .w50per{ width: 50% !important; }
#new_temp .w60per{ width: 40% !important; }
#new_temp .w70per{ width: 70% !important; }
#new_temp .w75per{ width: 75% !important; }
#new_temp .w80per{ width: 80% !important; }
#new_temp .w90per{ width: 90% !important; }
#new_temp .w100per{ width: 100% !important; }
.spLayout #new_temp .sp_w10per{ width: 10% !important; }
.spLayout #new_temp .sp_w20per{ width: 20% !important; }
.spLayout #new_temp .sp_w25per{ width: 25% !important; }
.spLayout #new_temp .sp_w30per{ width: 30% !important; }
.spLayout #new_temp .sp_w40per{ width: 40% !important; }
.spLayout #new_temp .sp_w45per{ width: 45% !important; }
.spLayout #new_temp .sp_w50per{ width: 50% !important; }
.spLayout #new_temp .sp_w60per{ width: 60% !important; }
.spLayout #new_temp .sp_w70per{ width: 70% !important; }
.spLayout #new_temp .sp_w75per{ width: 75% !important; }
.spLayout #new_temp .sp_w80per{ width: 80% !important; }
.spLayout #new_temp .sp_w90per{ width: 90% !important; }
.spLayout #new_temp .sp_w100per{ width: 100% !important; }


/*余白用class*/
#new_temp #blog_text .mt0{ margin-top: 0px !important; } /*上余白0*/
#new_temp #blog_text .mt5{ margin-top: 5px !important; } /*上余白5*/
#new_temp #blog_text .mt28{ margin-top: 28px !important; } /*上余白28*/
#new_temp #blog_text .mt48{ margin-top: 48px !important; } /*上余白48*/

#new_temp #blog_text .mtM{ margin-top: 16px !important; } /*上余白28*/
.spLayout #new_temp #blog_text .mtM{ margin-top: 28px !important; } /*上余白48*/
#new_temp #blog_text .mtL{ margin-top: 28px !important; } /*上余白28*/
.spLayout #new_temp #blog_text .mtL{ margin-top: 48px !important; } /*上余白48*/

#new_temp #blog_text .mb0{ margin-bottom: 0px !important; } /*下余白0*/
#new_temp #blog_text .mb16{ margin-bottom: 16px !important; } /*下余白16*/
#new_temp #blog_text .mb28{ margin-bottom: 28px !important; } /*下余白28*/
#new_temp #blog_text .mb48{ margin-bottom: 48px !important; } /*下余白48*/
#new_temp #blog_text .mb60{ margin-bottom: 60px !important; } /*下余白48*/

#new_temp #blog_text .mbM{ margin-bottom: 16px !important; } /*下余白16*/
.spLayout #new_temp #blog_text .mbM{ margin-bottom: 28px !important; } /*下余白28*/
#new_temp #blog_text .mbL{ margin-bottom: 28px !important; } /*下余白28*/
.spLayout #new_temp #blog_text .mbL{ margin-bottom: 48px !important; } /*下余白48*/
#new_temp #blog_text .mbP{ margin-bottom: 14px !important; } /*下余白14*/
.spLayout #new_temp #blog_text .mbP{ margin-bottom: 30px !important; } /*下余白30*/

#new_temp #blog_text .mr0{ margin-right: 0px !important; } /*右余白0*/
#new_temp #blog_text .mr28{ margin-right: 28px !important; } /*右余白28*/
#new_temp #blog_text .mr48{ margin-right: 48px !important; } /*右余白48*/

#new_temp #blog_text .ml0{ margin-left: 0px !important; } /*左余白0*/
#new_temp #blog_text .ml28{ margin-left: 28px !important; } /*左余白28*/
#new_temp #blog_text .ml48{ margin-left: 48px !important; } /*左余白48*/

/*※上記マージンだと相殺されてきかない場合には*/

#new_temp #blog_text .pt0{ padding-top: 0px !important; } /*上余白0*/
#new_temp #blog_text .pt28{ padding-top: 28px !important; } /*上余白28*/
#new_temp #blog_text .pt48{ padding-top: 48px !important; } /*上余白48*/

#new_temp #blog_text .pb0{ padding-bottom: 0px !important; } /*下余白0*/
#new_temp #blog_text .pb16{ padding-bottom: 16px !important; } /*下余白16*/
#new_temp #blog_text .pb28{ padding-bottom: 28px !important; } /*下余白28*/
#new_temp #blog_text .pb48{ padding-bottom: 48px !important; } /*下余白48*/

#new_temp #blog_text .pr0{ padding-right: 0px !important; } /*右余白0*/
#new_temp #blog_text .pr16{ padding-right: 16px !important; } /*右余白16*/
#new_temp #blog_text .pr28{ padding-right: 28px !important; } /*右余白28*/
#new_temp #blog_text .pr48{ padding-right: 48px !important; } /*右余白48*/

#new_temp #blog_text .pbM{ padding-bottom: 16px !important; } /*右余白16*/
.spLayout #new_temp #blog_text .pbM{ padding-bottom: 28px !important; } /*右余白28*/

#new_temp #blog_text .pl0{ padding-left: 0px !important; } /*左余白0*/
#new_temp #blog_text .pl28{ padding-left: 28px !important; } /*左余白28*/
#new_temp #blog_text .pl48{ padding-left: 48px !important; } /*左余白48*/


.spLayout #new_temp #blog_text .sp_mt0{ margin-top: 0px !important; } /*上余白0*/
.spLayout #new_temp #blog_text .sp_mt28{ margin-top: 28px !important; } /*上余白28*/
.spLayout #new_temp #blog_text .sp_mt48{ margin-top: 48px !important; } /*上余白48*/
.spLayout #new_temp #blog_text .sp_mt60{ margin-top: 60px !important; } /*上余白60*/

.spLayout #new_temp #blog_text .sp_mb0{ margin-bottom: 0px !important; } /*下余白0*/
.spLayout #new_temp #blog_text .sp_mb16{ margin-bottom: 16px !important; } /*下余白16*/
.spLayout #new_temp #blog_text .sp_mb28{ margin-bottom: 28px !important; } /*下余白28*/
.spLayout #new_temp #blog_text .sp_mb48{ margin-bottom: 48px !important; } /*下余白48*/
.spLayout #new_temp #blog_text .sp_mb60{ margin-bottom: 60px !important; } /*下余白48*/

.spLayout #new_temp #blog_text .sp_mr0{ margin-right: 0px !important; } /*右余白0*/
.spLayout #new_temp #blog_text .sp_mr28{ margin-right: 28px !important; } /*右余白28*/
.spLayout #new_temp #blog_text .sp_mr48{ margin-right: 48px !important; } /*右余白48*/

.spLayout #new_temp #blog_text .sp_ml0{ margin-left: 0px !important; } /*左余白0*/
.spLayout #new_temp #blog_text .sp_ml28{ margin-left: 28px !important; } /*左余白28*/
.spLayout #new_temp #blog_text .sp_ml48{ margin-left: 48px !important; } /*左余白48*/

.pcLayout #new_temp #blog_text .pc_mt0{ margin-top: 0px !important; } /*上余白0*/
.pcLayout #new_temp #blog_text .pc_mb0{ margin-bottom: 0px !important; } /*下余白0*/
#new_temp .tbLayout #blog_text .pc_mt0{ margin-top: 0px !important; } /*上余白0*/
#new_temp .tbLayout #blog_text .pc_mb0{ margin-bottom: 0px !important; } /*下余白0*/

/*※上記マージンだと相殺されてきかない場合には*/

#new_temp #blog_text .pt0{ padding-top: 0px !important; } /*上余白0*/
#new_temp #blog_text .pt28{ padding-top: 28px !important; } /*上余白28*/
#new_temp #blog_text .pt48{ padding-top: 48px !important; } /*上余白48*/

#new_temp #blog_text .pb0{ padding-bottom: 0px !important; } /*下余白0*/
#new_temp #blog_text .pb16{ padding-bottom: 16px !important; } /*下余白16*/
#new_temp #blog_text .pb28{ padding-bottom: 28px !important; } /*下余白28*/
#new_temp #blog_text .pb48{ padding-bottom: 48px !important; } /*下余白48*/

#new_temp #blog_text .pr0{ padding-right: 0px !important; } /*右余白0*/
#new_temp #blog_text .pr28{ padding-right: 28px !important; } /*右余白28*/
#new_temp #blog_text .pr48{ padding-right: 48px !important; } /*右余白48*/

#new_temp #blog_text .pl0{ padding-left: 0px !important; } /*左余白0*/
#new_temp #blog_text .pl28{ padding-left: 28px !important; } /*左余白28*/
#new_temp #blog_text .pl48{ padding-left: 48px !important; } /*左余白48*/


.spLayout #new_temp #blog_text .sp_pt0{ padding-top: 0px !important; } /*上余白0*/
.spLayout #new_temp #blog_text .sp_pt28{ padding-top: 28px !important; } /*上余白28*/
.spLayout #new_temp #blog_text .sp_pt48{ padding-top: 48px !important; } /*上余白48*/

.spLayout #new_temp #blog_text .sp_pb0{ padding-bottom: 0px !important; } /*下余白0*/
.spLayout #new_temp #blog_text .sp_pb16{ padding-bottom: 16px !important; } /*下余白16*/
.spLayout #new_temp #blog_text .sp_pb28{ padding-bottom: 28px !important; } /*下余白28*/
.spLayout #new_temp #blog_text .sp_pb48{ padding-bottom: 48px !important; } /*下余白48*/

.spLayout #new_temp #blog_text .sp_pr0{ padding-right: 0px !important; } /*右余白0*/
.spLayout #new_temp #blog_text .sp_pr28{ padding-right: 28px !important; } /*右余白28*/
.spLayout #new_temp #blog_text .sp_pr48{ padding-right: 48px !important; } /*右余白48*/

.spLayout #new_temp #blog_text .sp_pl0{ padding-left: 0px !important; } /*左余白0*/
.spLayout #new_temp #blog_text .sp_pl28{ padding-left: 28px !important; } /*左余白28*/
.spLayout #new_temp #blog_text .sp_pl48{ padding-left: 48px !important; } /*左余白48*/

.pcLayout #new_temp #blog_text .pc_pt0{ padding-top: 0px !important; } /*上余白0*/
.pcLayout #new_temp #blog_text .pc_pb0{ padding-bottom: 0px !important; } /*下余白0*/
#new_temp .tbLayout #blog_text .pc_pt0{ padding-top: 0px !important; } /*上余白0*/
#new_temp .tbLayout #blog_text .pc_pb0{ padding-bottom: 0px !important; } /*下余白0*/



/*(以下は、#blog_textに囲まれていなかった場合のため念の為)*/
#new_temp .mt0{ margin-top: 0px !important; } /*上余白0*/
#new_temp .mt5{ margin-top: 5px !important; } /*上余白0*/
#new_temp .mt28{ margin-top: 28px !important; } /*上余白28*/
#new_temp .mt48{ margin-top: 48px !important; } /*上余白48*/

#new_temp .mtM{ margin-top: 16px !important; } /*上余白28*/
.spLayout #new_temp .mtM{ margin-top: 28px !important; } /*上余白48*/
#new_temp .mtL{ margin-top: 28px !important; } /*上余白28*/
.spLayout #new_temp .mtL{ margin-top: 48px !important; } /*上余白48*/

#new_temp .mb0{ margin-bottom: 0px !important; } /*下余白0*/
#new_temp .mb16{ margin-bottom: 16px !important; } /*下余白16*/
#new_temp .mb28{ margin-bottom: 28px !important; } /*下余白28*/
#new_temp .mb48{ margin-bottom: 48px !important; } /*下余白48*/

#new_temp .mbM{ margin-bottom: 16px !important; } /*下余白16*/
.spLayout #new_temp .mbM{ margin-bottom: 28px !important; } /*下余白28*/
#new_temp .mbL{ margin-bottom: 28px !important; } /*下余白28*/
.spLayout #new_temp .mbL{ margin-bottom: 48px !important; } /*下余白48*/
#new_temp .mbP{ margin-bottom: 14px !important; } /*下余白14*/
.spLayout #new_temp .mbP{ margin-bottom: 30px !important; } /*下余白30*/

#new_temp .mr0{ margin-right: 0px !important; } /*右余白0*/
#new_temp .mr28{ margin-right: 28px !important; } /*右余白28*/
#new_temp .mr48{ margin-right: 48px !important; } /*右余白48*/

#new_temp .ml0{ margin-left: 0px !important; } /*左余白0*/
#new_temp .ml28{ margin-left: 28px !important; } /*左余白28*/
#new_temp .ml48{ margin-left: 48px !important; } /*左余白48*/

#new_temp .pt0{ padding-top: 0px !important; } /*上余白0*/
#new_temp .pt28{ padding-top: 28px !important; } /*上余白28*/
#new_temp .pt48{ padding-top: 48px !important; } /*上余白48*/

#new_temp .pb0{ padding-bottom: 0px !important; } /*下余白0*/
#new_temp .pb16{ padding-bottom: 16px !important; } /*下余白16*/
#new_temp .pb28{ padding-bottom: 28px !important; } /*下余白28*/
#new_temp .pb48{ padding-bottom: 48px !important; } /*下余白48*/

#new_temp .pr0{ padding-right: 0px !important; } /*右余白0*/
#new_temp .pr28{ padding-right: 28px !important; } /*右余白28*/
#new_temp .pr48{ padding-right: 48px !important; } /*右余白48*/

#new_temp .pl0{ padding-left: 0px !important; } /*左余白0*/
#new_temp .pl28{ padding-left: 28px !important; } /*左余白28*/
#new_temp .pl48{ padding-left: 48px !important; } /*左余白48*/



.spLayout #new_temp .sp_mt0{ margin-top: 0px !important; } /*上余白0*/
.spLayout #new_temp .sp_mt28{ margin-top: 28px !important; } /*上余白28*/
.spLayout #new_temp .sp_mt48{ margin-top: 48px !important; } /*上余白48*/
.spLayout #new_temp .sp_mt60{ margin-top: 60px !important; } /*上余白60*/

.spLayout #new_temp .sp_mb0{ margin-bottom: 0px !important; } /*下余白0*/
.spLayout #new_temp .sp_mb16{ margin-bottom: 16px !important; } /*下余白16*/
.spLayout #new_temp .sp_mb28{ margin-bottom: 28px !important; } /*下余白28*/
.spLayout #new_temp .sp_mb48{ margin-bottom: 48px !important; } /*下余白48*/

.spLayout #new_temp .sp_mr0{ margin-right: 0px !important; } /*右余白0*/
.spLayout #new_temp .sp_mr28{ margin-right: 28px !important; } /*右余白28*/
.spLayout #new_temp .sp_mr48{ margin-right: 48px !important; } /*右余白48*/

.spLayout #new_temp .sp_ml0{ margin-left: 0px !important; } /*左余白0*/
.spLayout #new_temp .sp_ml28{ margin-left: 28px !important; } /*左余白28*/
.spLayout #new_temp .sp_ml48{ margin-left: 48px !important; } /*左余白48*/

.pcLayout #new_temp .pc_mt0{ margin-top: 0px !important; } /*上余白0*/
.pcLayout #new_temp .pc_mb0{ margin-bottom: 0px !important; } /*下余白0*/
#new_temp .tbLayout .pc_mt0{ margin-top: 0px !important; } /*上余白0*/
#new_temp .tbLayout .pc_mb0{ margin-bottom: 0px !important; } /*下余白0*/

.spLayout #new_temp .sp_pt0{ padding-top: 0px !important; } /*上余白0*/
.spLayout #new_temp .sp_pt28{ padding-top: 28px !important; } /*上余白28*/
.spLayout #new_temp .sp_pt48{ padding-top: 48px !important; } /*上余白48*/

.spLayout #new_temp .sp_pb0{ padding-bottom: 0px !important; } /*下余白0*/
.spLayout #new_temp .sp_pb16{ padding-bottom: 16px !important; } /*下余白16*/
.spLayout #new_temp .sp_pb28{ padding-bottom: 28px !important; } /*下余白28*/
.spLayout #new_temp .sp_pb48{ padding-bottom: 48px !important; } /*下余白48*/

.spLayout #new_temp .sp_pr0{ padding-right: 0px !important; } /*右余白0*/
.spLayout #new_temp .sp_pr28{ padding-right: 28px !important; } /*右余白28*/
.spLayout #new_temp .sp_pr48{ padding-right: 48px !important; } /*右余白48*/

.spLayout #new_temp .sp_pl0{ padding-left: 0px !important; } /*左余白0*/
.spLayout #new_temp .sp_pl28{ padding-left: 28px !important; } /*左余白28*/
.spLayout #new_temp .sp_pl48{ padding-left: 48px !important; } /*左余白48*/

.pcLayout #new_temp .pc_pt0{ padding-top: 0px !important; } /*上余白0*/
.pcLayout #new_temp .pc_pb0{ padding-bottom: 0px !important; } /*下余白0*/
#new_temp .tbLayout .pc_pt0{ padding-top: 0px !important; } /*上余白0*/
#new_temp .tbLayout .pc_pb0{ padding-bottom: 0px !important; } /*下余白0*/

#new_temp .texts #blog_text .mall0{ margin: 0px !important;} /*0*/
.pcLayout #new_temp .texts #blog_text .pc_mall0,#new_temp .tbLayout .texts #blog_text .pc_mall0{ margin: 0px !important;} /*0*/
.spLayout #new_temp .texts #blog_text .sp_mall0{ margin: 0px !important;} /*0*/

#new_temp .texts #blog_text .mall0_notb{ margin: 0px 0px 30px 0px !important;} /*0*/
.pcLayout #new_temp .texts #blog_text .pc_mall0_notb,#new_temp .tbLayout .texts #blog_text .pc_mall0_notb{ margin: 0px 0px 30px 0px !important;} /*0*/
.spLayout #new_temp .texts #blog_text .sp_mall0_notb{ margin: 0px 0px 30px 0px !important;} /*0*/


/*どうするとくだ先生用*/
#new_temp .doutoku_manga_chara_wrap{
   margin: -10px;
   margin-top: 0;
   overflow: hidden;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#new_temp .doutoku_manga_chara{
   width: 382px;
   margin: 10px 10px 24px;
   overflow: hidden;
}
#new_temp #container #new_article .doutoku_manga_chara{
   margin: 10px 10px 24px !important;
}
#new_temp .doutoku_manga_chara_img{
   width: 150px;
   display: block;
   float: left;
   margin-right: 10px;
}
#new_temp .texts #blog_text .doutoku_manga_chara p{
    margin-bottom: 0;
}
#new_temp #container #new_article .doutoku_manga_chara p{
    margin-bottom: 0;
}
.spLayout #new_temp #container #new_article .doutoku_manga_chara p{
    margin-bottom: 0;
}
.spLayout #new_temp .doutoku_manga_chara_wrap{
   margin: 10px 0 0 0;
    display: block;
}
.spLayout #new_temp .doutoku_manga_chara{
   width: 100%;
   float: none;
   margin: 0 0 36px 0;
}
.spLayout #new_temp #container #new_article .doutoku_manga_chara{
   margin: 0 0 36px 0 !important;
}
.spLayout #new_temp .doutoku_manga_chara_img{
   width: 280px;
   margin: 0 36px 0 0;
}

/*情報科プラス用*/
#new_temp #new_article #blog_text .jp_L{
  font-size: 24px !important;
}
.spLayout #new_temp #new_article #blog_text .jp_L{
  font-size: 48px !important;
}
#new_temp .jp_contents_list p{
font-weight: bold;
}
#new_temp .jp_contents_list p .jp_man_title{
font-weight: normal;
}
#new_temp .jp_textblue{
color: #2C7BCF;
}
#new_temp .jp_bold{
font-weight: bold;
}
#new_temp .jp_qa_img_cont{
margin: 0 auto 28px;
text-align: center;
}
.spLayout #new_temp .jp_qa_img_cont{
margin: 0 auto 70px;
}
#new_temp .rr_cont .jp_qa_img_cont{
margin: 0 auto 16px;
}
#new_temp #blog_text .jp_qa_img_cont ul{
overflow: hidden;
padding-left: 0 !important;
}
#new_temp .jp_qa_img_cont ul li{
width: 380px;
list-style: none !important;
display: inline-block;
}
.spLayout #new_temp .jp_qa_img_cont ul li{
width: 100%;
margin-bottom: 28px !important;
}
#new_temp .jp_qa_img_cont ul li img{
max-width: 100%;
}
#new_temp .jp_qa_img_cont ul li:nth-child(1){
float: left
}
#new_temp .jp_qa_img_cont ul li:nth-child(2){
float: right;
}
.spLayout #new_temp .jp_qa_img_cont ul li:nth-child(1){
float: none;
}
.spLayout #new_temp .jp_qa_img_cont ul li:nth-child(2){
float: none;
}
.spLayout #new_temp .jp_qa_img_cont{
margin: 28px auto 70px;
}
.spLayout #new_temp .jp_qa_img_cont img{
width: 100%;
}
#new_temp #jp_web_limited .a_cont,
#new_temp #jp_web_limited .q_cont{
font-size: 18px;
overflow: hidden;
margin-bottom: 14px;
}
#new_temp #jp_web_limited .a_cont dd,
#new_temp #jp_web_limited .q_cont dd{
    line-height: 1.7;
}
#new_temp #jp_web_limited .q_cont{
margin-top: 36px;
}
#new_temp #jp_web_limited .jp_lead_cont + .jp_qa_cont .q_cont:first-child{
margin-top: 0;
}
.spLayout #new_temp #jp_web_limited .a_cont,
.spLayout #new_temp #jp_web_limited .q_cont{
margin-bottom: 30px;
font-size: 34px;
}
.spLayout #new_temp #jp_web_limited .q_cont{
margin-top: 62px;
}
.spLayout #new_temp #jp_web_limited .jp_lead_cont + .jp_qa_cont .q_cont:first-child{
margin-top: 0;
}
#new_temp #jp_web_limited .a_cont dt,
#new_temp #jp_web_limited .q_cont dt{
float: left;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 100px;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 30px;
}
.spLayout #new_temp #jp_web_limited .a_cont dt,
.spLayout #new_temp #jp_web_limited .q_cont dt{
float: left;
width: 60px;
height: 60px;
color: #fff;
font-weight: bold;
line-height: 60px;
}
#new_temp #jp_web_limited .q_cont dt{
background-color: #ff9c00;
}
#new_temp #jp_web_limited .a_cont dt{
background-color: #cc0000;
}
#new_temp #jp_web_limited .a_cont dd,
#new_temp #jp_web_limited .q_cont dd{
width: 740px;
}
.spLayout #new_temp #jp_web_limited .a_cont dd,
.spLayout #new_temp #jp_web_limited .q_cont dd{
width: 620px;
}
#new_temp #jp_web_limited .a_cont dd,
#new_temp #jp_web_limited .q_cont dd{
float: right;
display: inline-block;
}
#new_temp .commentary.panelSP #jp_dl_cont.stripeArea p{
margin-bottom: 0 !important;
padding: 16px 24px 16px 16px;
}
#new_temp .commentary.panelSP #jp_dl_cont.stripeArea p:first-child{
padding: 0 24px 16px 16px !important;
}
.spLayout #new_temp .commentary.panelSP #jp_dl_cont.stripeArea p{
padding: 32px 24px;
}
.spLayout #new_temp .commentary.panelSP #jp_dl_cont.stripeArea p:first-child{
padding: 0 24px 32px 24px !important;
}
#new_temp #jp_dl_cont .flL{
font-weight: bold;
}
.spLayout #new_temp #container #new_article #jp_dl_cont .flL{
margin-bottom: 32px;
}
#new_temp #jp_dl_cont .flL .jp_dl_subtxt{
font-weight: normal;
}
#new_temp #jp_dl_cont p span.flR{
float: right;
}
#new_temp #jp_dl_cont p span.flR a{
display: inline-block;
font-size: 16px !important;
text-align: left;
width: 102px;
color: #3E3A39;
margin-left: 20px;
text-decoration: none;
}
.spLayout #new_temp #jp_dl_cont p span.flR a{
font-size: 26px !important;
width: 148px;
/*margin-left: 0;*/
}
#new_temp #new_article #blog_text #jp_dl_pdf i{
  margin-left: 5px;
  vertical-align: baseline;
}
.spLayout #new_temp #new_article #blog_text #jp_dl_pdf i{
  margin-left: 15px;
}

/* 一般書籍内 更新情報 */
#new_temp .news_books{
     margin-bottom: 70px;
}
#new_temp .news_books .outer{
    width: 784px;
    margin: 0;
    overflow: hidden;
}
#new_temp .news_books h3{
    line-height: 1.4;
    padding-bottom: 2px;
    font-size: 28px;
    font-weight: bold;
    border-bottom: solid 2px #FF6B00;
    border-left: none;
    padding: 0;
    margin-top: -4px;
    margin-bottom: 8px;
}
.spLayout #new_temp .news_books h3{
    line-height: 1.2;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 48px;
    border-bottom: solid 4px #FF6B00;
    border-left: none;
    margin-bottom: 8px;
    margin-top: 2px;
}
#new_temp .news_books .inner{
    width: 808px;
    margin: -12px;
    overflow: hidden;
}
.spLayout #new_temp .news_books .inner{
    width: 734px;
}
#new_temp .news_books .news--update{
    width: 100%;
}
.spLayout #new_temp .news_books .news--update{
    width: 100%;
}
#new_temp .news_books .scrollArea{
    padding: 20px 12px;
}
.spLayout #new_temp .news_books .scrollArea{
    padding: 32px 12px 0px;
}
#new_temp .news_books .scrollArea .news__item{
    padding-bottom: 16px;
    border-bottom: solid 1px #ACACAC;
    margin-bottom: 16px;
}
.spLayout #new_temp .news_books .scrollArea .news__item:last-child{
    margin-bottom: 12px;
}
.spLayout #new_temp .news_books .scrollArea .news__item{
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: solid 1px #ACACAC;
}
#new_temp .news_books .scrollArea .date{
    font-size: 16px;
    color: #727171;
    float: none;
    margin-bottom: 8px;
    line-height: 1.6;
    line-break: strict;
}
.spLayout #new_temp .news_books .scrollArea .date{
    font-size: 32px;
    margin-bottom: 12px;
}
.pcLayout #new_temp .news_books .scrollArea .sentence{
    font-size: 16px !important;
    line-height: 1.6;
    line-break: strict;
}
.spLayout #new_temp .news_books .scrollArea .sentence{
    font-size: 32px;
}
#new_temp .news_books .scrollArea .sentence a{
    color: #305db3;
    display: inline;
    text-decoration: underline;
    transition: 0.2s ease-in-out;
    line-break: strict;
}
#new_temp .news_books .scrollArea .textIcon--or,
#new_temp .news_books .scrollArea .textIcon--gr,
#new_temp .news_books .scrollArea .textIcon--grD,
#new_temp .news_books .scrollArea .textIcon--re,
#new_temp .news_books .scrollArea .textIcon--bl,
#new_temp .news_books .scrollArea .textIcon--bl2,
#new_temp .news_books .scrollArea .textIcon--brw{
    width: 120px;
}
#new_temp .news_books .textIcon--or,
#new_temp .news_books .textIcon--gry,
#new_temp .news_books .textIcon--gr,
#new_temp .news_books .textIcon--grD,
#new_temp .news_books .textIcon--grD2,
#new_temp .news_books .textIcon--re,
#new_temp .news_books .textIcon--bl,
#new_temp .news_books .textIcon--bl2,
#new_temp .news_books .textIcon--brw{
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 4px;
    display: inline-block;
    /*width: 120px;*/
    margin-left: 16px;
    font-size: 14px;
    line-height: 1;
}
#new_temp .textIcon--pi{
    background: #f57eb3;
}
#new_temp .textIcon--or{
    background: #FF6B00;
}
#new_temp .textIcon--gry{
    background: #898989;
}
#new_temp .textIcon--gr{
    background: #87ba17;
}
#new_temp .textIcon--grD{
    background: #2eb6af;
}
#new_temp .textIcon--grD2{
    background: #509592;
}
#new_temp .textIcon--re{
    background: #ec5b5b;
}
#new_temp .textIcon--go{
    background: #a9a720;
}
#new_temp .textIcon--bl{
    background: #39a5ff;
}
#new_temp .textIcon--bl2{
    background: #3d82ca;
}
#new_temp .textIcon--brw{
    background: #d48700;
}
.pcLayout #new_temp .news--update .news__item .date > span:not( :first-child ),
#new_temp .tbLayout .news--update .news__item .date > span:not( :first-child ){
    margin-left: 4px;
}
.pcLayout #new_temp .panelSP--top .news__item .date > span:not( :first-child ),
#new_temp .tbLayout .panelSP--top .news__item .date > span:not( :first-child ){
    margin-left: 4px;
}


.spLayout #new_temp #blog_text .wp-caption.alignleft.custom_img_size25{
  width: 30% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignright.custom_img_size25{
  width: 30% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignnone.custom_img_size25{
  width: 30% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.aligncenter.custom_img_size25{
  width: 30% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignleft.cimt_s.custom_img_size25{
  margin: 10px auto 30px !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignright.cimt_s.custom_img_size25{
  margin: 10px auto 30px !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignnone.cimt_s.custom_img_size25{
  margin: 10px auto 30px !important;
}
.spLayout #new_temp #blog_text .wp-caption.aligncenter.cimt_s.custom_img_size25{
  margin: 10px auto 30px !important;
}





.spLayout #new_temp #blog_text .wp-caption.alignleft.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignright.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignnone.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.aligncenter.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignleft.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignright.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignnone.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.aligncenter.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignleft.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignright.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignnone.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.aligncenter.custom_img_size50{
  margin: 0 auto 30px !important;
}

.spLayout #new_temp #blog_text .wp-caption.alignleft.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignright.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.alignnone.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .wp-caption.aligncenter.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignleft.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignright.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignnone.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.aligncenter.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignleft.custom_img_size100{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignright.custom_img_size100{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignnone.custom_img_size100{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.aligncenter.custom_img_size100{
  margin: 0 auto 30px !important;
}

.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignleft.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignright.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.alignnone.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.wp-caption.aligncenter.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignleft.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignright.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.alignnone.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.wp-caption.aligncenter.custom_img_size50{
  margin: 0 auto 30px !important;
}

/*2019/07/16追加*/
.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.alignleft.custom_img_size100{
  margin: 0 auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.alignright.custom_img_size100{
  margin: 0 auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.alignnone.custom_img_size100{
  margin: 0 auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.aligncenter.custom_img_size100{
  margin: 0 auto 0 !important;
}

.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.alignleft.custom_img_size50{
  margin: 0 auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.alignright.custom_img_size50{
  margin: 0 auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.alignnone.custom_img_size50{
  margin: 0 auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.sp_mb0.wp-caption.aligncenter.custom_img_size50{
  margin: 0 auto 0 !important;
}
/*2019/07/16追加　以上*/

.spLayout #new_temp #blog_text .alignleft.custom_img_size25{
  width: 30% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .alignright.custom_img_size25{
  width: 30% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .alignnone.custom_img_size25{
  width: 30% !important;
  display: block !important;
  margin: 30px auto !important;
}

.spLayout #new_temp #blog_text .alignleft.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .alignright.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .alignnone.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .sp_mb0.alignleft.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.alignright.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.alignnone.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.aligncenter.custom_img_size50{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.alignleft.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.alignright.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.alignnone.custom_img_size50{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.aligncenter.custom_img_size50{
  margin: 0 auto 30px !important;
}

.spLayout #new_temp #blog_text .aligncenter.custom_img_size50{
  width: 50% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .alignleft.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .alignright.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .alignnone.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .aligncenter.custom_img_size100{
  width: 100% !important;
  display: block !important;
  margin: 30px auto !important;
}
.spLayout #new_temp #blog_text .sp_mb0.alignleft.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.alignright.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.alignnone.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mb0.aligncenter.custom_img_size100{
  margin: 30px auto 0 !important;
}
.spLayout #new_temp #blog_text .sp_mt0.alignleft.custom_img_size100{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.alignright.custom_img_size100{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.alignnone.custom_img_size100{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mt0.aligncenter.custom_img_size100{
  margin: 0 auto 30px !important;
}
.spLayout #new_temp #blog_text .sp_mb0.sp_mt0.alignleft.custom_img_size100{
  margin: 0 auto !important;
}
.spLayout #new_temp #blog_text .sp_mb0.sp_mt0.alignright.custom_img_size100{
  margin: 0 auto !important;
}
.spLayout #new_temp #blog_text .sp_mb0.sp_mt0.alignnone.custom_img_size100{
  margin: 0 auto !important;
}
.spLayout #new_temp #blog_text .sp_mb0.sp_mt0.aligncenter.custom_img_size100{
  margin: 0 auto !important;
}


#new_temp #blog_text .m_all0{
    margin: 0 !important;
}

.spLayout #new_temp #blog_text table tr td.custom_tb_size25{
  width: 25% !important;
  display: inline;
}
.spLayout #new_temp #blog_text table tr td.custom_tb_size50{
  width: 50% !important;
  display: inline;
}
.spLayout #new_temp #blog_text table tr td.custom_tb_size100{
  width: 100% !important;
  display: inline;
}
.spLayout #new_temp #blog_text table tr td.sp_ib{
  display: inline-block !important;
}


#new_temp #blog_text .main_font{
    font-size: 18px;
}
.spLayout #new_temp #blog_text .main_font{
    font-size: 34px;
}
#new_temp #blog_text .sub_font{
    font-size: 16px;
}
.spLayout #new_temp #blog_text .sub_font{
    font-size: 32px;
}


/*SPでフロート活かす*/
.spLayout #new_temp #blog_text .sp_left{
    float: left !important;
}
.spLayout #new_temp #blog_text .sp_right{
    float: right !important;
}

.spLayout #new_temp #blog_text h3 a{
    font-size: 42px;
}


#new_temp #blog_text .youtube_full{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 28px !important;
}
.spLayout #new_temp #blog_text .youtube_full{
  margin-bottom: 42px !important;
}
#new_temp #blog_text .youtube_full iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.spLayout #new_temp #blog_text .lightbox_parent:first-child > a > img.alignright,
.spLayout #new_temp #blog_text .lightbox_parent:first-child > a > img.alignrleft,
.spLayout #new_temp #blog_text .lightbox_parent:first-child > a > img.alignrnone,
.spLayout #new_temp #blog_text .lightbox_parent:first-child > a > img.alignrcenter{
  margin-top: 0 !important;
}
.spLayout #new_temp #blog_text div.lightbox_parent.alignright:first-child,
.spLayout #new_temp #blog_text div.lightbox_parent.alignrleft:first-child,
.spLayout #new_temp #blog_text div.lightbox_parent.alignrnone:first-child,
.spLayout #new_temp #blog_text div.lightbox_parent.alignrcenter:first-child{
  margin-top: 0 !important;
}
.spLayout #new_temp #blog_text.lightbox_parent > a > img.alignright:not(.zuko_mtb):first-child,
.spLayout #new_temp #blog_text.lightbox_parent > a > img.alignrleft:not(.zuko_mtb):first-child,
.spLayout #new_temp #blog_text.lightbox_parent > a > img.alignrnone:not(.zuko_mtb):first-child,
.spLayout #new_temp #blog_text.lightbox_parent > a > img.alignrcenter:not(.zuko_mtb):first-child{
  margin-top: 0 !important;
}
.spLayout #new_temp #blog_text > .alignright:first-child,
.spLayout #new_temp #blog_text > .alignrleft:first-child,
.spLayout #new_temp #blog_text > .alignrnone:first-child,
.spLayout #new_temp #blog_text > .alignrcenter:first-child{
  margin-top: 0 !important;
}

#new_temp #blog_text table tr td .aligncenter.mt0{
    margin-top: 0 !important;
}
#new_temp #blog_text table tr td .aligncenter.mb0{
    margin-bottom: 0 !important;
}

#new_temp #blog_text .aligncenter.cinematop{
    margin-top: 0 !important;
}
#new_temp #blog_text .alignnone.cinematop{
    margin-top: 0 !important;
}
.spLayout #new_temp #blog_text .aligncenter.cinematop{
    width: 100% !important;
}
.spLayout #new_temp #blog_text .alignnone.cinematop{
    width: 100% !important;
}

/*テーブル中央揃え*/
#new_temp #blog_text .center_area{
  margin: 0 auto !important;
}
/*PCのみ文字中央揃え*/
.pcLayout #new_temp #blog_text .pc_center_text,
#new_temp .tbLayout #blog_text .pc_center_text{
	text-align: center;
}

/*2019/07/17 図画工作等で使用されいてるグリッドレイアウト*/
#new_temp #blog_text .multi_grid.imgTable{
  margin: 24px auto !important;
}
#new_temp #blog_text .multi_grid.imgTable.mb0{
  margin: 24px auto 0 !important;
}
/*2019/07/25追加*/
#new_temp #blog_text .multi_grid.imgTable.s_mtb{
  margin: 14px auto !important;
}
/*以上*/
#new_temp #blog_text .multi_grid.imgTable.right{
    float: right;
    margin-left: 24px !important;
}
#new_temp #blog_text .multi_grid.imgTable.left{
    float: right;
    margin-right: 24px !important;
}
#new_temp #blog_text .multi_grid.imgTable.ml0{
    margin-left: 0 !important;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable.right,
.spLayout #new_temp #blog_text .multi_grid.imgTable.left{
    float: none;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable{
  margin: 36px auto !important;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable.mb0{
  margin: 36px auto 0 !important;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable.mt0{
  margin: 0 auto 24px !important;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable.sp_mt0{
  margin: 0 auto 36px !important;
}
#new_temp #blog_text .zuko_mtb.main_font{
    font-size: 18px;
}
#new_temp .spLayouy #blog_text .zuko_mtb.main_font{
    font-size: 36px;
}
#new_temp #blog_text .multi_grid.imgTable.zuko_mtb{
  margin: 24px auto 24px !important;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable.zuko_mtb{
  margin: 36px auto 36px !important;
}
#new_temp #blog_text .multi_grid.imgTable tr td{
  vertical-align: middle;
}
#new_temp #blog_text .multi_grid.imgTable tr td.in_ws{
    padding: 16px 18px;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable tr td.in_ws{
    padding: 26px 30px !important;
}
#new_temp #blog_text .multi_grid.imgTable.v_top tr td{
  vertical-align: top;
}
#new_temp #blog_text .multi_grid.imgTable.no_border tr td{
  border: none;
}
#new_temp #blog_text .multi_grid.imgTable tr td img{
  margin: 0 auto 24px !important;
}
/*2019/07/25 追加*/
#new_temp #blog_text .multi_grid.imgTable.s_mtb tr td img{
  margin: 0 auto 12px !important;
}
#new_temp #blog_text .multi_grid.imgTable tr:last-child td img{
    margin: 0 auto !important;
}
#new_temp #blog_text .multi_grid.imgTable tr td img.mb0{
  margin: 0 auto 0 !important;
}
/*/ 以上*/

/*チェック用追加*/
#new_temp #blog_text .multi_grid.imgTable tr td .aligncenter img{
  margin: 0 auto !important;
}
#new_temp #blog_text .multi_grid.imgTable tr td div.aligncenter{
  margin: 0 0 24px 0 !important;
}
#new_temp #blog_text .multi_grid.imgTable tr td div.aligncenter.mb0{
  margin: 0 0 0 0 !important;
}
/*2019/07/25 追加*/
#new_temp #blog_text .multi_grid.imgTable tr:last-child td div.aligncenter{
  margin: 0 0 0 0 !important;
}
#new_temp #blog_text .multi_grid.imgTable tr:last-child td div.aligncenter.center{
  margin: 0 auto 0 !important;
}
/*/ 以上*/
.spLayout #new_temp #blog_text .multi_grid.imgTable tr td div.aligncenter{
  margin: 0 0 36px 0 !important;
  width: 100% !important;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable tr td div.aligncenter.sp_w50per{
  margin: 0 auto !important;
  width: 50% !important;
}

#new_temp #blog_text .multi_grid.imgTable tr td p{
    text-align: left;
}
#new_temp #blog_text .multi_grid.imgTable tr td p.pc_zuko_mb{
    margin-bottom: 24px;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable tr td p.sp_zuko_mb{
    margin-bottom: 36px;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable tr td div.aligncenter{
  margin-bottom: 0 !important;
}
.spLayout #new_temp #blog_text .multi_grid.imgTable tr td img{
  margin-bottom: 0 !important;
}
.spLayout #new_temp .texts #blog_text .multi_grid.imgTable tr td p{
  margin-bottom: 0;
}
/*.spLayout .texts #blog_text .multi_grid.imgTable tr td:last-child {
  padding-bottom: 36px;
}*/
/*表組み内*/
#new_temp #blog_text table.waku2 .multi_grid.imgTable{
  width: auto !important;
  margin: 10px auto !important;
}
#new_temp #blog_text table.waku2 .multi_grid.imgTable.row1{
  margin: 10px auto !important;
}
#new_temp #blog_text table.waku2 .multi_grid.imgTable td{
  padding: 0 30px 0 0;
  vertical-align: top;
}
#new_temp #blog_text table.waku2 .multi_grid.imgTable td:last-child{
  padding: 0 0 0 0;
}
#new_temp #blog_text table.waku2 .multi_grid.imgTable td div{
  margin: 0 auto 24px !important;
}
#new_temp #blog_text table.waku2 .multi_grid.imgTable td img{
  margin: 0 auto 24px !important;
}
#new_temp #blog_text table.waku2 .multi_grid.imgTable tr:last-child td img{
  margin: 0 auto 0 !important;
}
#new_temp #blog_text table.waku2 .multi_grid.imgTable td div img{
  margin: 0 auto !important;
}
.spLayout #new_temp .texts #blog_text table.waku2 .multi_grid.imgTable{
  /*width: 100% !important;*/
  margin: 18px auto !important;
}
.spLayout #new_temp .texts #blog_text table.waku2 .multi_grid.imgTable.row1{
  margin: 13px auto 18px !important;
}
/*2019/07/25 追加*/
#new_temp #blog_text table.waku2 .multi_grid.imgTable.zuko_mtb{
  margin-top: 24px !important;
}
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable.zuko_mtb{
  margin-top: 36px !important;
}
/*/ 以上*/


.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable td{
  width: 50% !important;
  display: table-cell;
  padding: 0 30px !important;
}
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable.column3 td{
  width: 33% !important;
}
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable td p{
  width: 100% !important;
}
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable td div{
  width: 100% !important;
  margin: 0 auto 36px !important;
}
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable td img{
  width: 100%;
  margin: 0 auto 36px !important;
}
/*2019/07/25 追加*/
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable tr:last-child td div{
  margin: 0 auto 0 !important;
}
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable tr:last-child td img{
  margin: 0 auto 0 !important;
}
/*/ 以上*/
.spLayout #new_temp #blog_text table.waku2 .multi_grid.imgTable td div img{
  width: 100%;
  margin: 0 auto !important;
}

/*枠内単体画像用CSS*/
#new_temp #blog_text p.zuko_mtb{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.spLayout #new_temp #blog_text p.zuko_mtb{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
#new_temp #blog_text p.zuko_mb{
    margin-bottom: 24px !important;
}
.spLayout #new_temp #blog_text p.zuko_mb{
    margin-bottom: 36px !important;
}
#new_temp #blog_text .aligncenter.zuko_mtb{
    margin: 24px auto !important;
}
#new_temp #blog_text .alignright.zuko_mtb,
#new_temp #blog_text .alignleft.zuko_mtb{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
#new_temp #blog_text .alignright.zuko_mtb.mb0,
#new_temp #blog_text .alignleft.zuko_mtb.mb0{
    margin-bottom: 0 !important;
}
#new_temp #blog_text .alignright.zuko_mtb.mt0,
#new_temp #blog_text .alignleft.zuko_mtb.mt0{
    margin-top: 0 !important;
}
.spLayout #new_temp #blog_text .alignright.zuko_mtb,
.spLayout #new_temp #blog_text .alignleft.zuko_mtb{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.spLayout #new_temp #blog_text .alignright.zuko_mtb.mt0,
.spLayout #new_temp #blog_text .alignleft.zuko_mtb.mt0{
    margin-top: 0 !important;
}
.spLayout #new_temp #blog_text .alignright.zuko_mtb.sp_center,
.spLayout #new_temp #blog_text .alignleft.zuko_mtb.sp_center{
    margin-left: auto !important;
    margin-right: auto !important;
}
/*2019/07/25 追加*/
#new_temp #blog_text table.zuko_mtb_waku{
    margin: 24px auto !important;
}
.spLayout #new_temp #blog_text table.zuko_mtb_waku{
    margin: 36px auto !important;
}
/*/以上*/
#new_temp #blog_text .aligncenter.zuko_mtb.mb0{
    margin: 24px auto 0 !important;
}
.spLayout #new_temp #blog_text .aligncenter.zuko_mtb.mb0{
    margin: 36px auto 0 !important;
}
#new_temp #blog_text .aligncenter.zuko_mtb.mt0{
    margin: 0 auto 24px !important;
}
.spLayout #new_temp #blog_text .aligncenter.zuko_mtb.mt0{
    margin: 0 auto 36px !important;
}
#new_temp #blog_text .waku2.zuko_mtb{
    margin: 24px auto !important;
}
#new_temp #blog_text .waku2.zuko_mt{
    margin-top: 24px!important;
}
.spLayout #new_temp #blog_text .waku2.zuko_mt{
    margin-top: 36px!important;
}
#new_temp #blog_text .waku2 + .table_caption{
    margin-top: 5px;
}
.spLayout #new_temp #blog_text .waku2 + .table_caption{
    margin-top: 10px;
}



#new_temp #blog_text .waku2.zuko_mtb.dashed,
#new_temp #blog_text .waku2.zuko_mt.dashed,
#new_temp #blog_text .waku2.zuko_mb.dashed{
    border: 2px dashed #acacac;
}
.spLayout #new_temp #blog_text .waku2.zuko_mtb.dashed,
.spLayout #new_temp #blog_text .waku2.zuko_mt.dashed,
.spLayout #new_temp #blog_text .waku2.zuko_mb.dashed{
    border: 3px dashed #acacac !important;
}
.spLayout #new_temp #blog_text .waku2.zuko_mtb.dashed td,
.spLayout #new_temp #blog_text .waku2.zuko_mt.dashed td,
.spLayout #new_temp #blog_text .waku2.zuko_mb.dashed td{
    border: none !important;
}
/*2019/07/31追加*/
#new_temp #blog_text .bb_dotted{
    border-bottom: 1px dotted #333 !important;
}
.spLayout #new_temp #blog_text .bb_dotted{
    border-bottom: 4px dotted #333 !important;
}
#new_temp #blog_text .bb_double{
    border-bottom: 3px double #333 !important;
}
.spLayout #new_temp #blog_text .bb_double{
    border-bottom: 6px double #333 !important;
}
#new_temp #blog_text .text_gray_box{
    border: solid 1px #ccc !important;
    padding:5px !important;
    background-color: #ededed !important;
}
.spLayout #new_temp #blog_text .text_gray_box{
    border: solid 2px #ccc !important;
    padding: 8px !important;
}
#new_temp #blog_text .text_gray_box_S{
    border: solid 1px #ccc;
    padding:2px;
    background-color: #ededed;
}
.spLayout #new_temp #blog_text .text_gray_box_S{
    border: solid 2px #ccc;
    padding: 6px;
}


#new_temp #blog_text .doutoku_point{
    padding:5px !important;
    background-color:#996600 !important;
    color:#fff !important;
}
.spLayout #new_temp #blog_text .doutoku_point{
    padding: 8px 12px !important;
    margin-bottom: 10px;
    display: inline-block;
}
#new_temp #blog_text .doutoku_gray{
    color:#acacac !important;
}

.spLayout #new_temp #blog_text .sp_tx_left{
    text-align: left !important;
}
/*以上*/

#new_temp #blog_text .waku2.zuko_mtb:not(.in_washa):first-child{
    margin: 0 auto 24px !important;
}
.spLayout #new_temp #blog_text .waku2.zuko_mtb{
    margin: 36px auto !important;
}
.spLayout #new_temp #blog_text .waku2.zuko_mtb:not(.in_washa):first-child{
    margin: 0 auto 36px !important;
}
/*/ 以上*/
#new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb{
    margin: 24px auto !important;
}
#new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb.top{
    margin: 14px auto 24px !important;
}
#new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb.bottom{
    margin: 24px auto 14px !important;
}
#new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb.top.bottom{
    margin: 14px auto 14px !important;
}

/*2019/07/29　追加*/
#new_temp #blog_text table.waku2 tr td .alignright.zuko_mtb.top{
    margin: 14px 0 24px 24px !important;
}
#new_temp #blog_text table.waku2 tr td .alignright.zuko_mtb.bottom{
    margin: 24px 0 14px 24px !important;
}
#new_temp #blog_text table.waku2 tr td .alignright.zuko_mtb.top.bottom{
    margin: 14px 0 14px 24px !important;
}
#new_temp #blog_text table.waku2 tr td .alignleft.zuko_mtb.top{
    margin: 14px 24px 24px 0 !important;
}
#new_temp #blog_text table.waku2 tr td .alignleft.zuko_mtb.bottom{
    margin: 24px 24px 14px 0 !important;
}
#new_temp #blog_text table.waku2 tr td .alignleft.zuko_mtb.top.bottom{
    margin: 14px 24px 14px 0 !important;
}

.spLayout #new_temp #blog_text table.waku2 tr td .alignright.zuko_mtb.top{
    margin: 14px 0 24px 0 !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .alignright.zuko_mtb.bottom{
    margin: 24px 0 14px 0 !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .alignright.zuko_mtb.top.bottom{
    margin: 14px 0 14px 0 !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .alignleft.zuko_mtb.top{
    margin: 14px 0 24px 0 !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .alignleft.zuko_mtb.bottom{
    margin: 24px 0 14px 0 !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .alignleft.zuko_mtb.top.bottom{
    margin: 14px 0 14px 0 !important;
}
/*以上*/


#new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb:last-of-type{
    /*margin: 24px auto 0 !important;*/
}
#new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb img{
    margin: 0 auto !important;
    min-width: auto !important;
}
.spLayout #new_temp #blog_text .aligncenter.zuko_mtb{
    margin: 36px auto !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb{
    margin: 36px auto !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb.top{
    margin: 21px auto 36px !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb.bottom{
    margin: 36px auto 21px !important;
}
.spLayout #new_temp #blog_text table.waku2 tr td .aligncenter.zuko_mtb.top.bottom{
    margin: 21px auto 21px !important;
}

/*右記以上　2019/07/17 図画工作等で使用されいてるグリッドレイアウト*/


/*2019/08/06　動的新ボタン設置*/
/*#new_article .btnArea {
    margin-bottom: 24px;
}
.spLayout #new_article .btnArea {
    margin-bottom: 36px;
}
#new_article .btnArea:last-of-type,
.spLayout #new_article .btnArea:last-of-type {
    margin-bottom: 0;
}*/
#new_temp #new_article .btnArea{
    clear: both;
}
#new_temp #new_article .btnArea.mb{
    margin-bottom: 36px;
}
#new_temp #new_article .btnArea.mt{
    margin-top: 36px;
}
.spLayout #new_temp #new_article .btnArea.mb{
    margin-bottom: 72px;
}
.spLayout #new_temp #new_article .btnArea.mt{
    margin-top: 72px;
}
.pcLayout #new_temp #new_article .btnArea.pc_pb{
    padding-bottom: 24px;
}
.pcLayout #new_temp #new_article .btnArea.pc_pt{
    padding-top: 24px;
}
/*.spLayout #new_article .btnArea.pb {
    padding-bottom: 72px;
}
.spLayout #new_article .btnArea.pt {
    padding-top: 72px;
}*/

#new_temp #new_article .btnArea.one_btn .textBtn.col2{
    float: none;
}

#new_temp #new_article .btnArea .textBtn.col2{
    margin: 12px;
}
#new_temp #new_article .btnArea.one_btn .textBtn.col2{
    margin: 12px auto;
}
.spLayout #new_temp #new_article .btnArea .textBtn.col2{
    margin: 12px 12px 44px;
    float: none;
}
.spLayout #new_temp #new_article .btnArea .textBtn:last-child{
    margin-bottom: 12px;
}
#new_temp #new_article .btnArea .textBtn a{
    color: #3E3A39;
}
#new_temp #new_article .btnArea .textBtn a span.btn_capacity{
    position: static;
    font-size: 16px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
#new_temp .texts #blog_text #new_article span.text_capacity{
    font-size: 16px !important;
}
.spLayout #new_temp #new_article .btnArea .textBtn a span.btn_capacity{
    font-size: 26px;
}
.spLayout #new_temp .texts #blog_text #new_article span.text_capacity{
    font-size: 26px !important;
}

#new_temp #new_article .btnArea .textBtn > a > span > i{
    margin-left: 10px;
}
.spLayout #new_temp #new_article .btnArea .textBtn > a > span > i{
    margin-left: 18px;
}

#new_temp #new_article a i.text_file_link{
    margin-left: 10px;
}
.spLayout #new_temp #new_article a i.text_file_link{
    margin-left: 18px;
    vertical-align: baseline;
}
/*以上*/


/****************新記事****************/
#new_temp #new_article h3,
#new_temp #new_article h4,
#new_temp #new_article h5{
  font-size: 0;
  font-weight: normal;
  padding: 0;
  border-left: none;
  border-bottom: none;
  margin-bottom: 0;
  line-height: 0;
  margin-top: 0;
}
.spLayout #new_temp #new_article h3,
.spLayout #new_temp #new_article h4{
  font-size: 0;
  padding: 0;
  border-left: none;
  border-bottom: none;
  margin-bottom: 0;
}
#new_temp #new_article h3{
  line-height: 1.4;
  padding-bottom: 2px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: solid 2px #FF6B00;
  margin-bottom: 28px;
  margin-top: -4px;
}
.spLayout #new_temp #new_article h3{
  line-height: 1.3;
  padding-bottom: 12px;
  font-size: 48px;
  border-bottom: solid 4px #FF6B00;
  margin-bottom: 48px;
  margin-top: 2px;
}
#new_temp #new_article h4{
  font-size: 24px;
  font-weight: bold;
  padding: 0px 0 0 12px;
  border-left: solid 4px #FF6B00;
  margin-bottom: 22px;
  line-height: 1.6;
}
.spLayout #new_temp #new_article h4{
  font-size: 42px;
  padding: 0 0 0 20px;
  border-left: solid 8px #FF6B00;
  margin-bottom: 42px;
  line-height: 1.4;
}
#new_temp #new_article h5{
  position: relative;
  margin-bottom: 18px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
#new_temp #new_article h5:first-child{
  margin-top: auto !important;
}
#new_temp #new_article h5:before{
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background-color: #FF6B00;
}
.spLayout #new_temp #new_article h5{
  margin-bottom: 28px;
  padding-left: 40px;
  font-size: 40px;
}
.spLayout #new_temp #new_article h5:before{
  top: 18px;
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.spLayout #new_temp #new_article h3,
.spLayout #new_temp #new_article h4,
.spLayout #new_temp #new_article h5{
    margin-top: 0;
}
#new_temp #new_article div{
  margin-bottom: 42px;
}
.spLayout #new_temp #new_article div{
  margin-bottom: 70px;
}
#new_temp #container #new_article div.mb_p{
  margin-bottom: 14px;
}
.spLayout #new_temp #container #new_article div.mb_p{
  margin-bottom: 30px;
}
#new_temp #container #new_article span{
  margin-bottom: 0;
}
#new_temp #container #new_article span.endIcon{
  margin-left: 6px;
  margin-top: -6px;
  margin-bottom: 0 !important;
  vertical-align: middle;
  line-height: 1;
}
#new_temp #container #new_article h4 span.endIcon{
  /*margin-bottom: 8px;*/
  margin-right: 6px;
}
.spLayout #new_temp #container #new_article h4 span.endIcon{
    margin-right: 14px;
    margin-left: 14px;
}
.spLayout #new_temp #container #new_article h4 span.endIcon img{
  width: 100%;
}
#new_temp #container #new_article p{
  font-size: 18px !important;
  margin-bottom: 14px;
  line-height: 1.7;
}
#new_temp #container #new_article p:last-child{
  margin-bottom: 0;
}
#new_temp #container #new_article p.f_small{
  font-size: 16px !important;
}
#new_temp #container #new_article p.f_s_small{
  font-size: 15px !important;
}
.spLayout #new_temp #container #new_article p{
  font-size: 34px !important;
  margin-bottom: 30px;
}
.spLayout #new_temp #container #new_article p.f_small{
  font-size: 32px !important;
}
.spLayout #new_temp #container #new_article p.f_s_small{
  font-size: 30px !important;
}
#new_temp #container #new_article p.new_border{
  border: 1px solid #acacac;
  padding: 16px 18px;
}
.spLayout #new_temp #container #new_article p.new_border{
  border: 1px solid #acacac;
  padding: 30px 36px;
}
#new_temp #container #new_article p.new_border.x2{
  border: 2px solid #acacac;
}
.spLayout #new_temp #container #new_article p.new_border.x2{
  border: 3px solid #acacac;
}
#new_temp #container #new_article div.new_border_mbp{
  border: 1px solid #acacac;
  padding: 16px 18px;
  margin-bottom: 14px;
}
.spLayout #new_temp #container #new_article div.new_border_mbp{
  border: 1px solid #acacac;
  padding: 30px 36px;
  margin-bottom: 30px;
}
#new_temp #container #new_article .new_border{
  border: 1px solid #acacac;
  padding: 16px 18px;
}
.spLayout #new_temp #container #new_article .new_border{
  border: 1px solid #acacac;
  padding: 30px 36px;
}
#new_temp #container #new_article .new_border.bdrdot{
  border: 2px dotted #acacac;
}
.spLayout #new_temp #container #new_article .new_border.bdrdot{
  border: 2px dotted #acacac;
}
#new_temp #container #new_article .new_border.btmdot{
  border-bottom: 2px dotted #acacac;
}
#new_temp #container #new_article .new_border.btmdash{
  border-bottom: 1px dashed #acacac;
}
#new_temp #container #new_article .new_border.tophdn{
  border-top: hidden;
}

#new_temp #container #new_article .f_orange{
    color: #FF6B00;
}
#new_temp #container #new_article .new_border.pale_orr{
  border: 2px solid #ffc69c;
  padding: 16px 18px;
  border-radius: 8px;
}
.spLayout #new_temp #container #new_article .new_border.pale_orr{
  border: 4px solid #ffc69c;
  padding: 30px 36px;
  border-radius: 16px;
}
#new_temp #container #new_article .new_border.orr{
  border: 2px solid #FF6B00;
  padding: 16px 18px;
  border-radius: 8px;
}
.spLayout #new_temp #container #new_article .new_border.orr{
  border: 4px solid #FF6B00;
  padding: 30px 36px;
  border-radius: 16px;
}
#new_temp #container #new_article .of_hidden{
  overflow: hidden;
}
#new_temp #container #new_article p.of_hidden{
  overflow: hidden;
}
.spLayout #new_temp #container #new_article p{
  font-size: 34px !important;
}
#new_temp #new_article section{
  margin-bottom: 70px;
}
.spLayout #new_temp #new_article section{
  margin-bottom: 110px;
}
#new_temp #new_article section:last-of-type{
  margin-bottom: 0;
}
#new_temp #new_article div:last-child{
  margin-bottom: 0;
}
#new_temp #new_article ol{
    margin-bottom: 14px;
    padding-left: 2em !important;
}
#new_temp #new_article ol li{
  margin-bottom: 0 !important;
  line-height: 1.7;
}
#new_temp #new_article ul{
    margin-bottom: 14px;
    padding-left: 2em !important;
}
#new_temp #new_article ul:last-child{
    margin-bottom: 0;
}
#new_temp #new_article ul li{
  margin-bottom: 0 !important;
  line-height: 1.7;
}
#new_temp #container #new_article .img_left_block{
    float: left;
}
#new_temp #container #new_article .img_right_block{
    float: right;
}
.spLayout #new_temp #container #new_article .img_left_block{
    float: none;
    width: 100% !important;
}
.spLayout #new_temp #container #new_article .img_right_block{
    float: none;
    width: 100% !important;
}
#new_temp #container #new_article table{
  font-size: 16px;
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
}
#new_temp #container #new_article table p{
  margin-bottom: 0;
}
#new_temp #container #new_article table th{
  font-size: 16px;
  background: #F9F9F9;
  border: solid 1px #ACACAC;
  padding: 15px;
  line-height: 1.6;
}
.spLayout #new_temp #container #new_article table th{
    font-size: 32px;
    padding: 22px 30px;
}
#new_temp #container #new_article table th p,
#new_temp #container #new_article table td p{
    font-size: 16px;
    line-height: 1.6;
    display: block;
    margin-bottom: 14px;
}
.spLayout #new_temp #container #new_article table th p,
.spLayout #new_temp #container #new_article table td p{
    font-size: 32px !important;
    margin-bottom: 24px;
}
#new_temp #container #new_article table th p:last-of-type,
#new_temp #container #new_article table td p:last-of-type{
    margin-bottom: 0px;
}
.spLayout #new_temp #container #new_article table th p:last-of-type,
.spLayout #new_temp #container #new_article table td p:last-of-type{
    margin-bottom: 0px;
}
#new_temp #container #new_article table th p{
    text-align: center;
}
#new_temp #container #new_article table td{
    font-size: 16px;
    border: solid 1px #ACACAC;
    padding: 15px;
    vertical-align: top;
    line-height: 1.6;
}
.spLayout #new_temp #container #new_article table td{
    font-size: 32px;
    padding: 30px !important;
    border: solid 1px #ACACAC;
    /*text-align: left;*/
    vertical-align: top;
    display: table-cell;
    width: auto;
}
#new_temp #container #new_article table tr.b2_666{
    border: solid 2px #666;
}
#new_temp #container #new_article table td.b2_666{
    border: solid 2px #666;
}
.spLayout #new_temp #container #new_article table tr.bdr2{
    border: solid 2px #ACACAC;
}
#new_temp #container #new_article table td p.box{
    padding: 15px !important;
    border: solid 1px #ACACAC;
}
.spLayout #new_temp #container #new_article table td p.box{
    padding: 30px !important;
    border: solid 1px #ACACAC;
}
#new_temp #container #new_article table td p.box2{
    padding: 15px !important;
    border: solid 2px #ACACAC;
}
.spLayout #new_temp #container #new_article table td p.box2{
    padding: 30px !important;
    border: solid 2px #ACACAC;
}
#new_temp #container #new_article table td p.dotbox{
    padding: 15px !important;
    border: dotted 2px #ACACAC;
}
.spLayout #new_temp #container #new_article table td p.dotbox{
    padding: 30px !important;
    border: dotted 2px #ACACAC;
}
#new_temp #container #new_article table td p.dotbox2{
    padding: 15px !important;
    border: dotted 3px #ACACAC;
}
.spLayout #new_temp #container #new_article table td p.dotbox2{
    padding: 30px !important;
    border: dotted 3px #ACACAC;
}
#new_temp #container #new_article table td p.rbox{
    padding: 15px !important;
	border-radius: 10px;
    border: solid 1px #ACACAC;
}
.spLayout #new_temp #container #new_article table td p.rbox{
    padding: 30px !important;
	border-radius: 20px;
    border: solid 1px #ACACAC;
}
#new_temp #container #new_article table td p.rbox2{
    padding: 15px !important;
	border-radius: 10px;
    border: solid 2px #ACACAC;
}
.spLayout #new_temp #container #new_article table td p.rbox2{
    padding: 30px !important;
	border-radius: 20px;
    border: solid 2px #ACACAC;
}
#new_temp #container #new_article table img{
    margin-top: 20px;
}
#new_temp #container #new_article table img.tbinner{
    margin: 0 auto;
}
#new_temp #container #new_article table table{
    margin: 0 auto;
}
.spLayout #new_temp #container #new_article table{
    display: block;
    font-size: 32px;
    margin-left: 0px;
    margin-bottom: 70px;
    overflow-x: scroll;
}
#new_temp #container #new_article table p,
#new_temp #container #new_article table li{
    font-size: 16px !important;
}
.spLayout #new_temp #container #new_article table p,
.spLayout #new_temp #container #new_article table li{
    font-size: 32px !important;
}
#new_temp #container #new_article table p span{
    font-size: 16px !important;
    line-height: 1.6 !important;
}
.spLayout #new_temp #container #new_article table p span{
    font-size: 32px !important;
}

.spLayout #new_temp #container #new_article table table tbody{
    width: 100%;
}
.spLayout #new_temp #container #new_article table::-webkit-scrollbar{
    height: 10px;
}
.spLayout #new_temp #container #new_article table::-webkit-scrollbar-thumb{
    background: #dcdddd;
    border-radius: 6px;
}
.spLayout #new_temp #container #new_article table tbody{
    display: block;
    width: 1420px;
}

.spLayout #new_temp #container #new_article table.no_scroll{
    overflow-x: unset;
}
.spLayout #new_temp #container #new_article table.no_scroll tbody{
    width: 710px;
}
.spLayout #new_temp #container #new_article table.no_scroll tbody td.sp_1cell{
    width: 710px;
}
.spLayout #new_temp #container #new_article table.no_scroll tbody.type2{
    width: 640px;
}
.spLayout #new_temp #container #new_article table.no_scroll tbody.type2 td.sp_1cell{
    width: 640px;
}

.spLayout #new_temp #container #new_article table td span{
    font-size: 32px !important;
}
.spLayout #new_temp #container #new_article table img{
    width: 100%;
}
#new_temp #new_article bold{
  font-weight: bold;
}
#new_temp #container #new_article small{
  font-size: 16px !important;
  display: inline-block;
}
#new_temp #container #new_article small.inline{
  display: inline;
}
#new_temp #container #new_article p[id*="footnote"] small{
  display: inline-block;
}
.spLayout #new_temp #container p[id*="footnote"] small{
    display: inline !important;
}
.spLayout #new_temp #container p[id*="footnote"] small a{
    word-wrap: break-word !important;
}
.spLayout #new_temp #container #new_article small{
  font-size: 32px !important;
}
#new_temp #container #new_article p[id*="footnote"]{
    font-size: 16px !important;
}
.spLayout #new_temp #container #new_article p[id*="footnote"]{
    font-size: 32px !important;
}

#new_temp #container #new_article q{
  font-size: 18px;
  line-height: 1.7;
  display: block;
  margin: 0 1em 14px;
  padding-left: 1em;
  border-left: 2px solid #CCC;
}
#new_temp #container #new_article q:before,
#new_temp #container #new_article q:after{
  content: '';
}
#new_temp #container #new_article q:last-child{
  margin-bottom: 0;
}
.spLayout #new_temp #container #new_article q{
  font-size: 34px;
  margin: 0 1em 36px;
}
#new_temp #container #new_article .full_img{
    text-align: center;
    overflow: hidden;
    margin: 24px auto;
}
#new_temp #container #new_article .full_img:first-child{
    margin: 0 auto 24px;
}
.spLayout #new_temp #container #new_article .full_img{
    margin: 30px auto;
}
.spLayout #new_temp #container #new_article .full_img:first-child{
    margin: 0 auto 30px;
}
#new_temp #container #new_article .full_img_2{
    text-align: center;
    overflow: hidden;
    margin: 17px auto;
}
#new_temp #container #new_article .full_img_2:first-child{
    margin: 0 auto 17px;
}
.spLayout #new_temp #container #new_article .full_img_2{
    margin: 30px auto;
}
.spLayout #new_temp #container #new_article .full_img_2:first-child{
    margin: 0 auto 30px;
}
#new_temp #container #new_article .full_img .caption_img{
    display: inline-block;
}
#new_temp #container #new_article .full_img > p{
    display: inline-block;
    margin-bottom: 0;
}
.spLayout #new_temp #container #new_article .full_img .caption_img{
    width: 100%;
}
.spLayout #new_temp #container #new_article .full_img > p{
    width: 100%;
}

.spLayout #new_temp #container #new_article .caption_img span.youtube{
    position: relative;
    height: 0;
    padding-top: 56.25% !important;
	display: block;
}
.spLayout #new_temp #container #new_article .caption_img span.youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#new_temp #container #new_article .caption_img.base_size{
	width: 392px;
	box-sizing: content-box;
	overflow: hidden;
}
.spLayout #new_temp #container #new_article .caption_img.base_size{
	width: 100%;
	box-sizing: content-box;
}
#new_temp #container #new_article .caption_img.left{
  float: left;
  padding: 20px 20px 20px 0;
}
#new_temp #container #new_article .caption_img.right{
  float: right;
  padding: 20px 0 20px 20px;
}
.spLayout #new_temp #container #new_article .caption_img.left{
  display: block;
  float: none;
  width: 100%;
  padding: 30px 0 30px;
}
.spLayout #new_temp #container #new_article .caption_img.right{
  display: block;
  float: none;
  width: 100%;
  padding: 30px 0 30px;
}
#new_temp #container #new_article .full_img .caption_img.left,
#new_temp #container #new_article .full_img_2 .caption_img.left{
  padding: 0 30px 0 0;
}
#new_temp #container #new_article .full_img .caption_img.left:last-child,
#new_temp #container #new_article .full_img_2 .caption_img.left:last-child{
  padding: 0 0 0 0;
}
#new_temp #container #new_article .full_img .caption_img.right,
#new_temp #container #new_article .full_img_2 .caption_img.right{
  padding: 0 0 0 30px;
}
#new_temp #container #new_article .full_img .caption_img.right:last-child,
#new_temp #container #new_article .full_img_2 .caption_img.right:last-child{
  padding: 0 0 0 0;
}
.spLayout #new_temp #container #new_article .full_img .caption_img.left,
.spLayout #new_temp #container #new_article .full_img_2 .caption_img.left{
  padding: 0 0 30px;
}
.spLayout #new_temp #container #new_article .full_img .caption_img.right,
.spLayout #new_temp #container #new_article .full_img_2 .caption_img.right{
  padding: 0 0 30px;
}
.spLayout #new_temp #container #new_article .full_img .caption_img.left:last-child,
.spLayout #new_temp #container #new_article .full_img_2 .caption_img.left:last-child{
  padding: 0 0 0 0;
}
.spLayout #new_temp #container #new_article .full_img .caption_img.right:last-child,
.spLayout #new_temp #container #new_article .full_img_2 .caption_img.right:last-child{
  padding: 0 0 0 0;
}
.spLayout #new_temp #container #new_article .caption_img.sp_center{
    margin: 0 auto;
}
.spLayout #new_temp #container #new_article .caption_img.sp_center img{
    margin: 0 auto;
}
#new_temp #container #new_article span.caption_img .new_caption_text,
#new_temp #container #new_article p.caption_img .new_caption_text{
  display: block;
  text-align: left;
  margin-top: 5px;
  font-size: 14px !important;
  line-height: 1.5;
  color: #3E3A39;
}
.spLayout #new_temp #container #new_article span.caption_img .new_caption_text,
.spLayout #new_temp #container #new_article p.caption_img .new_caption_text{
  font-size: 28px !important;
  margin-top: 10px;
}
.spLayout #new_temp #container #new_article span.caption_img .new_caption_text.sp_center,
.spLayout #new_temp #container #new_article p.caption_img .new_caption_text.sp_center{
    text-align: center;
}
.spLayout #new_temp #container #new_article span.caption_img .new_caption_text.sp_center.sp_half,
.spLayout #new_temp #container #new_article p.caption_img .new_caption_text.sp_center.sp_half{
    width: 50% !important;
    margin: 10px auto 0;
}
.spLayout #new_temp #container #new_article span.caption_img .new_caption_text.sp_half,
.spLayout #new_temp #container #new_article p.caption_img .new_caption_text.sp_half{
    width: 50% !important;
    margin: 10px auto 0;
}
#new_temp #container #new_article .v_img_text{
    width: 370px;
}
#new_temp #container #new_article .v_img_text.left{
    float: left;
}
#new_temp #container #new_article .v_img_text.right{
    float: right;
}
.spLayout #new_temp #container #new_article .v_img_text{
    width: 100%;
}
.spLayout #new_temp #container #new_article .v_img_text.left,
.spLayout #new_temp #container #new_article .v_img_text.right{
    float: none;
}
#new_temp #container #new_article .v_img_text_after{
    display: inline-block;
}

#new_temp #container #new_article .inner_bg{
  padding: 15px;
  border-radius: 4px;
}
#new_temp #container #new_article .inner_bg p,
#new_temp #container #new_article .inner_bg span,
#new_temp #container #new_article .inner_bg li{
  line-height: 1.6;
}
.spLayout #new_temp #container #new_article .inner_bg{
  padding: 30px;
  border-radius: 8px;
  line-height: 1.6;
}
#new_temp #container #new_article .inner_bg.or{
  background-color: #ffcaa4;
  border-radius: 8px;
}
#new_temp #container #new_article .inner_bg.bl{
  background-color: #c0e7f5;
  border-radius: 8px;
}
#new_temp #container #new_article .inner_bg.ye{
  background-color: #fbefa1;
  border-radius: 8px;
}
#new_temp #container #new_article .inner_bg.gr{
  background-color: #dcf1ca;
  border-radius: 8px;
}
#new_temp #container #new_article .inner_bg.pi{
  background-color: #fdd6ea;
  border-radius: 8px;
}
.spLayout #new_temp #container #new_article .inner_bg.or{
  background-color: #ffcaa4;
  border-radius: 16px;
}
.spLayout #new_temp #container #new_article .inner_bg.bl{
  background-color: #c0e7f5;
  border-radius: 16px;
}
.spLayout #new_temp #container #new_article .inner_bg.ye{
  background-color: #fbefa1;
  border-radius: 16px;
}
.spLayout #new_temp #container #new_article .inner_bg.gr{
  background-color: #dcf1ca;
  border-radius: 16px;
}
.spLayout #new_temp #container #new_article .inner_bg.pi{
  background-color: #fdd6ea;
  border-radius: 16px;
}

#new_temp #container #new_article .ml_1em{
  margin-left: 1em;
}
#new_temp #container #new_article .u_line{
  text-decoration: underline;
}
#new_temp #container #new_article .u_line_w{
  text-decoration: underline wavy;
}
#new_temp #container #new_article .u_line_d{
  border-bottom: double 3px;
}
.spLayout #new_temp #container #new_article .u_line_d{
  border-bottom: double 6px;
}
#new_temp #container #new_article .f_large{
    font-size: 24px !important;
}
.spLayout #new_temp #container #new_article .f_large{
    font-size: 42px !important;
}
#new_temp #container #new_article .text_right{
    text-align: right !important;
}
#new_temp #container #new_article .text_left{
    text-align: left !important;
}
#new_temp #container #new_article .text_center{
    text-align: center !important;
}


/* 使ってみよう！ずがこうさくの教科書 /data/web-magazine/zuko_tbs/ */
#new_temp .zukoTbsImgArea{
    border: none !important;
    margin-top: -10px !important;
    margin-bottom: 26px !important;
}
#new_temp p.zukoTbsText{
    font-size: 18px;
    margin-bottom: 40px;
    margin-left: 7px;
}
#new_temp .wrapperZukoTbs{
    overflow: hidden;
    border: 2px solid #ffc69c;
    border-radius: 8px;
    padding: 17px 24px;
}
#new_temp .teacherPhotoZukoTbs{
    float: left;
}
#new_temp .teacherTextZukoTbs{
    float: left;
    width: 601px;
    padding: 6px 0 0 23px;
    font-size: 14px;
}
#new_temp .teacherTextZukoTbs span{
    font-size: 18px;
}
/* spLayout*/
.spLayout #new_temp .zukoTbsImgArea{
    border: none !important;
    margin-top: -16px !important;
    margin-bottom: 40px !important;
}
.spLayout #new_temp .wrapperZukoTbs{
    border-radius: 16px;
    padding: 24px;
    border: 4px solid #ffc69c;
}
.spLayout #new_temp .teacherPhotoZukoTbs{
    width: 170px;
    margin: 10px 24px 24px 0;
    padding: 0;
}
.spLayout #new_temp .teacherPhotoZukoTbs img{
    width: 100%;
}
.spLayout #new_temp .teacherTextZukoTbs{
    float: none;
    width: 100%;
    padding: 0;
    font-size: 28px;
}
.spLayout #new_temp .teacherTextZukoTbs span{
    font-size: 32px;
}
.spLayout #new_temp p.zukoTbsText{
    font-size: 34px;
    margin-bottom: 60px;
    margin-left: 0;
}

#new_temp #container #new_article img.zukotbstree{
    vertical-align: middle;
	margin-left:0.2em;
	margin-right:0.2em;
	margin-bottom:0.2em;
}
.spLayout #new_temp #container #new_article img.zukotbstree{
    width: 44px;
}

#new_temp #container #new_article .text_waku{
    padding: 1px 2px !important;
    border: solid 1px #ACACAC;
}
.spLayout #new_temp #container #new_article .text_waku{
    padding: 2px 4px !important;
    border: solid 2px #ACACAC;
}
#new_temp #container #new_article .text_bgc{
    padding: 1px 2px !important;
    background-color:#ddd;
}
.spLayout #new_temp #container #new_article .text_bgc{
    padding: 2px 4px !important;
}
#new_temp #container #new_article table td.bdrbtm_dot{
	border-bottom: dotted 2px #acacac;
}
.spLayout #new_temp #container #new_article table td.bdrbtm_dot{
	border-bottom: dotted 3px #acacac;
}
#new_temp #container #new_article table td.bdrbtm_hdn{
	border-bottom: hidden !important;
}
#new_temp #container #new_article table td.bdrbtm_hdn_ue{
	border-bottom: hidden !important;
	padding-bottom: 0px !important;
}
#new_temp #container #new_article table td.bdrbtm_hdn_naka{
	border-bottom: hidden !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#new_temp #container #new_article table td.bdrbtm_hdn_shita{
	/* border-bottom: hidden !important; */
	padding-top: 0px !important;
}
#new_temp #container #new_article table td.bdrbtm_hdn_shita2{
	border-bottom: hidden !important;
	padding-top: 0px !important;
}
#new_temp #container #new_article table td.bdrleft_hdn{
	border-left: hidden !important;
}
#new_temp #container #new_article table td.bdrright_hdn{
	border-right: hidden !important;
}

#new_temp .indent_1{
	margin-left: 1.0em;
}
#new_temp .indent_1 .head{
	margin-left: -1.0em;
}
#new_temp .indent_2{
	margin-left: 2.0em;
}
#new_temp .indent_2 .head{
	margin-left: -2.0em;
}
#new_temp .indent_3{
	margin-left: 3.0em;
}
#new_temp .indent_3 .head{
	margin-left: -3.0em;
}
#new_temp .indent_4{
	margin-left: 4.0em;
}
#new_temp .indent_4 .head{
	margin-left: -4.0em;
}
#new_temp .indent_5{
	margin-left: 5.0em;
}
#new_temp .indent_5 .head{
	margin-left: -5.0em;
}
#new_temp .indent_6{
	margin-left: 6.0em;
}
#new_temp .indent_6 .head{
	margin-left: -6.0em;
}
#new_temp .indent_7{
	margin-left: 7.0em;
}
#new_temp .indent_7 .head{
	margin-left: -7.0em;
}
#new_temp .indent_8{
	margin-left: 8.0em;
}
#new_temp .indent_8 .head{
	margin-left: -8.0em;
}
#new_temp .indent_9{
	margin-left: 9.0em;
}
#new_temp .indent_9 .head{
	margin-left: -9.0em;
}
#new_temp .indent_10{
	margin-left: 10.0em;
}
#new_temp .indent_10 .head{
	margin-left: -10.0em;
}
#new_temp .head_-1{
	margin-left: -1.0em;
}
#new_temp .head_-2{
	margin-left: -2.0em;
}
#new_temp .head_-3{
	margin-left: -3.0em;
}
#new_temp .head_-4{
	margin-left: -4.0em;
}
#new_temp .head_-5{
	margin-left: -5.0em;
}
#new_temp .head_-6{
	margin-left: -6.0em;
}
#new_temp .head_-7{
	margin-left: -7.0em;
}
#new_temp .head_-8{
	margin-left: -8.0em;
}
#new_temp .head_-9{
	margin-left: -9.0em;
}
#new_temp .head_-10{
	margin-left: -10.0em;
}

#new_temp .f_left{
    float: left;
	overflow:  hidden;
}
#new_temp .f_right{
    float: right;
	overflow:  hidden;
}
#new_temp .clear{
	clear: both;
}

#new_temp .part_line{
	border-bottom: solid 1px #acacac;
	width: 100%;
	margin: 24px auto !important;
}
.spLayout #new_temp .part_line{
	border-bottom: solid 2px #acacac;
	margin: 30px auto !important;
}

#new_temp .part_line2{
	border-bottom: dotted 1px #acacac;
	width: 100%;
	margin: 24px auto !important;
}
.spLayout #new_temp .part_line2{
	border-bottom: dotted 2px #acacac;
	margin: 30px auto !important;
}

/* ノート風 ------*/
#new_temp .note{
	background-color: #f9f9f9; 
	border: 1px solid #acacac; 
	padding: 26px 32px 36px; 
	box-shadow: 0 .25rem .25rem hsla(0, 0%, 0%, .1);
}

#new_temp .note .note_inner{
	font-style: oblique; 
	background-image: linear-gradient(transparent 0, transparent 97%, #d5d5d5 100%); 
	background-size: 100% 2.2em; 
	padding-bottom: 1px;
}

#new_temp .note .note_inner p{
	line-height: 2.0em !important;
}

.spLayout #new_temp .note{
	padding: 35px 40px; 
	box-shadow: 0 .50rem .50rem hsla(0, 0%, 0%, .1);
}

.spLayout #new_temp .note .note_inner{
	background-size: 100% 4.2em; 
}

/* 20230523 追加 ------*/
#new_temp #container #new_article .full_item{
    overflow: hidden;
    margin: 24px auto;
}
.spLayout #new_temp #container #new_article .full_item{
    overflow: hidden;
    margin: 30px auto;
}

/* 20231006 フキダシ（学び！と美術 Vol.134 先生と生徒）------*/
#new_temp .before_text_attention{
	margin-left: 76px !important;
	margin-bottom: 0 !important;
}
.spLayout #new_temp .before_text_attention{
	margin-left: 130px !important;
}
#new_temp .comment_area{
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 784px;
  align-items: flex-start;
	column-gap: 12px;
	margin: 0 auto;
	margin-bottom: 20px !important;
}
#new_temp .orange_part{
	display: flex;
	flex-direction: row-reverse;
}
#new_temp .comment_area .icon{
	display: flex;
	align-items: center;
  justify-content: center;
  width: 60px;
	height: 60px;
  border-radius: 50%;
  z-index: 0;
  text-align: center;	
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 0 !important;
}
#new_temp .blue_icon{
	background: #41719c;
}
#new_temp .orange_icon{
	background: #ed7f35;
}
#new_temp .comment_area .text{
	display: flex;
	flex-direction: column;
  justify-content: flex-end;
  position: relative;	
  width: calc(100% - 40px);
	margin-bottom: 0 !important;
}
#new_temp .comment_area .text .text_fukidashi_blue{
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 18px;
	line-height: 1.9;
  background: #edf2f6;
	border-radius: 16px;
  border: solid 1px #41719c;
  box-sizing: border-box;
	padding: 20px 24px;
	margin: 0 85px 0 16px !important;
}
#new_temp .comment_area .text .text_fukidashi_blue:before{
  content: "";
  position: absolute;
  top: 30px;
  left: -26px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #edf2f6;
  z-index: 2;
}
#new_temp .comment_area .text .text_fukidashi_blue:after{
  content: "";
  position: absolute;
  top: 30px;
  left: -28px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #41719c;
  z-index: 1;
}
#new_temp .comment_area .text .text_fukidashi_orange{
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 18px;
	line-height: 1.9;
  background: #fdf2ea;
	border-radius: 16px;
  border: solid 1px #ed7f35;
  box-sizing: border-box;
	padding: 20px 24px;
	margin: 0 15px 0 86px !important;
}
#new_temp .comment_area .text .text_fukidashi_orange:before{
  content: "";
  position: absolute;
  top: 30px;
  right: -26px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #fdf2ea;
	transform: scale(-1, 1);
  z-index: 2;
}
#new_temp .comment_area .text .text_fukidashi_orange:after{
  content: "";
  position: absolute;
  top: 30px;
  right: -28px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #ed7f35;
	transform: scale(-1, 1);
  z-index: 1;
}
#new_temp .comment_area .text .text_attention{
	padding-left: 10px;
	margin-top: 4px !important;
	margin-bottom: 0 !important;
}
/* SP */
.spLayout #new_temp .comment_area{
  column-gap: 24px;
	margin-bottom: 30px !important;
}
.spLayout #new_temp .comment_area .text{
  width: calc(100% - 130px);
}
.spLayout #new_temp .comment_area .icon{
  width: 100px;
	height: 100px;
	font-size: 40px;	
}
.spLayout #new_temp .comment_area .text .text_fukidashi_blue{
	border-radius: 30px;
  border: solid 2px #41719c;
	padding: 30px 34px;
	margin: 0 0 0 15px !important;
}
.spLayout #new_temp .comment_area .text .text_fukidashi_blue:before{
  top: 50px;
  left: -50px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #edf2f6;
}
.spLayout #new_temp .comment_area .text .text_fukidashi_blue:after{
  top: 50px;
  left: -54px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #41719c;
}
.spLayout #new_temp .comment_area .text .text_fukidashi_orange{
	border-radius: 30px;
  border: solid 2px #ed7f35;
	padding: 30px 34px;
	margin: 0 15px 0 0 !important;	
}
.spLayout #new_temp .comment_area .text .text_fukidashi_orange:before{
  top: 50px;
  right: -50px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #fdf2ea;
}
.spLayout #new_temp .comment_area .text .text_fukidashi_orange:after{
  top: 50px;
  right: -54px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #ed7f35;
}
.spLayout #new_temp .comment_area .text .text_attention{
	line-height: 1.4 !important;
	padding-left: 10px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* 20231211 蛍光マーカー ------*/
#new_temp .marker_yellow{
	background: #fdff6c;
}
#new_temp .marker_green{
	background: #8ffda4;
}

/* 20231211 Google Map 埋め込み ------*/
#new_temp .googlemap{
  position: relative;
  width: 550px;
  height: 0;
  padding-top: 413px;
	margin: 0 auto;
}
#new_temp .googlemap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spLayout #new_temp .googlemap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;; /* 比率を4:3に固定 */
	margin: 0 auto;
}
#new_temp .googlemap_text{
  display: block;
	width: 550px;	
  text-align: left;
  margin: 6px auto 0;
}
#new_temp .googlemap_text span{
  font-size: 14px !important;
  line-height: 1.5;
  color: #3E3A39;	
}
.spLayout #new_temp .googlemap_text{
	width: 100%;	
  margin: 10px auto 0;
}
.spLayout #new_temp .googlemap_text span{
  font-size: 28px !important;
}

/* 20231211 表（学び！と美術 Vol.136）------*/
#new_temp .table_desc th p{
	text-align: left !important;
}
#new_temp .table_desc .endIcon img{
	margin-top: 0 !important;
}
.spLayout #new_temp .table_desc{
	overflow-x: hidden !important;
}
.spLayout #new_temp .table_desc tbody{
	width: 100% !important;
}

/* 20231211 フキダシ（学び！と美術 Vol.136 先生二人）------*/
#new_temp .comment_area_photoType{
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 784px;
  align-items: flex-start;
	column-gap: 12px;
	margin: 0 auto;
	margin-bottom: 0 !important;
}
#new_temp .comment_area_photoType .orange_part{
	display: flex;
	flex-direction: row-reverse;
}
#new_temp .comment_area_photoType .icon{
  text-align: center;
  position: relative;
	margin-bottom: 0 !important;
}
#new_temp .comment_area_photoType .icon img{
  width: 90px;
	height: 90px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
	margin-bottom: 6px;
}
#new_temp .comment_area_photoType .icon .name{
	display: block;
  font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #3e3a39;
}
#new_temp .comment_area_photoType .text{
	display: flex;
	flex-direction: column;
  justify-content: flex-end;
  position: relative;	
  width: calc(100% - 40px);
	margin-bottom: 0 !important;
}
#new_temp .comment_area_photoType .text .text_fukidashi_blue{
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 18px;
	line-height: 1.9;
  background: #edf2f6;
	border-radius: 16px;
  border: solid 1px #41719c;
  box-sizing: border-box;
	padding: 26px;
	margin: 0 117px 24px 15px !important;
}
#new_temp .comment_area_photoType .text .text_fukidashi_blue:before{
  content: "";
  position: absolute;
  top: 30px;
  left: -26px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #edf2f6;
  z-index: 2;
}
#new_temp .comment_area_photoType .text .text_fukidashi_blue:after{
  content: "";
  position: absolute;
  top: 30px;
  left: -28px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #41719c;
  z-index: 1;
}
#new_temp .comment_area_photoType .text .text_fukidashi_orange{
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 18px;
	line-height: 1.9;
  background: #fdf2ea;
	border-radius: 16px;
  border: solid 1px #ed7f35;
  box-sizing: border-box;
	padding: 26px;
	margin: 0 15px 24px 117px !important;
}
#new_temp .comment_area_photoType .text .text_fukidashi_orange:before{
  content: "";
  position: absolute;
  top: 30px;
  right: -26px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #fdf2ea;
	transform: scale(-1, 1);
  z-index: 2;
}
#new_temp .comment_area_photoType .text .text_fukidashi_orange:after{
  content: "";
  position: absolute;
  top: 30px;
  right: -28px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 16px solid #ed7f35;
	transform: scale(-1, 1);
  z-index: 1;
}
#new_temp .others_comment{
	margin-left: 120px !important;
	margin-top: -4px !important;	
	margin-bottom: 24px !important;
}
/* SP */
.spLayout #new_temp .comment_area_photoType .icon img{
  width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
.spLayout #new_temp .comment_area_photoType .icon .name{
  font-size: 26px;
}
.spLayout #new_temp .comment_area_photoType .text .text_fukidashi_blue{
	border-radius: 30px;
  border: solid 2px #41719c;
	padding: 30px 34px;
	margin: 0 0 50px 30px !important;
}
.spLayout #new_temp .comment_area_photoType .text .text_fukidashi_blue:before{
  top: 50px;
  left: -50px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #edf2f6;
}
.spLayout #new_temp .comment_area_photoType .text .text_fukidashi_blue:after{
  top: 50px;
  left: -54px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #41719c;
}
.spLayout #new_temp .comment_area_photoType .text .text_fukidashi_orange{
	border-radius: 30px;
  border: solid 2px #ed7f35;
	padding: 30px 34px;
	margin: 0 30px 50px 0 !important;	
}
.spLayout #new_temp .comment_area_photoType .text .text_fukidashi_orange:before{
  top: 50px;
  right: -50px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #fdf2ea;
}
.spLayout #new_temp .comment_area_photoType .text .text_fukidashi_orange:after{
  top: 50px;
  right: -54px;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 32px solid #ed7f35;
}
.spLayout #new_temp .others_comment{
	margin-left: 0 !important;
	margin-top: 0 !important;	
	margin-bottom: 50px !important;
}

/* 20231211 画像＋テキスト（回り込み無し）レイアウト ------*/
#new_temp .img_text_flex{
	display: flex;
	column-gap: 20px;
}
#new_temp .img_text_flex p{
	margin-bottom: 0 !important;
}
.spLayout #new_temp .img_text_flex{
	flex-direction: column;
}
.spLayout #new_temp .img_text_flex span{
	padding: 0 !important;
}

/* 20241127 youtube動画まわり ------*/
#new_temp .youtube_full_2{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
#new_temp .youtube_full_2 iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
