@charset "utf-8";
/*
Theme Name: ifn
Theme URI: https://illustration-free.net/
Description: The original theme for <a href="https://illustration-free.net/">illustration-free.net</a>
Version: 4.5
Author: ifn
*/

@charset "utf-8";




/* For modern browsers */

.cf:before,
.cf:after,
.clrfix:before,
.clrfix:after {
    content: "";
    display: table;
}

.cf:after,
.clrfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf,
.clrfix {
    zoom: 1;
}

/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 15px;
    -webkit-text-size-adjust: none;
}

a {
    color: #000;
    text-decoration: none;
}

a.link1 {
    text-decoration: underline;
}

a:hover {
    color: #e00;
    text-decoration: none;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0px 0px 20px;
}


/* header
---------------------------------------------------- */

#header {
    background: #f1f1f1;
    padding: 20px 90px 20px 30px;
}

#header_a {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
}

#header_a a:hover {
    color: #000;
}

#header_a span {
    font-size: 15px;
    font-weight: 800;
}

#header_b {
    float: right;
    text-align: right;
}

#header_b h1 {
    margin: 0px 0px 10px;
    font-size: 12px;
    line-height: 1.4;
}

#header_b li {
    display: inline-block;
    vertical-align: middle;
}

#header_b li.hbtn2 a {
    display: block;
    width: 150px;
    background: #222;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
}

#header_b li.hbtn2 a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header_b form {
    margin-left: 20px;
}

#searchform input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#searchform #s,
#searchform .btn {
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    display: block;
    float: left;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

#searchform #s {
    border-left: 1px solid #222;
    padding: 0px 5px 0px 15px;
    font-size: 14px;
    border-radius: 30px 0px 0px 30px;
    width: 100px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background: #fff;
}

#searchform #s:focus {
    width: 170px;
}

#searchform .btn {
    background: #222;
    border-radius: 0px 30px 30px 0px;
    width: 45px;
    font-size: 12px;
    border-right: 1px solid #222;
    color: #fff;
}

@media screen and (max-width: 880px) {
    #header {
        padding: 30px 20px;
    }

    #header_a {
        float: none;
        font-size: 36px;
        text-align: center;
    }

    #header_a span {
        font-size: 36px;
    }

    #header_b {
        float: none;
        text-align: center;
    }

    #header_b h1 {
        margin: 20px 0px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    #header {
        padding: 20px;
    }

    #header_a {
        font-size: 34px;
    }

    #header_a span {
        font-size: 15px;
        display: block;
        margin-top: 15px;
    }

    #header_b h1 {
        margin: 15px 0px;
        font-size: 11px;
    }

    #header_b form {
        margin-left: 10px;
    }

    #searchform #s:focus {
        width: 100px;
    }
}

@media screen and (max-width: 320px) {
    #header_b form {
        margin-left: 8px;
    }

    #header_b li.hbtn2 a {
        width: 120px;
    }

    #searchform #s {
        width: 80px;
    }
}

/* drawer
---------------------------------------------------- */

header {
    display: block;
    z-index: 1000;
    position: relative;
}

.drawer-hamburger {
    padding-top: 27px;
    padding-right: 1.45rem;
}

.drawer-hamburger .txt {
    margin-top: 17px;
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-left: -3px;
}

.drawer-menu .li1 {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
}

.drawer-menu a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px 15px 15px;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
    font-size: 15px;
}

.drawer-menu a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
    .drawer-hamburger {
        padding-top: 12px;
        padding-right: .75rem;
    }
}

/* history
---------------------------------------------------- */

#history {
    margin: 0px 30px;
    font-size: 12px;
    line-height: 1.8;
}

.ads1 {
    padding: 30px 30px 40px;
    text-align: center;
}

/* index_post
---------------------------------------------------- */

#related-list {
    width: 35%;
    float: right;
}

#related-list ul {
    border-left: 1px solid #e7e7e7;
}

#related-list li {
    display: block;
    text-align: center;
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

#related-list li a {
    display: block;
    padding: 20px 5px;
}

#related-list li a img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1180px) {
    #related-list li {
        width: 25%;
    }
}

@media screen and (max-width: 960px) {
    #related-list li {
        width: 33.333%;
    }
}

@media screen and (max-width: 768px) {
    #related-list {
        border-top: 1px solid #e7e7e7;
        width: auto;
        float: none;
    }

    #related-list li {
        width: 14.28%;
    }

    #related-list li a {
        padding: 15px 5px;
    }
}

@media screen and (max-width: 480px) {
    #related-list li {
        width: 20%;
    }
}



#index_post ul {
    border-top: 1px solid #e7e7e7;
}

#index_post li {
    display: block;
    text-align: center;
    float: left;
    width: 10%;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

#index_post li a {
    display: block;
    padding: 20px 5px;
}

#index_post li a img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

#index_post li p {
    font-size: 11px;
    margin: 2px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #index_post li {
        width: 20%;
    }
}

@media screen and (max-width: 480px) {
    #index_post li {
        width: 25%;
    }
}

/* single_bx
---------------------------------------------------- */

#wrapper {
    border-top: 1px solid #e7e7e7;
}

#single_bx {
    width: 65%;
    float: left;
    box-sizing: border-box;
    padding: 0px 30px 10px;
}

#cat_bx {
    margin: 20px 0px;
}

#cat_bx p {
    float: left;
    line-height: 1.2;
    margin: 4px 5px 0px 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#cat_bx ul + p {
    margin-left: 5px;
}

#cat_bx ul {
    float: left;
}

#cat_bx li {
    display: block;
    margin: 0px 10px 0px 0px;
    float: left;
}

#cat_bx a {
    display: block;
    border-radius: 50px;
    border: 1px solid #222;
    line-height: 1;
    font-size: 13px;
    padding: 6px 12px;
}

#cat_bx a:hover {
    background: #f1f1f1;
    color: #222;
}

@media screen and (max-width: 768px) {

    #single_bx #cat_bx p,
    #single_bx #cat_bx ul + p {
        float: none;
        margin: 0px;
        padding: 5px 0px;
        clear: both;
    }

    #cat_bx ul {
        float: none;
    }

    #cat_bx li {
        margin: 0px 5px 0px 0px;
    }

    #cat_bx a {
        font-size: 12px;
        padding: 5px 10px;
    }



    #single_bx {
        width: auto;
        float: none;
        box-sizing: border-box;
        padding: 0px 20px 10px;
    }




    #single_bx h2 {
        font-size: 14px;
        margin: 10px;
    }
}




#thumb_size_box1 {
    padding: 120px 0px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    #thumb_size_box1 {
        padding: 50px 0px;
    }
}


#single_bxa_ul {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}

#single_bxa_ul li {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    display: block;
    width: 33.333%;
    float: left;
    box-sizing: border-box;
}

#single_bxa_ul li a,
#single_bxa_ul li .uc{
    display: block;
    padding: 30px 0px;
    text-align: center;
    position: relative;
    line-height: 1.8;
}
#single_bxa_ul li .uc {
    color: #aaa;
}
#single_bxa_ul li a .span1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
}

#single_bxa_ul li .span2 {
    display: block;
}

#single_bxa_ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#single_bxa_ul li a:hover {
    color: #000;
    background: #f1f1f1;
}

@media screen and (max-width: 480px) {
    #single_bxa_ul li {
        width: auto;
        float: none;
    }

    #single_bxa_ul li a,
    #single_bxa_ul li .uc{
        padding: 15px 0px;
    }

    #single_bxa_ul li a .span1,
    #single_bxa_ul li .span2{
        display: inline;
    }
}



#single_bx div.center {
    text-align: center;
}

#single_bx h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px;
}

#single_bx p {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
}

ul.single_ul1 li {
    margin: 30px 0px;
}

ul.single_ul1 li p {
    margin: 0px 0px 0px 120px;
}

ul.single_ul1 li img {
    float: left;
    border: 1px solid #e7e7e7;
}

#single_bx .box1 {
    background: #f1f1f1;
    padding: 30px;
}

#single_bx .box2 {
    border: 3px solid #333;
    padding: 30px;
    font-size: 15px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    ul.single_ul1 li p {
        margin: 0px;
    }

    ul.single_ul1 li img {
        float: right;
        margin: 0px 0px 10px 20px;
    }

    #single_bx .box1 {
        padding: 20px;
    }

    #single_bx .box2 {
        padding: 20px;
    }
}


/* footer
---------------------------------------------------- */

#navi {
    clear: both;
}

#footer {
    background: #000;
}

.yarpp-related + #footer {
    margin: 0px;
}

#footer p {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #222;
    padding: 10px;
    letter-spacing: 5px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

#footer .p1 {
    letter-spacing: 0px;
    font-weight: 400;
}

#footer li {
    display: block;
    float: left;
    width: 20%;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    box-sizing: border-box;
}

#footer a {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    position: relative;
    text-align: center;
}

#footer a:hover {
    background: #111;
}

#footer li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    #footer li {
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    #footer li {
        width: 33.333%;
    }
}

@media screen and (max-width: 480px) {
    #footer li {
        width: 50%;
    }

    #footer a {
        font-size: 13px;
        padding: 15px 0px;
    }

    #footer .p1 {
        font-size: 11px;
    }
}


/* tablenav
---------------------------------------------------- */

.tablenav {
    font-size: 16px;
    line-height: 2.2;
    margin: 10px 0px 40px;
    text-align: center;
}

a.page-numbers,
.tablenav .current {
    color: #000;
    padding: 5px 8px;
    border: solid 1px #aaa;
    text-decoration: none;
}

a.page-numbers:hover,
.tablenav .current {
    color: #fff;
    background: #000;
    border-color: #000;
    font-weight: bold:
}

.tablenav .next,
.tablenav .prev {
    border: none;
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .tablenav {
        font-size: 14px;
        margin: 10px 0px 30px;
    }

    a.page-numbers,
    .tablenav .current {
        display: block;
        float: left;
        width: 12.5%;
        padding: 0px;
        margin: 0px;
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #ddd;
        border-left: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    .tablenav .next,
    .tablenav .prev {
        margin: 0px;
        padding: 0px;
        clear: both;
        width: 100%;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        border: none;
        background-color: #f1f1f1;
        text-decoration: none;
    }
}

/* rule
---------------------------------------------------- */

#rule {
    margin: 0px auto 50px;
    max-width: 953px;
}

#rule h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 50px 0px;
}

#rule h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0px;
    padding: 30px 0px 0px;
    border-top: 1px solid #e7e7e7;
}

#rule p {
    line-height: 2;
    margin-bottom: 30px;
    font-size: 15px;
}

#rule ul {
    line-height: 2;
    margin: 0px 0px 30px 50px;
    list-style: disc outside;
    font-size: 15px;
}

#rule ol {
    line-height: 2;
    margin: 0px 0px 30px 50px;
    list-style: decimal outside;
    font-size: 15px;
}

#rule ol ol {
    list-style: lower-alpha outside;
}


/* trust-form
---------------------------------------------------- */

#tfbox #trust-form {
    margin: 0px;
    padding: 20px 0px 0px;
}

#tfbox #trust-form form {
    width: 75%;
    margin: 0px auto;
    padding: 0px;
}

#tfbox #trust-form table,
#tfbox #trust-form tbody {
    margin: 0px;
    padding: 0px;
}

#tfbox #trust-form table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    width: 100%;
    margin-bottom: 20px;
}

#tfbox #trust-form tbody,
#tfbox #trust-form table tr {
    width: 100%;
    border: none;
}

#tfbox div#trust-form.contact-form table th,
#tfbox div#trust-form.contact-form table td {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 2;
    display: block;
    width: 100%;
    border: none;
}

#tfbox div#trust-form.contact-form table th {
    padding: 20px 0px 10px;
}

#tfbox div#trust-form.contact-form table td {
    padding: 0px;
}

#tfbox #trust-form p {
    margin: 0px 0px 20px;
}

#tfbox #trust-form p#message-container-confirm {
    margin: 20px 0px;
}

#tfbox #trust-form td input {
    width: 90%;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

#tfbox #trust-form td textarea {
    width: 90%;
    height: 200px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

#tfbox #trust-form #confirm-button {
    padding: 10px 0px;
}

#tfbox #trust-form #confirm-button input {
    background-color: #333;
    border: none;
    color: #fff;
    text-align: center;
    width: 200px;
    padding: 10px 0px;
    font-size: 14px;
    margin: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

#tfbox #trust-form.contact-form table tr:hover {
    background-color: transparent;
}

#tfbox div#trust-form.contact-form table div {
    padding: 0px;
}

#tfbox div#trust-form.contact-form div.error {
    color: #e00;
}

#tfbox div#trust-form.contact-form-confirm table td div {
    width: 90%;
    margin: 0px auto;
    font-size: 1px;
    line-height: 26px;
    text-align: left;
    background-color: #f1f1f1;
    padding: 10px 15px;
}

/* trust-form plugin-css reset */

@media only screen and (max-width:600px) {
    #tfbox div#trust-form table {
        margin: 0px;
        border: none;
        border-bottom-width: 0;
    }

    #tfbox div#trust-form table th,
    #tfbox div#trust-form table td {
        float: left;
        clear: both;
    }

    #tfbox div#trust-form table th {
        width: 100%;
        padding: 10px 0px 5px;
    }

    #tfbox div#trust-form table td {
        width: 100%;
        padding: 0px;
    }

    #tfbox div#trust-form table th {
        background-color: transparent;
    }

    #tfbox div#trust-form table ul li {
        line-height: 1;
    }

    #tfbox div#trust-form.contact-form table tr:hover {
        background: transparent;
    }

}

@media screen and (max-width: 480px) {

    /* tags
---------------------------------------------------- */
    p {
        font-size: 13px;
        line-height: 1.6;
        margin: 0px 0px 10px 0px;
    }



    /* history
---------------------------------------------------- */
    #history {
        font-size: 12px;
    }


    /* rule
---------------------------------------------------- */
    #rule {
        margin: 0px 0px 10px;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    #rule h2 {
        font-size: 15px;
        margin: 0px 0px 10px;
    }

    #rule h3 {
        font-size: 15px;
        margin: 10px 0px;
        padding: 10px 0px 0px;
    }

    #rule ul,
    #rule ol {
        margin: 0px 0px 10px;
        padding: 0px 0px 0px 30px;
    }

    /* trust-form
---------------------------------------------------- */
    #tfbox #trust-form {
        padding: 10px 0px 0px;
    }

    #tfbox #trust-form form {
        width: 100%;
    }

    #tfbox #trust-form table {
        margin-bottom: 10px;
    }

    #tfbox div#trust-form.contact-form table th,
    #tfbox div#trust-form.contact-form table td {
        font-size: 13px;
    }

    #tfbox div#trust-form.contact-form table th {
        padding: 10px 0px 5px;
    }

    #tfbox #trust-form p {
        margin: 0px 0px 10px;
    }

    #tfbox #trust-form p#message-container-confirm {
        margin: 10px 0px;
    }

    #tfbox #trust-form td input {
        height: 27px;
    }

    #tfbox #trust-form td textarea {
        height: 100px;
    }

    #tfbox #trust-form #confirm-button input {
        width: 100px;
        margin: 10px;
    }

}
