#jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form input[type="button"] {
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: inherit;
}

#jimoto .c_border_box .harapeko form button span, #jimoto .c_border_box .harapeko form input[type="submit"] span, #jimoto .c_border_box .harapeko form input[type="button"] span {
  font-family: inherit;
}

#jimoto .c_border_box .harapeko form button::before, #jimoto .c_border_box .harapeko form input[type="submit"]::before, #jimoto .c_border_box .harapeko form input[type="button"]::before {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-right: 10px;
}

#jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form input[type="button"] {
  justify-content: space-between;
  background: #555555;
  padding: 20px 16px;
  border-radius: 4px;
  font-size: 18px;
}

html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form html[c-data-font-size="normal"] button, html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form html[c-data-font-size="normal"] input[type="submit"], html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form input[type="button"], #jimoto .c_border_box .harapeko form html[c-data-font-size="normal"] input[type="button"] {
  font-size: 20px;
}

html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form html[c-data-font-size="large"] button, html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form html[c-data-font-size="large"] input[type="submit"], html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form input[type="button"], #jimoto .c_border_box .harapeko form html[c-data-font-size="large"] input[type="button"] {
  font-size: 22px;
}

#jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form input[type="button"] {
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: inherit;
}

#jimoto .c_border_box .harapeko form button span, #jimoto .c_border_box .harapeko form input[type="submit"] span, #jimoto .c_border_box .harapeko form input[type="button"] span {
  font-family: inherit;
}

#jimoto .c_border_box .harapeko form button::before, #jimoto .c_border_box .harapeko form input[type="submit"]::before, #jimoto .c_border_box .harapeko form input[type="button"]::before {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-right: 10px;
}

#jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form input[type="button"] {
  justify-content: space-between;
  background: #555555;
  padding: 20px 16px;
  border-radius: 4px;
  font-size: 18px;
}

html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form html[c-data-font-size="normal"] button, html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form html[c-data-font-size="normal"] input[type="submit"], html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form input[type="button"], #jimoto .c_border_box .harapeko form html[c-data-font-size="normal"] input[type="button"] {
  font-size: 20px;
}

html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form html[c-data-font-size="large"] button, html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form html[c-data-font-size="large"] input[type="submit"], html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form input[type="button"], #jimoto .c_border_box .harapeko form html[c-data-font-size="large"] input[type="button"] {
  font-size: 22px;
}

.c_harapeko_menu {
  width: 600px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}

.c_harapeko_menu li {
  flex-grow: 1;
  height: 40px;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background: #999999;
}

html[c-data-font-size="normal"] .c_harapeko_menu li {
  font-size: 18px;
}

html[c-data-font-size="large"] .c_harapeko_menu li {
  font-size: 20px;
}

.c_harapeko_menu li.active {
  background: #87c040;
}

.c_harapeko_menu li.active + li::after {
  border-left: 30px solid #87c040;
}

.c_harapeko_menu li + li::before, .c_harapeko_menu li + li::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  border-right: none;
}

.c_harapeko_menu li + li::before {
  left: 0;
  border-top: 40px solid transparent;
  border-left: 30px solid #ffffff;
  border-bottom: 40px solid transparent;
  transform: translate(-50%, -50%);
}

.c_harapeko_menu li + li::after {
  left: -5px;
  border-top: 40px solid transparent;
  border-left: 30px solid #999999;
  border-bottom: 40px solid transparent;
  transform: translate(-50%, -50%);
}

.c_harapeko_menu li svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  fill: #ffffff;
}

.setion_out h2 {
  font-size: 20px;
  line-height: 1.5;
}

html[c-data-font-size="normal"] .setion_out h2 {
  font-size: 22px;
}

html[c-data-font-size="large"] .setion_out h2 {
  font-size: 24px;
}

.setion_out .c_btn_prev {
  width: 250px;
  margin: auto;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c_harapeko_menu {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .c_harapeko_menu li.active + li::after {
    border-left: 20px solid #87c040;
  }
  .c_harapeko_menu li + li::before {
    border-left: 20px solid #ffffff;
  }
  .c_harapeko_menu li + li::after {
    border-left: 20px solid #999999;
  }
  .c_harapeko_menu li svg {
    width: 20px;
    height: 20px;
  }
}

/*=====<=====<=====<=====<=====<=====<=====
  pc
=====>=====>=====>=====>=====>=====>=====*/
#jimoto .ajax-loader {
  display: none;
}

#jimoto .c_border_box {
  padding: 25px 0 60px;
}

#jimoto .c_border_box header {
  padding-bottom: 25px;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 25px;
}

#jimoto .c_border_box header h2 {
  font-size: 24px;
  text-align: left;
}

html[c-data-font-size="normal"] #jimoto .c_border_box header h2 {
  font-size: 26px;
}

html[c-data-font-size="large"] #jimoto .c_border_box header h2 {
  font-size: 28px;
}

#jimoto .c_border_box .harapeko > p {
  font-size: 16px;
  text-align: left;
}

html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko > p {
  font-size: 18px;
}

html[c-data-font-size="large"] #jimoto .c_border_box .harapeko > p {
  font-size: 20px;
}

#jimoto .c_border_box .harapeko > p + p {
  margin-top: 0;
}

#jimoto .c_border_box .harapeko form {
  width: 600px;
  margin: auto;
}

#jimoto .c_border_box .harapeko form dl {
  align-items: flex-start;
}

#jimoto .c_border_box .harapeko form dl + dl {
  margin-top: 30px;
}

#jimoto .c_border_box .harapeko form dl dt {
  width: 80px;
  padding: 5px 0;
  font-size: 16px;
}

html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form dl dt {
  font-size: 18px;
}

html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form dl dt {
  font-size: 20px;
}

#jimoto .c_border_box .harapeko form dl dd {
  flex-grow: 1;
}

#jimoto .c_border_box .harapeko form dl dd input[type="text"], #jimoto .c_border_box .harapeko form dl dd input[type="tel"], #jimoto .c_border_box .harapeko form dl dd input[type="email"], #jimoto .c_border_box .harapeko form dl dd textarea {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #8c8c8c;
  padding: .5em;
}

#jimoto .c_border_box .harapeko form dl dd input[type="text"]::placeholder, #jimoto .c_border_box .harapeko form dl dd input[type="tel"]::placeholder, #jimoto .c_border_box .harapeko form dl dd input[type="email"]::placeholder, #jimoto .c_border_box .harapeko form dl dd textarea::placeholder {
  color: #8c8c8c;
}

#jimoto .c_border_box .harapeko form dl dd input[type="text"]:-ms-input-placeholder, #jimoto .c_border_box .harapeko form dl dd input[type="tel"]:-ms-input-placeholder, #jimoto .c_border_box .harapeko form dl dd input[type="email"]:-ms-input-placeholder, #jimoto .c_border_box .harapeko form dl dd textarea:-ms-input-placeholder {
  color: #8c8c8c;
}

#jimoto .c_border_box .harapeko form dl dd input[type="text"]::-ms-input-placeholder, #jimoto .c_border_box .harapeko form dl dd input[type="tel"]::-ms-input-placeholder, #jimoto .c_border_box .harapeko form dl dd input[type="email"]::-ms-input-placeholder, #jimoto .c_border_box .harapeko form dl dd textarea::-ms-input-placeholder {
  color: #8c8c8c;
}

#jimoto .c_border_box .harapeko form dl dd textarea {
  height: 260px;
  resize: none;
}

#jimoto .c_border_box .harapeko form button, #jimoto .c_border_box .harapeko form input[type="submit"], #jimoto .c_border_box .harapeko form input[type="button"] {
  justify-content: space-around;
  width: 250px;
  margin: auto;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  padding: 17px 20px;
  border-radius: 0;
}

html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form button, html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form input[type="submit"], html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko form input[type="button"] {
  font-size: 18px;
}

html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form button, html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form input[type="submit"], html[c-data-font-size="large"] #jimoto .c_border_box .harapeko form input[type="button"] {
  font-size: 20px;
}

#jimoto .c_border_box .btn_list {
  margin-top: 30px;
}

#jimoto .c_border_box .btn_list a, #jimoto .c_border_box .btn_list button {
  width: 250px;
  margin: 0;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 0;
}

html[c-data-font-size="normal"] #jimoto .c_border_box .btn_list a, html[c-data-font-size="normal"] #jimoto .c_border_box .btn_list button {
  font-size: 18px;
}

html[c-data-font-size="large"] #jimoto .c_border_box .btn_list a, html[c-data-font-size="large"] #jimoto .c_border_box .btn_list button {
  font-size: 20px;
}

/*=====<=====<=====<=====<=====<=====<=====
  pc
=====>=====>=====>=====>=====>=====>=====*/
#jimoto #sec01
{
    padding-top: 20px;
    padding-bottom: 25px;
}

#jimoto #sec01 .c_icon
{
    width: 18px;
    height: 18px;
}

#jimoto #sec01 .inner .c_subheader2 h2,
#jimoto #sec01 .inner .c_subheader2 h3
{
    font-size: 16px; 

    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: center;
    align-items: center;
}

#jimoto #sec01 .inner .c_subheader2 strong
{
    font-weight: bold;
}

html[c-data-font-size='normal'] #jimoto #sec01 .inner .c_subheader2 h2,
html[c-data-font-size='normal'] #jimoto #sec01 .inner .c_subheader2 h3
{
    font-size: 18px;
}

html[c-data-font-size='large'] #jimoto #sec01 .inner .c_subheader2 h2,
html[c-data-font-size='large'] #jimoto #sec01 .inner .c_subheader2 h3
{
    font-size: 20px;
}

#jimoto #sec01 .inner .c_subheader2 h2 svg,
#jimoto #sec01 .inner .c_subheader2 h3 svg
{
    margin-right: 10px;
}

#jimoto #sec01 .inner figure figcaption
{
    font-size: 12px; 

    margin-top: 5px;
}

#jimoto #sec01 .inner .post_data .sns
{
    top: 0;
    right: 0;
}

#jimoto #sec01 .inner .post_data .sns a
{
    display: block;
}

#jimoto #sec01 .inner .post_data .sns figure
{
    width: 23px;
}

#jimoto #sec01 .inner .post_data .sns figure img
{
    width: 100%;
    height: auto;
}

#jimoto #sec01 .inner .post_data header
{
    margin-bottom: 23px; 
    padding-bottom: 20px;

    border-bottom: 1px solid #8c8c8c;
}

#jimoto #sec01 .inner .post_data header p
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    margin-bottom: 10px; 

    justify-content: flex-start;
    align-items: center;
}

#jimoto #sec01 .inner .post_data header p time
{
    font-size: 12px;
}

html[c-data-font-size='normal'] #jimoto #sec01 .inner .post_data header p time
{
    font-size: 14px;
}

html[c-data-font-size='large'] #jimoto #sec01 .inner .post_data header p time
{
    font-size: 16px;
}

#jimoto #sec01 .inner .post_data header h2
{
    font-size: 24px;
    line-height: 1.3; 

    text-align: left;
}

html[c-data-font-size='normal'] #jimoto #sec01 .inner .post_data header h2
{
    font-size: 26px;
}

html[c-data-font-size='large'] #jimoto #sec01 .inner .post_data header h2
{
    font-size: 28px;
}

#jimoto #sec01 .inner .post_data .content
{
    margin-bottom: 50px;
}

#jimoto #sec01 .inner .post_data .content .content_thumbnail
{
    float: left;

    width: 300px;
    margin-right: 25px;
    padding-bottom: 25px;
}

#jimoto #sec01 .inner .post_data .content .image_list
{
    clear: both;

    padding-top: 30px; 

    justify-content: flex-start;
    align-items: stretch;
}

#jimoto #sec01 .inner .post_data .content .image_list figure
{
    width: 200px;
    margin-top: 20px;
    margin-left: 16px;
}

#jimoto #sec01 .inner .post_data .content .image_list figure:nth-of-type(4n+1)
{
    margin-left: 0;
}

#jimoto #sec01 .inner .sub_post_photo
{
    margin-bottom: 50px;
}

#jimoto #sec01 .inner .sub_post_photo .sub_post_list
{
    justify-content: flex-start;
    align-items: stretch;
}

#jimoto #sec01 .inner .sub_post_photo .sub_post_list .box
{
    width: 200px;
}

#jimoto #sec01 .inner .sub_post_photo .sub_post_list .box + .box
{
    margin-left: 16px;
}

#jimoto #sec01 .inner .sub_post_photo .sub_post_list .box header
{
    margin-top: 5px;
}

#jimoto #sec01 .inner .sub_post_photo .sub_post_list .box header p
{
    font-size: 12px; 

    color: #555;
}

html[c-data-font-size='normal'] #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box header p
{
    font-size: 14px;
}

html[c-data-font-size='large'] #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box header p
{
    font-size: 16px;
}

#jimoto #sec01 .inner .sub_post_photo .sub_post_list .box header h3
{
    font-size: 15px;
    line-height: 1.3; 

    text-align: left;
}

html[c-data-font-size='normal'] #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box header h3
{
    font-size: 17px;
}

html[c-data-font-size='large'] #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box header h3
{
    font-size: 19px;
}

#jimoto #sec01 .inner .sub_post_data .c_subheader2
{
    margin-bottom: 5px;
}

#jimoto #sec01 .inner .sub_post_data .sub_post_list li + li
{
    border-top: 1px solid #eee;
}

#jimoto #sec01 .inner .sub_post_data .sub_post_list li a
{
    font-size: 15px;
    font-weight: bold;

    position: relative;

    display: block;
    display: block;

    padding: 5px 0;
}

html[c-data-font-size='normal'] #jimoto #sec01 .inner .sub_post_data .sub_post_list li a
{
    font-size: 17px;
}

html[c-data-font-size='large'] #jimoto #sec01 .inner .sub_post_data .sub_post_list li a
{
    font-size: 19px;
}

#jimoto #sec01 .inner .sub_post_data .sub_post_list li a span
{
    font-size: 12px; 

    display: inline-block;

    margin-left: 1.8em;

    color: #555;
}

html[c-data-font-size='normal'] #jimoto #sec01 .inner .sub_post_data .sub_post_list li a span
{
    font-size: 14px;
}

html[c-data-font-size='large'] #jimoto #sec01 .inner .sub_post_data .sub_post_list li a span
{
    font-size: 16px;
}

#jimoto #sec01 .inner .sub_post_data .sub_post_list li a::before
{
    position: absolute;
    top: 50%;
    right: 15px;

    display: inline-block;

    width: .6em;
    height: .6em;

    content: '';
    transform: translateY(-50%) rotate(45deg);

    border-top: 2px solid #222;
    border-right: 2px solid #222;
}

#jimoto #sec01
{
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01
    {
        padding-bottom: 0;
    }
    #jimoto #sec01 .inner
    {
        width: 100%;
    }
}

#jimoto #sec01 .c_icon
{
    width: 18px;
    height: 18px;
}

#jimoto #sec01 .papers_box_2,
#jimoto #sec01 #papers_list
{
    margin-top: 50px;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01 .papers_box_2,
    #jimoto #sec01 #papers_list
    {
        margin-top: 30px;
    }
}

#jimoto #sec01 .papers_box_2 .c_subheader2 h2,
#jimoto #sec01 #papers_list .c_subheader2 h2
{
    font-size: 16px; 

    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: center;
    align-items: center;
}

html[c-data-font-size='normal'] #jimoto #sec01 .papers_box_2 .c_subheader2 h2,
html[c-data-font-size='normal']
#jimoto #sec01 #papers_list .c_subheader2 h2
{
    font-size: 18px;
}

html[c-data-font-size='large'] #jimoto #sec01 .papers_box_2 .c_subheader2 h2,
html[c-data-font-size='large']
#jimoto #sec01 #papers_list .c_subheader2 h2
{
    font-size: 20px;
}

#jimoto #sec01 .papers_box_2 .c_subheader2 h2 svg,
#jimoto #sec01 #papers_list .c_subheader2 h2 svg
{
    margin-right: .5em;
}

#jimoto #sec01 .papers_box_1 header
{
    margin-bottom: 30px; 

    border-bottom: 1px solid #8c8c8c;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01 .papers_box_1 header
    {
        margin-bottom: 20px;
    }
}

#jimoto #sec01 .papers_box_1 header h2
{
    font-size: 24px;
    line-height: 1; 

    padding: 1em 0;

    text-align: left;
}

html[c-data-font-size='normal'] #jimoto #sec01 .papers_box_1 header h2
{
    font-size: 26px;
}

html[c-data-font-size='large'] #jimoto #sec01 .papers_box_1 header h2
{
    font-size: 28px;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01 .papers_box_1 header h2
    {
        font-size: 20px; 

        text-align: center;
    }
    html[c-data-font-size='normal'] #jimoto #sec01 .papers_box_1 header h2
    {
        font-size: 22px;
    }
    html[c-data-font-size='large'] #jimoto #sec01 .papers_box_1 header h2
    {
        font-size: 24px;
    }
}

#jimoto #sec01 .papers_box_1 .c_df
{
    align-items: flex-start;
}

#jimoto #sec01 .papers_box_1 .c_df figure
{
    width: 345px;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01 .papers_box_1 .c_df figure
    {
        width: 100%;
    }
}

#jimoto #sec01 .papers_box_1 .c_df figure img
{
    border: 1px solid #8c8c8c;
}

#jimoto #sec01 .papers_box_1 .c_df .papers_list
{
    min-width: 505px;

    flex-grow: 1;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01 .papers_box_1 .c_df .papers_list
    {
        width: 100%;
        min-width: 0;
        margin-top: 10px;
    }
}

#jimoto #sec01 .papers_box_1 .c_df .papers_list .list
{
    margin-bottom: 5px;
}

#jimoto #sec01 .papers_box_1 .c_df .papers_list .list li + li
{
    border-top: 2px dotted #b3b3b3;
}

#jimoto #sec01 .papers_box_1 .c_df .papers_list .list li a
{
    font-size: 15px;
    font-weight: bold;
    line-height: 2.5; 

    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    padding: 0 1em 0 .6em;

    justify-content: space-between;
    align-items: center;
}

html[c-data-font-size='normal'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .list li a
{
    font-size: 17px;
}

html[c-data-font-size='large'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .list li a
{
    font-size: 19px;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01 .papers_box_1 .c_df .papers_list .list li a
    {
        font-size: 14px; 

        padding: 0 1em 0 0;
    }
    html[c-data-font-size='normal'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .list li a
    {
        font-size: 16px;
    }
    html[c-data-font-size='large'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .list li a
    {
        font-size: 18px;
    }
}

#jimoto #sec01 .papers_box_1 .c_df .papers_list .list li a::after
{
    display: block;

    width: .6em;
    height: .6em;

    content: '';
    transform: rotate(45deg); 

    border-top: 2px solid #3e3e3e;
    border-right: 2px solid #3e3e3e;
}

#jimoto #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg
{
    font-size: 16px;
    line-height: 1.2; 

    padding: 15px 0;

    align-items: flex-end;
}

html[c-data-font-size='normal'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg
{
    font-size: 18px;
}

html[c-data-font-size='large'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg
{
    font-size: 20px;
}

#jimoto #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg span
{
    font-size: 12px;
    line-height: 1.2;
}

html[c-data-font-size='normal'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg span
{
    font-size: 14px;
}

html[c-data-font-size='large'] #jimoto #sec01 .papers_box_1 .c_df .papers_list .c_btn_svg span
{
    font-size: 16px;
}

#jimoto #sec01 .papers_box_2 .c_df
{
    flex-direction: row-reverse;

    justify-content: flex-start;
}

#jimoto #sec01 .papers_box_3 .c_df
{

    justify-content: flex-start;
}

#jimoto #sec01 .papers_box_2 .c_df a
{
    display: block;

    width: 160px;
    margin-right: 10px;
}

#jimoto #sec01 .papers_box_2 .c_df a:nth-of-type(5n+1)
{
    margin-right: 0;
}

#jimoto #sec01 .papers_box_2 .c_df a:nth-of-type(n+6)
{
    margin-top: 50px;
}

@media screen and (max-width: 1024px)
{
    #jimoto #sec01 .papers_box_2 .c_df a
    {
        width: 49%;
        margin-right: 2%;
    }
    #jimoto #sec01 .papers_box_2 .c_df a:nth-of-type(5n+1)
    {
        margin-right: 2%;
    }
    #jimoto #sec01 .papers_box_2 .c_df a:nth-of-type(2n+1)
    {
        margin-right: 0;
    }
    #jimoto #sec01 .papers_box_2 .c_df a:nth-of-type(n+3)
    {
        margin-top: 30px;
    }
}

#jimoto #sec01 .papers_box_2 .c_df a figure img
{
    border: 1px solid #8c8c8c;
}

#jimoto #sec01 .papers_box_2 .c_df a figure figcaption
{
    font-size: 14px; 

    margin-top: 5px;
}

#jimoto #sec01 .papers_box_2 .c_df a figure figcaption span
{
    font-size: 12px;
}


@media screen and (max-width: 1024px)
{
    /*=====<=====<=====<=====<=====<=====<=====
    sp
  =====>=====>=====>=====>=====>=====>=====*/
    #jimoto #sec01
    {
        padding: 15px 0;
    }
    #jimoto #sec01 .inner .post_data .sns
    {
        margin-bottom: 10px; 

        justify-content: flex-start;
    }
    #jimoto #sec01 .inner .post_data header
    {
        margin-bottom: 15px; 
        padding-bottom: 15px;
    }
    #jimoto #sec01 .inner .post_data header h2
    {
        font-size: 20px;
    }
    html[c-data-font-size='normal'] #jimoto #sec01 .inner .post_data header h2
    {
        font-size: 22px;
    }
    html[c-data-font-size='large'] #jimoto #sec01 .inner .post_data header h2
    {
        font-size: 24px;
    }
    #jimoto #sec01 .inner .post_data .content
    {
        margin-bottom: 15px;
    }
    #jimoto #sec01 .inner .post_data .content .content_thumbnail
    {
        float: none;

        width: 100%;
        padding-bottom: 15px;
    }
    #jimoto #sec01 .inner .post_data .content .image_list
    {
        padding-top: 15px;
    }
    #jimoto #sec01 .inner .post_data .content .image_list figure
    {
        width: 49%;
        margin-top: 15px;
        margin-left: 2%;
    }
    #jimoto #sec01 .inner .post_data .content .image_list figure:nth-of-type(2n+1)
    {
        margin-left: 0;
    }
    #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box
    {
        width: 49%;
    }
    #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box.box
    {
        margin-left: 2%;
    }
    #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box:nth-of-type(2n+1)
    {
        margin-left: 0;
    }
    #jimoto #sec01 .inner .sub_post_photo .sub_post_list .box:nth-of-type(n+3)
    {
        margin-top: 5%;
    }
    #jimoto #sec01 .inner .sub_post_data .sub_post_list li a
    {
        display: -webkit-flex;
        display:     -ms-flex;
        display:         flex;
        flex-direction: column;

        padding: 5px 20px 5px 0; 

        justify-content: flex-start;
        align-items: flex-start;
    }
    #jimoto #sec01 .inner .sub_post_data .sub_post_list li a span
    {
        margin-left: 0; 

        order: -1;
    }
    #jimoto #sec01 .inner .sub_post_data .sub_post_list li a::before
    {
        right: 10px;
    }
}


@media screen and (max-width: 768px) {
  /*=====<=====<=====<=====<=====<=====<=====
    sp
  =====>=====>=====>=====>=====>=====>=====*/
  #jimoto .c_border_box {
    padding: 20px 0 0;
  }
  #jimoto .c_border_box .inner {
    width: 100%;
  }
  #jimoto .c_border_box header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #jimoto .c_border_box header h2 {
    font-size: 20px;
    text-align: center;
  }
  html[c-data-font-size="normal"] #jimoto .c_border_box header h2 {
    font-size: 22px;
  }
  html[c-data-font-size="large"] #jimoto .c_border_box header h2 {
    font-size: 24px;
  }
  #jimoto .c_border_box .harapeko > p {
    font-size: 14px;
    text-align: left;
  }
  html[c-data-font-size="normal"] #jimoto .c_border_box .harapeko > p {
    font-size: 16px;
  }
  html[c-data-font-size="large"] #jimoto .c_border_box .harapeko > p {
    font-size: 18px;
  }
  #jimoto .c_border_box .harapeko > p br {
    display: none;
  }
  #jimoto .c_border_box .harapeko > p + p {
    margin-top: 0;
  }
  #jimoto .c_border_box .harapeko form {
    width: 100%;
  }
  #jimoto .c_border_box .harapeko form dl + dl {
    margin-top: 20px;
  }
  #jimoto .c_border_box .harapeko form dl dt {
    width: 100%;
    padding: 0 0 5px;
  }
  #jimoto .c_border_box .harapeko form dl dd {
    width: 100%;
  }
  #jimoto .c_border_box .harapeko form dl dd textarea {
    height: 200px;
  }
  #jimoto .c_border_box .harapeko form button {
    width: 100%;
    margin-top: 20px;
  }
}
.addtoany_list
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: right;
    align-items: right;
}