@charset "UTF-8";

/* ----------------------------------------------------------------header*/
header {
    text-align: center;
}

#header {
    font-size: 0;
    padding: 0 15px;
}

/*
#header::after {
  content: "データの入稿はinfo@sign-maker.co.jpまで";
  font-size: 12px;
  background: #E53300;
  color: #fff;
  display: block;
  line-height: 22px;
  padding: 0 5px;
  font-weight: bold;
  margin: 5px auto 10px;
}
*/
#h_tx {
    text-align: center;
    font-size: 10px;
    color: #c0cbd1;
    margin: 3px 0 10px;
}

#header_logo {
    width: 180px;
    margin: 0 auto 10px;
    float: left;
}

#header_contact {
    float: right;
    font-size: 0;
}

#header_contact li {
    display: inline-block;
    vertical-align: top;
}

#header_contact li:nth-child(1) {
    width: 35px;
    height: 35px;
}

#header_contact li:nth-child(1) a {
    color: #fff;
    display: block;
    height: 100%;
    line-height: 220%;
    background: #007ce6;
}

#header_contact li:nth-child(2) {
    display: none;
}

#header_contact li:nth-child(3) {
    width: 35px;
    margin-left: 10px;
}

#sp_menubtn {
    background: #007ce6;
    color: #fff;
    padding: 5px 0 7px;
}

.header_other_wrap{
    clear: both;
}
.header_other_wrap .h_message{
    font-size: 12px;
    background: #E53300;
    color: #fff;
    display: block;
    line-height: 22px;
    padding: 0 5px;
    font-weight: bold;
    margin: 5px auto 0;
}
.header_other_wrap .h_line a{
    display: block;
    font-size: 12px;
    background: #00B900;
    color: #fff;
    display: block;
    line-height: 22px;
    padding: 0 5px;
    font-weight: bold;
    margin: 5px auto 10px;
    text-decoration: none;
    transition: 2s;
}
.header_other_wrap .h_line a:hover{
    opacity: 0.5;
}

@media print,
screen and (min-width:768px) {
    #header {
        padding: 0 30px 25px;
        box-sizing: border-box;
        position: relative;
    }

    #header::after {
        display: none;
    }

    #h_tx {
        margin: 10px 0 20px;
        text-align: left;
    }

    #header_logo {
        width: auto;
        margin:20px auto 0;
        float: left;
    }

    #header_contact {
        position: absolute;
        right: 50px;
        top:20px;
    }

    #header_contact li {
        vertical-align: middle;
    }

    #header_contact li:nth-child(1) {
        display: none;
    }

    #header_contact li:nth-child(2) {
        display: inline-block;
        color: #007ce6;
        font-size:30px;
        margin-top: -30px;
        line-height: 1.2;
    }

    #header_contact li:nth-child(2) i {
        font-size: 24px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
    }

    #header_contact li:nth-child(2) span {
        display: inline-block;
        vertical-align: middle;
    }
    /*
    #header_contact li:nth-child(2)::after {
        content: "データの入稿はinfo@sign-maker.co.jpまで";
        font-size: 12px;
        background: #E53300;
        color: #fff;
        display: block;
        line-height: 22px;
        padding: 0 5px;
        font-weight: bold;
    }
    */

    #header_contact li:nth-child(3) img{
        max-width:60px;
    }
    #sp_menubtn {
        display: none;
    }
    
    .header_other_wrap{
        display: flex;
        position: absolute;
        right: 100px;
        top:58px;
    }   
    .header_other_wrap .h_message{
       width: 280px;
        margin:0;
    }
    .header_other_wrap .h_line{
        width: 280px;
        margin: 0 0 0 5px;
    }
    .header_other_wrap .h_line a{
        margin: 0;
    }

}

/*------------------------------------------------------------mainnavi*/
#mainnavi {
    background: #007ce6;
    position: absolute;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#mainnavi ul li a,
#mainnavi ul li span {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}

#mainnavi ul li.active a {
    color: #76AEDD;
}

@media print,
screen and (min-width:768px) {
    #mainnavi {
        background: none;
        position: absolute;
        width: auto;
        top: 100px;
        left: auto;
        right: 30px;
        display: block;
        padding: 0;
        box-shadow: none;
    }

    #mainnavi ul {
        font-size: 0;
    }

    #mainnavi ul li {
        display: inline-block;
        margin-left: 30px;
        font-size: 18px;
    }

    #mainnavi ul > li:last-child {
        display: none;
    }

    #mainnavi ul li a,
    #mainnavi ul li span {
        display: inline-block;
        color: #000;
        padding: 0;
    }

    #mainnavi ul li.active a,
    #mainnavi ul li.active span,
    #mainnavi ul li a:hover {
        color: #007ce6;
    }
}

/*sub_toggle*/
#mainnavi li.sub_toggle > .mnav_dropdown {
    display: none;
}

#mainnavi li.sub_toggle > .mnav_dropdown li {
    display: block;
    background: #fff;
}

#mainnavi li.sub_toggle > .mnav_dropdown li a {
    text-align: center;
    padding: 7px;
    font-size: 15px;
    color: #000;
}

#mainnavi li.sub_toggle > .mnav_dropdown li a:hover {
    color: #007ce6;
}

#mainnavi .sub_toggle > .mnav_dropdown li:last-child {
    display: block;
}

@media print,
screen and (min-width:768px) {
    #mainnavi li.sub_toggle span:hover {
        cursor: pointer;
    }

    #mainnavi li:nth-child(3),
    #mainnavi li:nth-child(4) {
        position: relative;
    }

    #mainnavi li.sub_toggle .mnav_dropdown {
        position: absolute;
        top: 40px;
        left: -45px;
        width: 150px;
    }
}

/*------------------------------------------------------------pagetitle*/
#pagetitle {
    padding: 30px 0;
    background: url(../img/common_img/footer_bg.jpg) no-repeat;
    background-size: cover;
}

#pagetitle h2 {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    max-width: 200px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 90%;
}

#pagetitle h2 span {
    font-size: 12px;
    color: #007ce6;
}

@media print,
screen and (min-width:768px) {
    #pagetitle {
        padding: 60px 0;
    }

    #pagetitle h2 {
        padding: 25px 0 15px;
        max-width: 400px;
        font-size: 38px;
        line-height: 80%;
    }

    #pagetitle h2 span {
        font-size: 18px;
    }
}

/*------------------------------------------------------------content*/
.secbox {
    clear: both;
    padding: 40px 0;
}

.bg_gray {
    background: #EDEDED;
}

.section {
    margin-bottom: 20px;
}

.lead {
    font-size: 1.0625em;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 1em;
}

.cts_p {
    text-align: left;
    margin-bottom: 1em;
}

@media print,
screen and (min-width:768px) {
    .secbox {
        padding: 80px 0;
    }

    .section {
        margin-bottom: 40px;
    }

    .lead {
        text-align: center;
        margin-bottom: 1em;
    }
}

/* ----------------------------------------------------------------footer*/
footer {
    color: #fff;
    background: #0078de;
    box-shadow: 0px 1px #0078de;
}

/*--------------ftop*/
#ftop {
    padding: 80px 0;
    background: url(../img/common_img/footer_bg.jpg) no-repeat;
    background-size: cover;
}

#ftop .ftop_inbox {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    max-width: 360px;
    margin: 0 auto;
}

#ftop .ftop_inbox p:first-of-type {
    font-size: 18px;
    color: #000;
}

#ftop .ftop_inbox p:last-of-type {
    display: inline-block;
    color: #007ce6;
    font-size: 30px;
    margin-top: -8px;
}

#ftop .ftop_inbox p:last-of-type i {
    font-size: 24px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

#ftop .ftop_inbox p:last-of-type span {
    display: inline-block;
    vertical-align: middle;
}

@media print,
screen and (min-width:768px) {
    #ftop .ftop_inbox {
        padding: 25px 0;
        max-width: 750px;
    }

    #ftop .ftop_inbox p:first-of-type {
        font-size: 24px;
    }

    #ftop .ftop_inbox p:last-of-type {
        font-size: 36px;
    }
}

/*--------------fmiddle*/
#fmiddle {
    padding: 40px 0;
    border-bottom: 1px solid #4399e2;
}

#fmiddle p:nth-of-type(1) {
    margin-bottom: 15px;
}

#fmiddle p:nth-of-type(2) {
    margin-bottom: 15px;
}

#fmiddle p:nth-of-type(2) a {
    color: #B1DBFF;
}

#fmiddle p:nth-of-type(3) a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    text-decoration: none;
    color: #0078de;
    background: #fff;
}

#fmiddle p:nth-of-type(3) a i {
    line-height: 1.1;
    font-size: 22px;
}

.line_btn{
    padding-top: 20px;
}
.line_btn a img {
    width: 156px;
	height: auto;
}
@media print,
screen and (min-width:768px) {
    #fmiddle {
        padding: 60px 0;
        text-align: left;

    }

    #fmiddle p:nth-of-type(1) {
        margin-bottom: 0;
        margin-right: 90px;
        float: left;
    }

    #fmiddle p:nth-of-type(2) {
        margin-bottom: 0;
        float: left;
    }

    #fmiddle p:nth-of-type(3) {
        width: auto;
        float: right;
    }

    #fmiddle p:nth-of-type(3) a {
        padding: 10px 40px;
        font-size: 22px;
        transition: all 0.5s;
    }

    #fmiddle p:nth-of-type(3) a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #fmiddle p:nth-of-type(3) a i {
        font-size: 30px;
    }
    #fmiddle .container{
        position: relative;
    }
    .line_btn{
       position: absolute;
       padding-top: 65px;
        right:15px;
        top:0;
    }
	.line_btn a img {
    width: 116px;
	height: auto;
}
}

/*--------------fbottom*/
#fbottom {
    padding: 40px 0;
}

#fbottom nav {
    margin-bottom: 30px;
}

#fbottom nav ul a {
    text-decoration: none;
    color: #fff;
}

#fbottom nav > ul > li {
    margin-bottom: 15px;
}

#fbottom nav > ul > li > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#fbottom nav > ul > li > ul > li {
    margin: 4px 8px;
}

#fbottom nav > ul > li > ul > li > a,
#fbottom nav > ul > li.category > a {
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
    padding-left: 12px;
}

#fbottom nav > ul > li > ul > li > a::before,
#fbottom nav > ul > li.category > a::before {
    position: absolute;
    top: 6px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#fbottom nav > ul > li.category > div ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#fbottom nav > ul > li.category > div ul li {
    margin: 4px 8px;
}

#fbottom nav > ul > li.category > div ul li a {
    position: relative;
    padding-left: 10px;
}

#fbottom nav > ul > li.category > div ul li a::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "-";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@media print,
screen and (min-width:768px) {
    #fbottom nav {
        text-align: left;
    }

    #fbottom nav > ul {
        display: flex;
        justify-content: center;
        text-align: left;
    }

    #fbottom nav > ul a:hover {
        text-decoration: underline;
    }

    #fbottom nav > ul > li {
        margin-right: 120px;
        margin-bottom: 0;
    }

    #fbottom nav > ul > li:last-child {
        margin-right: 0;
    }

    #fbottom nav > ul > li > ul {
        display: block;
    }

    #fbottom nav > ul > li > ul > li {
        margin: 0;
    }

    #fbottom nav > ul > li.category div {
        display: flex;
    }

    #fbottom nav > ul > li.category div ul {
        display: block;
    }

    #fbottom nav > ul > li.category div ul:nth-child(2) {
        margin-left: 30px;
    }

    #fbottom nav > ul > li.category div ul li {
        font-size: 14px;
    }

    #fbottom nav > ul > li.category > a {
        display: block;
        width: 100%;
    }
}

/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
    text-align: right;
    padding: 8px 15px;
    clear: both;
    background: #EDEDED;
}

#pankuzu ol {
    list-style: none;
}

#pankuzu ol li {
    display: inline-block;
    font-size: 11px;
    padding: 0 7px 0 10px;
    background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}

#pankuzu ol li em {
    font-style: normal;
}

#pankuzu ol li.home {
    padding-left: 0;
    background: none;
}

#pankuzu ol li a:link,
#pankuzu ol li a:visited {
    text-decoration: underline;
}

#pankuzu ol li a:hover,
#pankuzu ol li a:active {
    text-decoration: underline;
}

@media print,
screen and (min-width:768px) {
    #pankuzu {
        padding: 8px 30px;
    }
}

/* ----------------------------------------------------------------rayout*/
.center {
    display: block;
    margin: auto;
}

/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
}

.sheet_basic tr th,
.sheet_basic tr td {
    text-align: left;
    vertical-align: top;
    display: block;
}

.sheet_basic tr th {
    color: #fff;
    background: #2d73ca;
    padding: 7px 10px;
}

.sheet_basic tr td {
    padding: 7px 10px;
}

@media print,
screen and (min-width:768px) {

    .sheet_basic tr th,
    .sheet_basic tr td {
        display: table-cell;
        padding: 8px 16px;
        border-bottom: 1px solid #ccc;
    }

    .sheet_basic tr th {
        border-bottom: 1px solid #fff;
    }

    .sheet_basic tr:first-child th {
        border-top: 1px solid #2d73ca;
    }

    .sheet_basic tr:last-child th {
        border-bottom: 1px solid #2d73ca;
    }

    .sheet_basic tr td {
        border-bottom: 1px solid #2d73ca;
    }

    .sheet_basic tr:first-child td {
        border-top: 1px solid #2d73ca;
    }
}

/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #CCC;
    border-right: 0 dotted #CCC;
    border-bottom: 0 dotted #CCC;
    border-left: 0 dotted #CCC;
}

.space_10 {
    height: 10px;
    clear: both;
}

.space_20 {
    height: 20px;
    clear: both;
}

.space_30 {
    height: 30px;
    clear: both;
}

.space_10 hr,
.space_20 hr,
.space_30 hr {
    display: none;
}

/*title01*/
.title01 {
    font-size: 20px;
    margin-bottom: 45px;
    position: relative;
    line-height: 140%;
}

.title01:after {
    content: '';
    position: absolute;
    border-top: 4px solid #0078de;
    bottom: -20px;
    width: 60px;
    margin: auto;
    left: 0;
    right: 0;
}

.title02 {
    font-size: 18px;
    border: 1px solid #a4c5de;
    padding: 2px;
    margin-bottom: 10px;
}

.title02 span {
    display: block;
    background: #ECF4FD;
    padding: 8px 10px;
}

.title03 {
    color: #0078de;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

@media print,
screen and (min-width:768px) {
    .title01 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .title01:after {
        bottom: -20px;
    }

    .title02 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .title03 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

/*TextRight*/
.tx_right {
    text-align: right;
}

/*TextLeft*/
.tx_left {
    text-align: left;
}

/*TextCenter*/
.tx_cent {
    text-align: center;
}

/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}

/*TextRed*/
.tx_red {
    color: #C33;
}

/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}

/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}

/*FloatRight*/
.float_right {
    float: right;
}

/*ClearBoth*/
.clearboth {
    clear: both;
}

/*phbox*/
.phbox_right {
    text-align: center;
}

.phbox_right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.phbox_left {
    text-align: center;
}

.phbox_left img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.ov_hidden {
    overflow: hidden;
}

@media print,
screen and (min-width:768px) {
    .phbox_right {
        float: right;
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .phbox_left {
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}

/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}

.margin_t10 {
    margin-top: 10px;
}

.margin_t20 {
    margin-top: 20px;
}

.margin_t30 {
    margin-top: 30px;
}

.margin_t40 {
    margin-top: 40px;
}

.margin_t50 {
    margin-top: 50px;
}

/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}

.margin_b10 {
    margin-bottom: 10px;
}

.margin_b20 {
    margin-bottom: 20px;
}

.margin_b30 {
    margin-bottom: 30px;
}

.margin_b40 {
    margin-bottom: 40px;
}

.margin_b50 {
    margin-bottom: 50px;
}

/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}

.margin_r10 {
    margin-right: 10px;
}

.margin_r15 {
    margin-right: 15px;
}

.margin_r20 {
    margin-right: 20px;
}

/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}

.margin_l10 {
    margin-left: 10px;
}

.margin_l15 {
    margin-left: 15px;
}

.margin_l20 {
    margin-left: 20px;
}

/*Margin_device*/
.margin-xs-b10 {
    margin-bottom: 10px;
}

@media print,
screen and (min-width:768px) {
    .margin-xs-b10 {
        margin-bottom: 0px;
    }
}

/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}

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

/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 0;
    right: 20px;
}

#pagetop img {
    width: 35px;
    height: auto;
}

@media print,
screen and (min-width:768px) {
    #pagetop {
        right: 30px;
    }

    #pagetop img {
        width: auto;
    }
}

.width100 {
    max-width: 100%;
    height: auto;
}

/*------------------------------------------------------------block01*/
.block01 {
    margin-bottom: 30px;
}

.block01 .phbox {
    text-align: center;
}

.block01 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}

.block01 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 0.75em;
    color: #666;
    margin-top: 5px;
    text-align: left;
}

.block01 .txbox p {
    text-align: left;
    margin: 0 0 10px;
}

@media print,
screen and (min-width:576px) {
    .block01 .phbox {
        float: right;
        width: 35%;
        margin: 0 0 10px 10px;
    }

    .block01 .phbox li {
        width: 100%;
        height: auto;
    }

    .block01 .txbox {
        overflow: hidden;
    }
}

@media print,
screen and (min-width:768px) {
    .block01 .phbox {
        width: 290px;
        margin: 0 0 20px 30px;
    }
}

/*------------------------------------------------------------block02*/
/*phbox*/
.block02 {
    margin-bottom: 30px;
}

.block02 .phbox {
    text-align: center;
}

.block02 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}

.block02 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 0.75em;
    color: #666;
    margin-top: 5px;
    text-align: left;
}

.block02 .txbox p {
    text-align: left;
    margin: 0 0 10px;
}

@media print,
screen and (min-width:576px) {
    .block02 .phbox {
        float: left;
        width: 35%;
        margin: 0 10px 10px 0;
    }

    .block02 .phbox li {
        width: 100%;
        height: auto;
    }

    .block02 .txbox {
        overflow: hidden;
    }
}

@media print,
screen and (min-width:768px) {
    .block02 .phbox {
        width: 290px;
        margin: 0 30px 0 20px;
    }
}
