/* PC・スマホ共通 */
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic"," Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 14px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
/*white-space: nowrap;*/
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}
/*****トップページ****/
body.topboddy{
background-color:#AE3838;
min-height:600px;
}
/***背景****/
body.topboddy .mainall:before{
       position:fixed;
       top:0;
       left:0;
       width:100%;
       height:100vh;
       background:url("img/assyuku02.jpg") no-repeat;
       -webkit-background-size:contain;
       background-size:cover;
       content:"";
z-index: -1;/*背景画像になるように重ね順を-1*/
    }

.logo01{
width:303px;
height:auto;
margin: 0 auto;
}
.form01 {
    width: 540px;
    height: 500px;
    background: #fff;
    margin: 80px auto 0 auto;
}
.form01top {
    background: #FFFBE6;
    text-align: center;
}
.form01 h2{
text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color:#AE3838;
}
.mainall{
width:1400px;
margin:0 auto 0 auto;
background-color:#F7F7F7;
}
.container2 {
  display: flex;
  height: 100vh;
}
.sidebar,
.main {
  max-height: 100vh;
padding: 80px 10px 10px 10px;
    font-size: 0.9em;
}
.sidebar a{
text-decoration: none;
color:#000;
}

.sideside{
width:45px;
}


.sidebar {
  overflow:auto;
  width:235px;
  background: #fff;
}
::-webkit-scrollbar {
  width: 10px; /*右のスクロールバーの幅*/
  height: 10px; /*下のスクロールバーの幅*/
}
::-webkit-scrollbar-track {
  background: #ddd;
}
::-webkit-scrollbar-thumb {
  background: #727272;
}
.main {
  overflow: auto;
  flex: 2;
  background: #F7F7F7;
}

.box {
  height: 150vh;
}
/**ヘッダー*****/
.header {
    background: #F6F6F6;
    display: flex;
    top: 0;
    height: 50px;
    padding: 5px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
border-bottom: 5px solid #ddd;
    z-index: 999;
}
.nav_menu {
  display: flex;
  padding: 5px;
font-size: 14px;
}

.nav_menu_item {
  margin-left: 20px;
}
.header_in {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.header_in h1 {
    width: 186px;
    float: left;
}
.nav_menu input[type="submit"] {
    background: #d80910;
    color: #fff;
    border: none;
    padding: 3px 8px;
    border-radius: 8px;
}
li.nav_menu_item.logout01 img {
    width: 30px;
    height: auto;
vertical-align: middle;
}
li.nav_menu_item.logout01 span {
    font-size: 12px;
}
li.nav_menu_item.logout01 a {
    text-decoration: none;
    color: #000;
}
/****横並び****/
.storybox {
    width: 250px;
    height: 545px;
    margin: 0px;
    border: 1px solid;
    background: #fff2e1;
    position: relative;
}
.storybox h2{
font-size: 1.0em;
    font-weight: bold;
    padding: 4px 2px;
}
.storybox h2 a{
    color: #0067fb;
}
.review_star {
    position: absolute;
    top: 0;
    right: 3px;
    color: #f5df08;
    font-size: 14px;
}
.storybox .category {
    border-bottom: 1px solid #ccc;
    display: block;
background: #ae3838;
    color: #fff;
    padding: 0 6px;
}

.storybox h2 {
    font-size: 16px;
    margin: 4px;
    overflow: hidden;
}
.storybox .instaname {
    display: block;
    height: 18px;
    font-size: 14px;
    margin: 4px;
    overflow: hidden;
    margin-top: -4px;
}
.storybox .icon {
    position: absolute;
    right: 0;
    top: 70px;
}
.storybox .icon img, .icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #eee;
}
.storybox .storybox-img {
    width: 240px;
    height: 434px;
    margin: 0 auto;
}
.storybox .idchangebtn {
    text-align: center;
}
/***横並び***/
.flex__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*追加*/
.flex__wrap::after {
  content: "";
  width: 23.5%;
}

.flex__item {
  display: block;
  width: 23.5%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
input.btn.idgochange{
width: 240px;
    background: #2c2c2c;
    color: #fff;
    padding: 5px 0;
    border-radius: 7px;
}
/***サイドバー****/
.side01 {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.side02 {
    display: block;
    padding: 6px 0;
    border-bottom: 1px dotted #616161;
}
.side04 {
    display: block;
    padding: 6px 0;
    border-bottom: 1px dotted #616161;
}
.side02 img{
width: 33px;
    height: auto;
    vertical-align: middle;
    padding-right: 5px;
}
.side03 {
    margin-top: 40px;
    font-size: 1.1em;
    font-weight: bold;
}
.side03 img{
width: 33px;
    height: auto;
    vertical-align: middle;
    padding-right: 5px;
}
.category_count {
    background: #0000ff;
    padding: 0 10px;
    margin: 10px;
    border-radius: 10px;
    color: #fff;
}
.side_btn01 a {
    display: block;
    background: #ff372d;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    margin: 20px auto;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
}
.side_btn01.btngreen,.side_btn01.btnye{
    background:#228f05;
    margin-bottom:30px;
    color:#fff;
    display: block;
    /*background: #ff372d;*/
    color: #fff;
    padding: 6px 0;
    text-align: center;
    margin: 20px auto;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
}

.side_btn01.btnye{
    background:#ffcb17;
    color:#000;
}

.side_btn01.btngreen img,.side_btn01.btnye img{
    vertical-align: middle;
    padding-right: 5px;
}
span.ye{
color:#f5df08;
}
.id_kensaku input[type="submit"],.id_kensaku button{
    background: #d80910;
    color: #fff;
    border: none;
    padding: 3px 8px;
    border-radius: 8px;
margin-top:10px;
}
.id_kensaku {
    margin-top: 50px;
}
.sideside {
    background: #424242;
    width: 34px;
    padding: 0 6px;
}
.onoff {
    margin-top: 80px;
}
.sideb01 a {
    color: #0067fb;
    font-weight: bold;
    font-size: 1.1em;
}
.calender01 {
    margin: 20px auto 20px auto;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}


.sideb01.bordershita {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/******/
.narabiwaku01 {
    background: #e9e9e9;
    border: 1px solid #acacac;
    /*
    padding: 8px 4px 4px 4px;
    height: 30px;*/
    padding: 8px 4px 8px 4px;
}
.narabiwaku01 span {
    margin-right: 10px;
}
span.dougabtn a {
    background: #012097;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
text-decoration: none;
}
.box.hensyuall02 {
    overflow: hidden;
}
.naka_left {
    width: 78%;
    float: left;
}
.naka_right {
    width: 20%;
    float: right;
}
.naka_waku01 {
    background: #e9e9e9;
    border: 1px solid #acacac;
    line-height: 1.4em;
    padding-left: 4px;
}
.naka_waku02 {
    background: #fff;
    border: 1px solid #acacac;
    margin-top: 10px;
    padding: 8px;
}
.fred{
color:red;
}

/*****
 default
 *****/

/*
*{
    margin:0;
    padding:0;
}

body{
    position:relative;
    background:#fff;
    font-family: 'Poppins', sans-serif;
}
*/
a{
    text-decoration: none;
}

.allfield{
    background:#fff;
    padding-top:60px;
    position:relative;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}


table{
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
    border-collapse: collapse;
    background:#fffbfb;
}

thead{
    background:#ececec;;
}

thead,th,td{
    padding:4px;
    border:1px solid #ccc;
}

h3{
    margin:0 auto;
    text-align:center;
}

#box{
	width:80%;
    background:#f3f7f5;
    margin:0 auto;
    margin-top: 10px;
    padding: 10px;
}
/*
input{
	padding:4px 0;
}
*/

input[ type="number" ] {
	width:70px;
}


#dataupdate{
	position:absolute;
	top:10px;
	right:10px;
	padding:10px;
}

.button {
	display: inline-block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:#F1322C;
	border-bottom:4px solid #AD2022;
	border-radius: 4px;
}
.button:hover {
	 cursor: pointer;
	 text-decoration: none;
	 background:#AD2022;
	 transform: translate3d(0, 4px, 0);
	 border-bottom: none;
}

#save_data{
    display:block;
    margin:0 auto;
}

/*ログイン画面*/
/* Form Layout */
.form-wrapper {
    /*background: #fafafa;*/
    margin: 3em auto;
    padding: 0 1em;
    width:60%;
    max-width:400px;
    padding-top:20px;
  }
  
  .form-wrapper h1 {
    text-align: center;
    padding:0;
  }
  
  
  .form-item {
    margin-bottom: 0.75em;
    width: 100%;
  }
  
  .form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    width: 100%;
  }
  
  .form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
  }
  
  .button-panel {
    margin: 2em 0 0;
    width: 100%;
  }
  
  .button-panel .button {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
  }
  
  .button:hover {
    background: #ee3e52;
  }
  
  .form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
  }
  
  .form-footer a {
    color: #8c8c8c;
    text-decoration: none;
    transition: border-color 0.3s;
  }
  
  .form-footer a:hover {
    border-bottom: 1px dotted #8c8c8c;
  }


/* ユーザーindex */
.storyboxall{
  margin:0 auto;
  width:90%;
}

.error{
    color:red;
    font-size:12px;
}
/*
.storybox{
  float:left;
  width:250px;
  height:485px;
  margin:12px;
  border:1px solid;
  background:#ebe8ff;
  position: relative;
}

.storybox h2{
  font-size:16px;
  margin:4px;
  overflow: hidden;
}

.storybox .storybox-img{
  width:220px;
  height:378px;
  margin:0 auto;
} 

.storybox .storybox-entry{
  width:100%;
  height:100%;
}


.storybox .storybox-entry h2{
  padding-top:60%;
  margin:0 auto;
  font-size:20px;
  text-align:center;
  width:100%;
}

.storybox .storybox-entry .btn{
    margin: 0 auto;
    text-align: center;
    width: 90%;
    margin-left:5%;
}

.storybox img{
  width:100%;
}

.storybox .idchangebtn{
  text-align:center;
}

.storybox .idchangebtn .btn{
  padding:2%;
}

.storybox .storybox-idconfig{
    font-size:14px;
    position: relative;
    padding: 2px;
    text-align:left;
    margin:0 auto;
    margin-top: 4px;
    vertical-align:middle;
    width:96%;
    background:#ccc;
}

.storybox .instaidchange{
    display:none;
}
.storybox .storybox-idconfig p{
    margin:4px 0;
}

.storybox .closeidconfig{
    text-align: right;
    position: absolute;
    display: block;
    right: 0;
    top: -1px;
    border: 1px solid;
    background: #151515;
    padding:0 1px;
    color: #ccc;
    cursor:pointer;
}

.entryposton,.storybox{
  border:1px solid;
  background:#f1f1f1;
  border-radius: 10px;
  padding:4px;
}
*/


.storybox-idconfig{
    font-size:14px;
    position: relative;
    padding: 2px;
    text-align:left;
    margin:0 auto;
    margin-top: 4px;
    vertical-align:middle;
    width:96%;
    background:#ccc;
}

.storybox .instaidchange{
    display:none;
}

.storybox .storybox-idconfig p{
    margin:4px 0;
}

.storybox .closeidconfig{
    text-align: right;
    position: absolute;
    display: block;
    right: 0;
    top: -1px;
    border: 1px solid;
    background: #151515;
    padding:0 1px;
    color: #ccc;
    cursor:pointer;
}


.storybox .storybox-idchangestart{
    margin-top:-75px;
}

.storybox .entryinstaid,.storybox .entryinstaname{
  width:100%;
}

.storybox-idconfig .category_select,.favstar .review_select,.storybox-idconfig .review_select{
    display:inline;
}

.storybox .entryinstaname,.new_window .category_select,.new_window .review_select{
    display:none;
}


.storybox .category{
    border-bottom:1px solid #ccc;
    display:block;
}

.storybox .instaname{
    display:block;
    height:16px;
    font-size:14px;
    margin:4px;
    overflow:hidden;
    margin-top:-4px;
}

.storybox .icon{
    position:absolute;
    right:0;
    top:70px;
}

.storybox .icon img,.icon img{
    width:80px;
    height:80px;
    border-radius: 50%;
    border:2px solid #eee;
}

.dayboxs{
    width:60%;
    margin:0 auto;
    margin-top:20px;
    margin-left:20%;
}

.daybox{
    display: block;
    /*
    padding-top: 70px;
    margin-top: -70px;
    */
    padding-bottom:20px;
    border-bottom:2px solid #b2b2b3;
}

.daybox h3{
    text-align:left;
    font-size:1.2em;
    padding-top:20px;
    display:inline-block;
}

.dayimages{
    overflow-x:auto;
    display:flex;
}

.dayimages img{
    width: 180px;
    height: 380px;
    margin: 10px;
    margin-bottom:0;
    max-width:none;
}

.dayimages .ocrtext{
    margin:0 10px;
}

.calender01 a,.calender a,#option_box a{
    color:#0067fb;
}

.calendar {
    width:100%;
    margin-top:30px;
    font-size:0.9em;
    margin-left:0;
    /*
    position:fixed;
    right:20px;
    top:40px;
    */
}

.calendar td{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.calendar tbody td{
    color:#ccc;
}


.dayimages .ocrtext .textdetail{
    display:none;
}

.wideimages{
    width:100%;
    display:table;
    padding-top:6px;
    border-bottom:1px solid #ccc;
}

.wideimages .wideleft{
    display:table-cell;
    width:40%;
}

.favstar{
    display:table-cell;
    vertical-align: top;
    cursor: pointer;
    width:15%;
}

.favstar .favs{
    color:#ffa41c;
}

.wideimages .wideright{
    display:table-cell;
    vertical-align: top;
    padding-left:10px;
}

.wideimages img{
    width:360px;
    height:760px;
}

.calendar {
    text-align:center;
}

.calendar td {
    background:rgb(247, 244, 244,1);
}
.week td {
    background: #e0e0e0;
}

.leftside{
    width:20%;
    overflow:auto;
    margin:10px;
    position:fixed;
}

.leftside h2{
    font-size:14px;
}

.leftside #ocrautocopy{
    margin-top:20px;
}

/*
#detailtextbox{
    position:fixed;
    top:60px;
    right:40px;
    width:15%;
    overflow:auto;
}
*/

.detailtext{
    display:none;
}

.categoryinfo{
    margin:4px;
}

#categories{
    float:left;
}

#categories td,#reviews td{
    border-right:none;
    border-left:none;
}

.top-rightbox{
    margin-left:20px;
    float:left;
}

.description{
    margin-top:10px;
    background:#ccc;
    padding: 10px;
    border-radius: 10px;
} 


#categories .category_info,#reviews .category_info{
    padding-top:4px;
    cursor:pointer;
    list-style: none;
    color:#151515;
}

.side04 .category_info{
    cursor:pointer;
}

#reviews{
    width:140px;
}

.review_select,#reviews .category_info{
    color:#ffa41c;
}

.review_select{
    border:none;
    background:#ebe8ff;
}

#reviews .category_all{
    color:#151515;
}
/*
.review_star{
    position: absolute;
    top: 0;
    right:0;
    color: #ffa41c;
    font-size: 14px;
    right: -10px;
    background: #ebe8ff;
    writing-mode: vertical-rl;   
}
*/

#categories .nowcategory,#reviews .nowcategory{
    color:#e7260d;
    font-weight:bold;
    font-size:120%;
}

.category_count{
    background: #0000ff;
    padding: 0 10px;
    margin: 10px;
    border-radius: 10px;
    color: #fff;
}


.videos a{
    font-size:14px;
    margin-right:4px;
}

/*****/
  /* ---------------------------------------------------
      TABLE
  ----------------------------------------------------- */
    /*
  .card-title,.card-body,.alert {
      font-size: 0.8em;
  }

  table {
      font-size: 0.8em;
  }

  .table-bordered thead td, .table-bordered thead th {
      padding-right: 4px;
      padding-left: 4px;
  }
  table#media-list td {
      padding-right: 4px;
      padding-left: 4px;
  }
  .toukoutable .gray01 {
      background: #f2f2f2;
  }
  a.btn.border.rounded-pill.border-dark {
      font-size: 0.9em;
      padding: 5px;
  }
  .row.mt-2.p-2.border {
      margin: 0px;
  }
    */
  /* ---------------------------------------------------
      FORM
  ----------------------------------------------------- */
  .form-control {
      font-size: 0.8em;
  }
  .input-group-text {
      font-size: 0.8rem;
  }
  .custom-select {
      font-size: 0.8rem;
  }

/* BODY START */
.left-box {
	left:0;
	position:absolute;
	width:20%;
	height:100%;
}
 
.right-box {
	right:0;
	overflow-y:scroll;
	position:absolute;
	width:80%;
	height:100%;
}
/* BODY END */
/* FORM START */
form .error {
  color: #ff0000;
}

/******
search
******/
.searchresult_table{
    white-space:pre-line;
    width:auto;
}

.searchresult_table td{
    vertical-align: top;
}

.search-left{
    width: 20%;
    overflow: auto;
    margin: 10px;
    position: fixed;
}

.search_np{
    display:table;
    margin:0 auto;
}

.search_link{
    display:inline-block;
}

.serch_next{
    background:none;
    padding:4px;
    display:inline-block;
}

.nameicons img{
    width:80px;
    height:80px;
    border-radius:50px;
}
/*
.mw280{
    max-width:280px;
}

.mw280 img{
    width:94%;
    display:block;
    margin:0 auto;
}
*/

#instaid-searchbox{
	/*float:right;*/
	position:relative;
}


#instaid-searchbox button{
    position: absolute;
    right: 0;
    height: 100%;
    width: 30px;
}


.daybox figure{
    margin:0 8px;
}


/****拡大****/
.wideimages {
    width: 100%;
    display: table;
    padding-top: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    }
.favstar {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
    width: 15%;
    padding: 10px;
    background: #e6e6e6;
}
.wideimages .wideleft {
    display: table-cell;
    width: 35%;
}
.wideimages .wideright {
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 20px;
}
.review_select, #reviews .category_info {
    color: #ffa41c;
}
/****検索結果****/
span.kensaku01 {
    margin-right: 30px;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 10px;
}
.search_np {
    display: table;
    margin: 10px auto;
    font-size:1.2em;
}
.search_link {
    display: inline-block;
margin-left: 30px;
}

.kensaku02 {
    margin: 20px 0 20px 0;
    font-size: 1.2em;
}
input.serch_next {
    border: 1px solid #979797;
    border-radius: 6px;
    padding: 3px 8px;
    background: #3d3d3d;
    color: #fff;
    font-weight: bold;
}


.dmain{
    overflow-y:hidden;
}

.d_naka_left{
    max-height:90vh;
    overflow-y:scroll;
    padding-top:50px;
}

.s_main .d_naka_left{
    overflow-y:hidden;
}

/***テーブル****/
.kensaku03 .searchresult_table {
    white-space: pre-line;
    width: auto;
}
.kensaku03 table {
    font-size: 1.0em;
}
.kensaku03 table {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
    background: #fffbfb;
}
.mw280 img {
    width: 85%;
    display: block;
    margin: 0 auto;
}
.searchresult_table td {
    vertical-align: top;
}
.kensaku03 thead, th, td {
    padding: 4px;
    border: 1px solid #ccc;
}
.kensaku03 th {
    background: #ae3838;
    color: #fff;
}
th.th02 {
    width: 10%;
}
/****開閉ボタン****/
button.kaihei {
    width: 40px;
    background: none;
    border: none;
    margin-left: -4px;
    cursor: pointer;
}
.sidebar.on{
display:none;
}
/****画像の拡大****/
.storybox-img{
overflow: visible;
width: 100%;
height: 100%;
overflow:hidden; 
}
.storybox-img img{
display: block;
transition-duration: 0.5s;
}
.storybox-img img:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}
.storybox .icon {
    z-index: 9;
}
.side_btn01.btnye a{
background:#ffcb17;
margin-bottom:30px;
color:#000;
}
.side_btn01.btnye a img{
vertical-align:middle;
padding-right:5px;
}

button.kaihei {
    width: 40px;
    background: none;
    border: none;
    margin-left: -9px;
    cursor: pointer;
}

/*******ヘルプページ*******/
.box.help01 {
    background: #fff;
    padding: 10px;
    font-size: 16px;
    height:auto;
}
.mkj h2 {
    padding: 8px 12px;
    margin: -1px;
    background: #ae3838;
    border: none;
    font-size: 18px;
    text-align: center;
    color: #fff;
    clear: both;
    font-weight: bold;
    font-size: 18px;
}
.help_wrapper ol, .mkj ol {
    list-style: none;
}
.mkj>ol {
    font-weight: 700;
    color: #545454;
    margin: 4px 5%;
}
.help_wrapper ol, .help_wrapper ul {
    padding: 0 0 0 0;
}
.mkj li {
    font-size: .9em;
    color: #333;
    padding: 0;
}
.mkj a {
    color: #545454;
    padding: 8px 0;
    display: block;
}
.mkj {
    background: #fffbf4;
    padding: 0;
    border: solid 2px #ae3838;
    margin-bottom: 2em;
    width: 500px;
margin-top:20px;
}
.title01{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #ff0000;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
font-weight:bold;
margin-bottom:20px;
font-size:20px;
}
.help_naka {
    max-width: 750px;
}
.help_midashi01 {
    margin-bottom: 20px;
}
.help_gazou01 {
    max-width: 550px;
}
.help_waku01 {
    font-size: 18px;
margin-bottom: 80px;
}
.help_gazou01 img {
    border: 1px solid #ddd;
}
.c_red{
color:red;
}
.help_cont01 {
    margin-top: 40px;
}
.mrgtop {

}
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}
.mrgtop {
    margin-top: -80px;
    padding-top: 80px;
}
.title02 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
}


.entry_box{
    margin-bottom:10px;
}