@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@keyframes fuwafuwa {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes yurayura {
    0% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes furifuri {
    0% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(5deg)
    }
}


#kokuyo-st-main-contents {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    overflow: hidden;
    width: 100%;
    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#printfile .clearfix:after {
    display: block;
    clear: both;

    content: '';
}

#printfile.index .mainvisual {
    max-width: 1380px;
    height: 600px;
    margin: auto;
    margin-bottom: 0;

    background-image: url('../images/index/mainvisual.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

#printfile #lnavi.fixed+.mainvisual {
    padding-top: 60px;
    background-position: center 60px;
}

#printfile.index .mainvisual>.inner {
    width: 951px;
    margin: auto;
}

#printfile.index .mainvisual>.inner .copy {
    padding-top: 105px;

    text-align: center;
}

#printfile.index .mainvisual>.inner .copy1 {
    margin-bottom: 40px;
}

#printfile.index .mainvisual>.inner .copy p {
    font-size: 20px;

    margin-bottom: 20px;
}

#printfile .mainvisual .deco1 {
    position: absolute;
    top: 320px;
    right: calc(50% + 260px);
    animation: fuwafuwa 1.3s ease-in-out infinite alternate;
}

#printfile .mainvisual .deco2 {
    position: absolute;
    top: 465px;
    left: calc(50% + 235px);
    animation: fuwafuwa 1.1s ease-in-out infinite alternate;
}

#printfile #lnavi.fixed+.mainvisual .deco1 {
    top: 184px;
}

#printfile #lnavi.fixed+.mainvisual .deco2 {
    top: 485px;
}

#printfile .section_header h2 {
    margin-bottom: 30px;

    text-align: center;
}

#printfile .section_header h2 span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    min-width: 350px;

    display: inline-block;

    padding: .5em 1.5em;

    color: #00a9ca;
    border: solid 2px #00a9ca;
    border-radius: 1em;
    box-shadow: 6px 6px 0 #00a9ca;
}


/* ------- MENU */

#printfile .printfile_menu {
    text-align: center;
    padding-top: 80px;
}

.printfile_menu ul {
    display: inline-flex;
}

/* ------- INTRO */
#printfile .intro {
    padding-top: 100px;
}

#printfile .intro_catch {
    font-size: 20px;

    margin-bottom: 16px;

    text-align: center;
    text-decoration: underline;
}

#printfile .intro_lead {
    margin-bottom: 50px;

    text-align: center;
}

#printfile .intro_fig {
    width: 900px;
    margin: auto;
    position: relative;
}

#printfile .intro_serif {
    position: absolute;
    top: 27px;
    right: 0;
    animation: fuwafuwa 1.2s ease-in-out infinite alternate;
}

/* ------- WORRY */
#printfile .worry {
    margin-bottom: 80px;
    padding-top: 100px;
}

#printfile .worry .section_body {
    text-align: center;
}

#printfile .worry .section_body ul {
    display: inline-block;
}

#printfile .worry .section_body li {
    font-size: 16px;
    float: left;
    width: 290px;
    margin-bottom: 25px;
}

#printfile .worry .section_body li:nth-child(2n+1) {
    clear: both;
}

#printfile .worry .section_body li:nth-child(2n) {
    margin-left: 25px;
}

#printfile .printfile_type_item {
    padding-top: 61px
}

.printfile_type_header {
    height: 180px;
    background: url(../images/index/bg_section_title.png) center center repeat-x;
    text-align: center;
    color: #00a9ca;
    display: flex;
    align-items: center;
    justify-content: center;
}

.printfile_take .printfile_type_header {
    background-image: url(../images/index/bg_section_title2.png);
    color: #1d7ac2;
}

.printfile_type_header strong,
.printfile_type_header span {
    display: block;
}

.printfile_type_header strong {
    font-size: 30px;
}

.printfile_type_header span {
    font-size: 25px;
}


/* ------- FEATURE */
#printfile .feature {
    padding-top: 100px;
}

#printfile .feature h2 {
    margin-bottom: 40px;
}

#printfile .feature_catch {
    font-size: 20px;
    color: #00a9ca;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#printfile .printfile_take .feature_catch {
    color: #1d7ac2;
}

#printfile .feature_lead {
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
}

#printfile .feature_fig1 {
    margin-bottom: 120px;

    text-align: center;
}

#printfile .feature_point {
    margin-bottom: 80px;
}

#printfile .feature_point1 {
    position: relative;

    width: 951px;
    margin: 0 auto 80px auto;
}

#printfile .point1_fig1 {
    position: relative;
    float: left;
}

#printfile .point1_fig1_img {
    position: absolute;
    top: 0px;
    left: 56px;
    transform-origin: left bottom;
    animation: furifuri 1.1s ease-in-out infinite alternate;
}

#printfile .point1_serif1 {
    position: absolute;
    top: 230px;
    left: 262px;
    animation: yurayura 1.3s ease-in-out infinite alternate;
}

#printfile .printfile_take .point1_serif1 {
    left: 230px;
    top: 270px;
}

#printfile .printfile_take .point1_serif1 img {
    transform: rotate(-20deg);
}

#printfile .point_sentence dl {
    display: flex;
    align-items: center;

    width: 90%;
    max-width: 560px;
    margin: 0 auto 30px auto;
}

#printfile .point_sentence dd {
    padding-left: 1em;
}

#printfile .feature_point1 .point_sentence,
#printfile .point1_fig2 {
    margin-left: 460px;
}

#printfile .feature_point1 .point_sentence dl {
    width: auto;
}

.point2_fig1,
.point3_fig1,
.point3_fig2 {
    text-align: center;
}

#printfile .point2_fig1 {
    position: relative;
    width: 901px;
    margin: auto;
}

#printfile .point2_fig1_seal {
    position: absolute;
    bottom: 0;
    right: 57px;
}

#printfile .printfile_take .point2_fig1_seal {
    position: absolute;
    bottom: 230px;
    right: 370px;
}

#printfile .point3_fig1 {
    margin-bottom: 35px;
}

#printfile .point3_fig2 {
    width: 680px;
    margin: auto;
    position: relative;
}

#printfile .point3_serif2 {
    position: absolute;
    top: 0;
    right: 0;
    animation: fuwafuwa 1.3s ease-in-out infinite alternate;
}

#printfile .feature_point_ep {
    text-align: center;
}

#printfile .feature_point_ep>div {
    display: inline-block;
}

#printfile .feature_point_ep>div:nth-child(n+2) {
    margin-left: 20px;
}

/* ------- HOW TO USE */
#printfile .howtouse {
    width: 925px;
    margin: 0 auto 100px auto;
    padding: 50px 0 50px 0;

    border: solid 2px #00a9ca;
    border-radius: 25px;
    box-shadow: 15px 15px 0 #00a9ca;
}

#printfile .howtouse_step {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 680px;
    margin: auto;
}

#printfile .howtouse_step:nth-child(2n) {
    flex-direction: row-reverse;
}

#printfile .step_sentence {
    margin-right: 1em;
    width: 45%;
}

#printfile .howtouse_step:nth-child(2n) .step_sentence {
    margin-right: 0;
    margin-left: 1em;
}

#printfile .step_sentence dl {
    display: flex;
    align-items: center;
}

#printfile .step_sentence dd {
    padding-left: 1em;
}

#printfile .printfile_take .howtouse h2 {
    margin-bottom: 60px;
}

#printfile .printfile_take .howtouse_step {
    width: 640px;
}

#printfile .printfile_take .howtouse_step1 {
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}

#printfile .printfile_take .howtouse_step1 .step_sentence {
    width: 60%;
}

#printfile .printfile_take .howtouse_step1 .step_fig {
    width: 40%;
}

#printfile .printfile_take .howtouse_step1 .step_fig img {
    transform: translate(-100px, -20px);
    position: relative;
    z-index: -1;
}

#printfile .printfile_take .howtouse_step2 {
    justify-content: flex-start;
}

#printfile .printfile_take .howtouse_step2 .step_sentence {
    margin-left: 3em;
    margin-right: 2em;
}


/* ------- lineup */
#printfile .lineup {
    font-size: 16px;

    padding-top: 100px;
    padding-bottom: 60px;
}

#printfile .lineup h2 {
    margin-bottom: 100px;
}

#printfile .lineup_items {
    width: 90%;
    max-width: 950px;
    margin: 0 auto 50px auto;
}

#printfile .lineup_items ul {
    width: 100%;
}


#printfile .lineup_items li {
    float: left;

    width: 24.2%;
    margin-bottom: 1em;
}

#printfile .lineup_items li:nth-child(n+2) {
    margin-left: 1.06%;
}

#printfile .lineup_items li img {
    width: 100%;
}

#printfile .lineup .caption {
    width: 90%;
    max-width: 950px;
    margin: 0 auto .5em auto;
}

#printfile .lineup_spec {
    width: 90%;
    max-width: 950px;
    margin: auto;
}

#printfile .lineup_spec table {
    width: 100%;
    margin-bottom: 1em;

    border-collapse: collapse;
}

#printfile thead th {
    background-color: #ececec;
}

#printfile th,
#printfile td {
    padding: .5em 0;

    text-align: center;

    border: solid 1px #333;
}

#printfile .lineup_notice {
    width: 90%;
    max-width: 950px;
    margin: auto;
}

#printfile .lineup_notice dl>* {
    display: inline;
}



/*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	レスポンシブ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  */

/* *****************************************************************************
********************************************************************************

751-

********************************************************************************
***************************************************************************** */
@media screen and (min-width: 751px) {
    .disp_sp {
        display: none;
    }
}

/* *****************************************************************************
********************************************************************************

-750

********************************************************************************
***************************************************************************** */
@media screen and (max-width: 750px) {
    body {
        min-width: initial;
    }

    .disp_pc {
        display: none;
    }

    #printfile {
        font-size: 3.3vw;
    }

    /* Mainvisual */
    #printfile.index .mainvisual {
        height: 100vw;
        margin-bottom: 2em;

        background-image: url('../images/index/sp_mainvisual.jpg');
        background-size: cover;
    }

    #printfile #lnavi.fixed+.mainvisual {
        padding-top: 0;
        background-position: center top;
    }

    #printfile #lnavi.fixed+.mainvisual {
        padding-top: 0;
    }

    #printfile.index .mainvisual>.inner {
        width: 100%;
        height: 100%;
    }

    #printfile.index .mainvisual>.inner .copy {
        padding: 0;
    }

    #printfile.index .mainvisual>.inner .copy1 {
        width: 64vw;
        padding-top: 22vw;
        padding-left: 18vw;
        margin-bottom: 1em;
    }

    #printfile.index .mainvisual>.inner .copy p {
        font-size: 3vw;

        margin-bottom: 1em;
    }

    #printfile.index .mainvisual>.inner .copy2 {
        width: 47vw;
        margin: auto;
    }

    #printfile.index .mainvisual>.inner .copy img,
    #printfile.index .mainvisual>.inner .copy2 img {
        width: 100%;
    }

    #printfile .mainvisual .deco1 {
        top: 15vw;
        right: 80vw;
        width: 15vw
    }

    #printfile .mainvisual .deco2 {
        top: 73vw;
        left: 80vw;
        width: 16vw
    }

    #printfile .mainvisual .deco1 img,
    #printfile .mainvisual .deco2 img {
        width: 100%;
    }

    #printfile #lnavi.fixed+.mainvisual .deco1 {
        top: 15vw;
    }

    #printfile #lnavi.fixed+.mainvisual .deco2 {
        top: 79vw;
    }

    #printfile .section_header h2 {
        margin-bottom: 8vw;
    }

    #printfile .section_header h2 span {
        min-width: 50vw;
        font-size: 4vw;
    }

    #printfile .section_header h2 img {
        width: auto;
        height: 5vw;
    }


    /* ------- MENU */

    #printfile .printfile_menu {
        padding-top: 4em;
    }

    #printfile .printfile_menu ul {
        display: block;
        width: 80%;
        margin: auto;
    }

    #printfile .printfile_menu li {
        margin-bottom: 1em;
    }

    .printfile_menu li img {
        width: 100%;
    }

    /* ------- INTRO */
    #printfile .intro {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 4em;
    }

    #printfile .intro_catch {
        font-size: 3.8vw;

        margin-bottom: 1em;
    }

    #printfile .intro_lead {
        margin-bottom: 3em;
    }

    #printfile .intro_fig {
        width: 100%;
    }

    #printfile .intro_serif {
        top: 3vw;
        width: 25vw;
    }

    #printfile .intro_fig img,
    #printfile .intro_serif img {
        width: 100%;
    }

    /* ------- WORRY */
    #printfile .worry {
        margin-bottom: 6em;
        padding-top: 8em;
    }

    #printfile .worry .section_body {
        text-align: center;
    }

    #printfile .worry .section_body ul {
        display: block;

        width: 66%;
        margin-right: auto;
        margin-left: auto;
    }

    #printfile .worry .section_body li {
        font-size: 3.3vw;

        float: none;

        width: 100%;
        margin-bottom: 3em;
    }

    #printfile .worry .section_body li img {
        width: 100%;
    }

    #printfile .worry .section_body li:nth-child(n+2) {
        margin-left: 0;
    }

    .printfile_type_header {
        height: 25vw;
        background-size: cover;
    }

    .printfile_type_header strong {
        font-size: 5vw;
    }

    .printfile_type_header span {
        font-size: 4vw;
    }

    #printfile .printfile_type_item {
        padding-top: 46px
    }

    /* ------- FEATURE */
    #printfile .feature {
        padding-top: 4em;
    }

    #printfile .feature h2 {
        margin-bottom: 2em;
    }

    #printfile .feature_catch {
        font-size: 4vw;
    }

    #printfile .feature_lead {
        font-size: 3.3vw;

        margin-bottom: 3em;
    }

    #printfile .feature_fig1 {
        margin-bottom: 8em;

        text-align: center;
    }

    #printfile .feature_fig1 img {
        width: 90%;
    }

    #printfile .feature_point {
        width: 90%;
        margin: 0 auto 6em auto;
    }

    #printfile .feature_point1 {
        position: relative;

        width: 90%;
        margin: 0 auto 6em auto;
    }

    #printfile .point1_fig1 {
        display: none;
    }

    #printfile .point_sentence dl {
        width: 100%;
        margin: 0 auto 2em auto;
    }

    #printfile .point_sentence dt img {
        width: 12vw;
    }

    #printfile .point_sentence dd {
        font-size: 3.3vw;

        padding-left: 1em;
    }

    #printfile .feature_point1 .point_sentence,
    #printfile .point1_fig2 {
        margin-left: 0;
    }

    #printfile .feature_point1 .point_sentence dl {
        width: auto;
    }

    #printfile .point2_fig1 {
        width: 100%;
    }

    #printfile .point2_fig1_seal {
        width: 15vw;
        bottom: 2vw;
        right: 25vw;
    }

    #printfile .point3_fig2 {
        width: 100%;
    }

    #printfile .point3_serif2 {
        width: 25vw;
    }

    .point1_fig2 img,
    .point2_fig1 img,
    .point3_fig1 img,
    .point3_fig2 img {
        width: 100%;
    }

    #printfile .point3_fig1 {
        margin-bottom: 2em;
    }

    #printfile .feature_point_ep {
        display: flex;
        justify-content: space-between;

        text-align: center;
    }

    #printfile .feature_point_ep>div {
        width: 49%;
    }

    #printfile .feature_point_ep>div img {
        width: 100%;
    }

    #printfile .feature_point_ep>div:nth-child(n+2) {
        margin-left: 0;
    }


    /* ------- HOW TO USE */
    #printfile .howtouse {
        width: 90%;
        margin: 0 auto 2em auto;
        padding: 4em 0 1px 0;

        border-radius: 1.5em;
        box-shadow: .5em .5em 0 #00a9ca;
    }

    #printfile .howtouse_step,
    #printfile .printfile_take .howtouse_step,
    #printfile .printfile_take .howtouse_step1 {
        display: block;

        width: 80%;
        margin-bottom: 5em;
    }

    #printfile .printfile_take .howtouse_step1 .step_sentence {
        width: 100%;
    }

    #printfile .printfile_take .howtouse_step1 .step_fig {
        width: 100%;
    }

    #printfile .step_sentence {
        margin-right: 0;
        margin-bottom: 2em;
        width: 100%;
    }

    #printfile .howtouse_step:nth-child(2n) .step_sentence {
        margin-left: 0;
    }

    #printfile .step_sentence dl {
        display: flex;
        align-items: center;
    }

    #printfile .step_sentence dt img {
        width: 12vw;
    }

    #printfile .step_sentence dd {
        padding-left: 1em;
    }

    #printfile .step_fig {
        text-align: center;
    }

    #printfile .step_fig img {
        width: 70%;
    }

    #printfile .printfile_take .howtouse_step1 .step_fig img {
        transform: translate(0, 0) scale(1.2)
    }

    /* ------- lineup */
    #printfile .lineup {
        font-size: 3.3vw;

        padding-top: 8em;
        padding-bottom: 5em;
    }

    #printfile .lineup_items {
        width: 90%;
        margin-bottom: 5em;
    }

    #printfile .lineup_items ul {
        width: 100%;
    }


    #printfile .lineup_items li {
        width: 45%;
    }

    #printfile .lineup_items li:nth-child(2n) {
        float: right;
    }

    #printfile .lineup_spec {
        overflow-x: scroll;

        margin-bottom: 1em;
    }

    #printfile .lineup_spec table {
        width: 200%;
    }

    #printfile .lineup_notice dl {
        display: block;

        margin-bottom: .5em;
    }

    #printfile .lineup_notice dt {
        font-weight: bold;

        margin-right: 1em;
    }
}

    /* ------- manabi */
img {
    -webkit-backface-visibility: hidden;
}
a img.hover, #printfile a img.hover {
    -webkit-transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    transition: opacity .1s ease;
}
a img.hover:hover, #printfile a img.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	;
}
#printfile .image_fit {
	width: 100%;
	height: auto;
}
#printfile .obj_center {
	margin-left: auto;
	margin-right: auto;
}
#printfile .obj_centerPc {
	margin-left: auto;
	margin-right: auto;
}
#printfile .obj_centerSp {}
@media screen and (max-width: 750px) {
	#printfile .obj_center {}
	#printfile .obj_centerPc {
		margin-left: 0;
		margin-right: 0;
	}
	#printfile .obj_centerSp {
		margin-left: auto;
		margin-right: auto;
	}
}
#printfile .sbs_01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#printfile .sbs_02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
#printfile .sbs_03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: left;
}
#printfile .sbs_n_01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	#printfile .sbs_01 {}
	#printfile .sbs_02 {}
	#printfile .sbs_03 {}
	#printfile .sbs_n_01 {
		display: block;
		text-align: center;
	}
}

#printfile .namabi_box {

	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333333;

	max-width: 1048px;
	margin: 0 auto;
	padding: 60px 0 65px 0;
	background-image: url(../images/index/manabi_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#printfile .manabi_title {
	max-width: 581px;
	margin: 0 auto 0 auto;
}
#printfile .banner_box {
	max-width: 247px;
	margin-top: 40px;
	text-align: center;
}
#printfile .banner_box a{
	color: #000;
	text-decoration: none;
}
#printfile .banner_box a p{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

#printfile .manabi_toha {
	max-width: 560px;
	margin-top: 80px;
}
@media screen and (max-width: 750px) {
	#printfile .namabi_box {
	max-width: 750px;
	padding: 60px 15px 65px 15px;
	background-image: url(../images/index/manabi_bgsp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	}
	#printfile .manabi_title {
		max-width: 445px;
	}
	#printfile .banner_box {
		max-width: 310px;
	}
	#printfile .manabi_toha {
		max-width: 399px;
		margin-top: 50px;
	}
}