@charset "utf-8";

/* CSS Document */

@media screen and ( max-width:767px) {
    /* メディアクエリー */
    /********************************************************/
    /*************************common*************************/
    /********************************************************/
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
    body {
        min-width: 100%;
        color: #666;
    }

    p {
        font-size: 14px;
        line-height: 1.5rem;
    }
    a {
        text-decoration: none;
    }
    a:hover {}
    img {
        vertical-align: bottom;
    }
    a:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.7;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    strong {
        font-weight: bolder;
        font-size: 120%;
    }

    section {
        padding: 0;
        overflow: hidden;
    }

    .pc {
        display: none;
    }
    h1 {}
    h2 {}
    h3 {}
    h4 {}
    h5 {}
    h6 {}
    .btn_area {
        margin: 0 auto;
        text-align: center;
    }
    .list_btn {
        border: 1px solid #333;
        padding: 10px 15px;
        color: #333;
        margin: 30px 0;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 13px;
        background: #fff;
    }

    .list_btn:hover {
        background: #ff0000;
        color: #fff;
        border: 1px solid #fff;
    }

    /************************* パンくず *************************/
    #pankuzu {
        border-bottom: 1px solid #ccc;
        color: #0e529c;
        background: #fff;
    }
    #pankuzu ul {
        box-sizing: border-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0 auto;
        max-width: 100%;
        padding: 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #pankuzu li {
        display: inline;
        font-size: 12px;
        padding: 2px 10px 0 10px;
    }
    #pankuzu a {
        color: #0e529c;
    }

    /************************* header *************************/
    .header_main {
        width: 100%;
        height: 55px;
        padding: 0;
        position: fixed;
        z-index: 99;
        -webkit-transition: 1s;
        transition: 1s;
        background: #fff;
        top:0;
    }



    .header_txt {
        display: none;
    }

    .header_inner {
        max-width: 100%;
        text-align: center;
    }
    .header_main .logo img{
        max-width: 120px;
        padding: 7px 0 0;
    }


    /************************* ハンバーガーメニュー *************************/
    .drawer-nav {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background: #fff;
        color: #000;
        text-align: center;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        width: 80%;
        height: 100%;
        overflow: auto;
        border-right: 1px solid #ccc;
    }

    .drawer-nav .sp {}
    .drawer-nav .drawer-menu {
        background: #fff;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .drawer-nav .drawer-menu .w100 {
        background:#022e53;
        color: #fff;
        padding: 10px 0;
        text-align: center;
    }
    
    .drawer-nav .drawer-menu .w100 a{
        color: #fff;
    }

    .font200 {
        font-size: 20px;
        font-weight: bold;
        line-height: 150%;
    }

    .font70 {
        font-size: 16px;
        font-weight: bold;
    }

    .drawer-nav .drawer-menu li {
        font-size: 0.9em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #ccc;
        text-align: left;
    }

    .tel_sp {
        font-weight: bold;
        font-size: 20px;
        display: table;
    }
    
    
    .drawer-nav .drawer-menu .mail_sp {
        font-weight: bold;
        margin: 6%;
        border: 2px solid #fff;
        border-radius: 3px;
        font-size: 18px;
        padding: 5px 0;
    }
    
    .drawer-nav .drawer-menu li:last-child {
        /* padding-bottom: 0;
        border-bottom: none; */
    }
    
    .drawer-nav .drawer-menu li ul {
        text-indent: 1em;
    }
    
    .drawer-nav a {
        display: block;
        color: #666;
        padding: 1em;
    }
    .drawer-nav a:hover {}
    /* このクラスを、jQueryで付与・削除する */
    .drawer-nav.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .dw_sns {
        display: flex;
        justify-content: space-around;
        margin: 20px;
    }

    .navToggle {
        display: block;
        position: fixed;
        /* bodyに対しての絶対位置指定 */
        right: 0;
        top: 0;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 999;
        background: #022e53;
        text-align: center;
    }

    .navToggle span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px #eee;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 12px;
    }

    .navToggle span:nth-child(1) {
        top: 14px;
    }

    .navToggle span:nth-child(2) {
        top: 23px;
    }

    .navToggle span:nth-child(3) {
        top: 32px;
    }

    .navToggle span:nth-child(4) {
        border: none;
        color: #eee;
        font-size: 9px;
        font-weight: bold;
        top: 34px;
    }

    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 23px;
        left: 12px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 23px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }



    /************************* ページナビ *************************/
    .page_navi {
        text-align: center;
        padding: 10px 0;
        margin: 30px 0;
    }
    .page_navi span {
        color: #194675;
        padding: 3px 10px;
        display: inline!important;
    }

    .page_navi a {
        background-color: #194675;
        background-repeat: no-repeat;
        color: #fff;
        padding: 3px 5px;
        margin: 2px;
        display: inline;
        border-radius: 3px;
    }
    .page_navi a:hover {
        border: 2px solid #194675;
    }
    .pages {
        border: 1px solid #194675;
        color: #317dbe;
        padding: 3px 5px;
    }
    .current {
        border: 1px solid #194675;
        color: #194675;
        padding: 3px 5px;
        margin: 0 2px;
    }


    /************************* メインビジュアル *************************/
    #mv_sp {
        margin-top: 55px;
    }
    #mv_sp img {
        position: relative;
        vertical-align: top;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top center;

    }

    #mv_pc {
        display: none;
    }


    /*************************トップ共通*************************/
    .content_wrap {
        max-width: 100%;
        margin: 0 auto 50px;
    }
    .title_group {
        text-align: center;
    }
    .title_group h2 {
        text-align: center;
        font-size: 13px;
        margin: 0 0 30px;
        font-weight: bold;
    }

    .title_group span {

    }

    .title_group span::after {

    }

    #cont_btn {
        padding: 30px 0;
        width: 90%;
        margin: 0 auto;
    }
    
    #cont_btn .flex_area{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
    }
    
    .flex_area{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    
    /*************************news*************************/
    #news {
        padding: 50px 0 ;
        margin: 0 auto;
    }

    .news_inner {
        max-width: 100%;
        margin: 0 auto;
    }

    .news_inner ul {
        width: 90%;

        margin: 30px auto;
        background: #fff;
    }

    .news_inner li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        border-bottom: 1px dotted #ccc;
        font-size: 13px;
        flex-flow: column;

    }

    .news_inner a {
        color: #666;
    }

    .news_inner ul a:hover {
        color: #fbb82d;
    }
    .news_inner .news_list_date {
        font-weight: 500;
        padding-bottom: 5px;
        color: #022e53;
    }
    .news_inner .blog_list_title {
        font-size: 13px;
        line-height: 1.3;
    }

    #news .list_btn {
        float: right;
    }

    /*************************YouTube*************************/
    #youtube {
        padding:  50px 0;
        background-image: url(../img/youtube_bg-80-min.jpg);
        background-size: cover;
        background-position: center center;
    }

    #youtube .VideoWrapper {
    }
    #youtube iframe {
    }

    .VideoWrapper {
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .VideoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /*************************seminar*************************/
    #seminar {
        padding: 50px 0;
    }
    
    #seminar ul{
        width: 90%;
        margin: 0 auto;
    }
    #seminar li img{
        width: 100%;
        height: auto;
    }
    #seminar li {
        width: 48%;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        margin: 0 0 20px;

    }
    #seminar li div{
        padding: 10px;
    }
    #seminar li a {
        color: #666;
    }

    #seminar p{
        font-size: 13px;
        line-height: 1.2;
    }
    /*************************recruit*************************/
    #recruit {
        padding:  50px 0;
        background-image: url(../img/recruit_bg-80-min.jpg);
        background-size: cover;
    }

    #recruit p {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px;
        margin: 0 auto;
    }
    #recruit .btn_area {
        margin: 0 auto;
        text-align: center;
    }
    #recruit .list_btn {
    }

    /*************************googlemap *************************/
    .google_map {
        position: relative;
        padding-bottom: 30%;
        height: 400px;
        overflow: hidden;
    }
    .google_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    /************************* footer *************************/
    #to_top {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    #footer {
        max-width: 100%;
        margin: 0 auto;
    }

    #footer p {}

    #footer.footer_main {
        padding: 0;

    }
    .footer_inner {
        max-width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }

    #footer .footer_nav {
        display: none;
    }

    #footer a {
        display: block;
        padding: 0 0 10px 3px;
        color: #fff;
        line-height: 17px;
    }

    #footer a:hover {
        color: #fbb82d;
    }


    #footer a:hover {
        opacity: 0.7;

    }

    .company_info_erea {
        width: 100%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .company_info_erea div {
        width: 100%;
        text-align: center;
        border-top: 1px dotted #ccc;
        padding: 10px;
    }
    .company_info_erea p {
        font-size: 12px;
        line-height: 1.2rem;
    }
    
    .company_info_erea img {
        width: 120px;
        height: auto;
        margin-bottom: 15px;
    }

    #footer .copyright {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        background: #022e53;
    }

    #footer .copyright p {
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

    /************************* 固定ページ共通 *************************/
    #kv {
        max-width: 100%;
        height: 100px;
        background-image: url(../img/h2_bg-min.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        line-height: 100px;
        color: #fff;
        text-align: center;
        margin-top: 55px;
    }

    #kv h2 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;

    }


    #kv span {
        display: block;
        padding-top: 5px;
    }
    #contents {

    }

    .contents .content_wrap {
        padding: 40px 0;

    }

    .contents .content_wrap {

    }


    .title_group {
    }
    .contents .content_wrap .title_group h3 {
        position:relative;
        display:inline-block;
        margin: 0 0 20px;
        padding:0 20px 2px;
        border-bottom:1px solid #022e53;
        font-size: 24px;
        font-family: serif;
        font-weight: bold;
        color: #022e53;
    }


    .contents .content_wrap .title_group h3:before,     .contents .content_wrap .title_group h3:after{
        content:"";
        display:block;
        width:5px;
        height:5px;
        border-radius:50%;
        background:#111;
        position:absolute;
        top:24px;
    }
    .contents .content_wrap .title_group h3:before{left:-4px;}
    .contents .content_wrap .title_group h3:after{right:-4px;}
    

    .flex{
        display: flex;
        justify-content: space-around;
        flex-flow: row wrap;
    }

    /************************* 会社概要ページ*************************/
    #company {
    }

    #company .company_inner {
        width: 90%;
        margin: 0 auto;
    }
    .common_table {
        width: 100%;
        border: 1px solid #022e53;
        background: #fff;
        font-size: 13px;
        margin:0 auto 20px;
    }
    .common_table th {
        display: block;
        color: #fff;
        white-space: nowrap;
        padding: 10px;
        vertical-align: middle;
        text-align: left;
        background: #022e53;
    }

    .common_table td {
        display: block;
        padding: 10px;

        vertical-align: middle;
    }

    .common_table td span{
        font-size: 20px;
        font-weight: bold;
        color: #a70011;
    }

    #access {
    }

    #access p {
        text-align: center;
        font-size: 14px;
        padding: 0 0 30px;
    }

    /************************* 事業内容ページ*************************/

    #service {
    }
    #service .title_group span{
        display: block;
        font-size: 13px;
        margin: -20px 0 30px;
    }
    #service .service_inner {
    }

    #service .s01 {
        background: #c9e1fa;
    }

    #service .s02 {
        background: #e8dac9;
    }

    #service .s03 {
        background: #f7f7eb;
    }

    #service .service_box {
        display: flex;
        flex-flow: column;

    }

    #service .service_box h4 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 20px;
        color: #333;
        text-align: center;
    }

    #service .service_box p {
        font-size: 14px;
        color: #333;
        line-height: 1.3;
        padding-bottom: 10px;
    }

    #service .img_left,#service .img_right,#service .txt_wrap {
        width: 100%;
        height: auto;
    }


    #service .txt_right,#service .txt_left{
        width: 100%;
        padding: 20px;
    }

    #service .img_right{
 
    }

    #service .txt_left{

    }

    #service .service_box .btn_area {
        padding: 0;
        margin: 0;
    }

    #service .service_box .btn_area .list_btn {
        background: #fff;
    }
    
    #service .service_box .btn_area .list_btn:hover {
        background: #f00;
    }

    #service img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*************************取扱商品ページ*************************/
    #products {
    }

    #products .title_group span{
        display: block;
        font-size: 13px;
        margin: -16px 0 30px;
    }

    #products .products_inner {
        width: 90%;
        margin: 0 auto;
    }

    #products h4 {
        border-left: 6px solid #d84150;
        color: #022e53;
        font-size: 18px;
        padding: 5px 10px;
        margin: 0 0 20px;
        font-weight: bold;
    }

    #products .p_box_wrap {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    #products .p_box {
        width: 48%;
        background: #f4f4f4;
        text-align: center;
        box-shadow: 2px 2px 5px rgba(181, 181, 181, 0.6);
        margin: 0 0 30px;
    }

    #products img {
        max-width: 100%;
        height: auto;
    }

    #products p {
        padding: 20px 0;
        font-size: 13px;
        line-height: 1.2;
    }
    
    #products a {
        color: #666;
    }
    
    /*************************採用情報ページ*************************/

    #saiyou {
    }
    #saiyou.content_wrap{
    }

    #saiyou .title_group span{
        display: block;
        font-size: 13px;
        margin: -15px 0 30px;
    }

    #saiyou .saiyou_inner {
        width: 90%;
        margin: 0 auto;
    }

    #saiyou h4 {
        text-align: center;
        font-size: 18px;
        color: #022e53;
        font-weight: bold;
        margin: 0 0 20px;
        line-height: 1.3;
    }

    #saiyou .s_box_wrap {
        background-image: url(../img/saiyou_bg-80-min.jpg);
        background-size: cover;
        background-position: right;
        padding: 15px ;
    }

    #saiyou .s_box {
        background:rgba(255,255,255,0.9);

        padding: 10px;
    }

    #saiyou .btn_area {
        text-align: center;
    }


    #greeting {
    }
    #greeting.content_wrap{
        background-image: url(../img/greeting_bg-80-min.jpg);
        background-size: cover;
    }
    #greeting .title_group {
    }
    #greeting h3 {
    }
    #greeting .title_group span{
        display: block;
        font-size: 13px;
        margin: -15px 0 30px;
    }
    #greeting .greeting_inner {
        width: 90%;
        background:rgba(255,255,255,0.9);
        padding: 15px;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    #greeting .greeting_inner p {
        font-size: 14px;
    }
    #greeting img {
        box-shadow: 2px 2px 3px rgba(181, 181, 181, 0.5);
        margin-bottom: 5px;
    }
    #greeting .daihyo_img p{
        text-align: center;
        line-height: 1.3;
        margin: 0 0 20px;
    }
    #greeting .greeting_box {
        padding: 0;
    }
    #greeting .greeting_box p {
    }
    #staff {
    }
    #staff.content_wrap{
    }
    #staff .title_group span{
        display: block;
        font-size: 13px;
        margin: -15px 0 30px;
    }

    #staff .staff_inner {
        width: 90%;
        padding: 10px;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
    }
    #staff .staff_inner div {
        width: 100%;
    }
    #staff figure {
        width: 100%;
        margin: 0 0 20px
    }
    #staff img {
        width: 100%;
        height: auto;
        box-shadow: 2px 2px 3px rgba(181, 181, 181, 0.5);
    }
    #staff h4 {
        color: #022e53;
        font-weight: bold;
        border-bottom: 2px solid #d84150;
        margin: 0 0 20px;
        padding: 6px;
    }
    #staff h5 {
        background: #d84150;
        padding: 10px;
        color: #fff;
        margin: 0 0 20px;
    }
    #staff .staff_inner p {
        padding: 0 20px 20px;
        font-size: 13px;
    }

    #staff .btn_area {
        text-align: center;
    }

    #guideline {
    }
    #guideline .title_group span{
        display: block;
        font-size: 13px;
        margin: -15px 0 30px;
    }
    #guideline .guideline_inner {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    #guideline table {
        width: 100%;
        border: 1px dotted #ccc;
        background: #fff;
        font-size: 13px;
        margin:0 auto 20px;
        line-height: 1.5;
    }

    #guideline th {
        white-space: nowrap;
        padding: 15px;
        border-bottom: 1px dotted #ccc;
        vertical-align: middle;
        text-align: left;
    }
    
    #guideline td {

        padding: 15px;
        border: 1px dotted #ccc;
        vertical-align: middle;
        text-align: left;
    }
    #guideline th span{
        background-color: #b51515;
        color: #fff;
        font-size: 60%;
        font-weight: normal;
        padding: 0px 8px 2px;
        border-radius: 5px;
        margin: 0 0 0 10px;

    }
    
    #guideline .entry_table th,.entry_table td{
        display: block;
    }
    #guideline .entry_table th{
        border-bottom: none;
    }
    #guideline .entry_table td{
        border-right: none;
        border-left: none;
    }
    
    #guideline .btn_area {
        text-align: center;
    }

    /*************************セミナー情報一覧ページ*************************/

    #seminar_list {
    }
    #seminar_list.content_wrap{
    }

    #seminar_list .title_group span{
        display: block;
        font-size: 13px;
        margin: -15px 0 30px;
    }

    #seminar_list .seminar_inner {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    #seminar_list .seminar_box {
        width: 48%;
        border: 1px solid #009999;
        margin: 0 0 20px;

    }
    #seminar_list figure {
        width: 100%;
    }
    #seminar_list figure p {
    }
    #seminar_list img {
        width: 100%;
        height: auto;
    }
    #seminar_list .sem_date {
        font-size: 13px;
        padding: 10px;
        text-align: center;
    }
    #seminar_list .sem_title {
        font-size: 14px;
        padding: 0 0 15px;
        font-weight: bold;
        text-align: center;
    }
    #seminar_list .sem_info {
        background: #009999;
        padding: 10px;
        color: #fff;
        text-align: center;
    }

    #seminar_list .sem_info a {
        color: #fff;
    }

    /*************************セミナー情報詳細ページ*************************/

    #seminar_info {
        width: 95%;
        display: flex;
        flex-flow: column;
        margin: 0 auto;
        padding: 30px 0;
    }
    #seminar_info .seminar_content_wrap {
        width: 100%;
        margin: 0 auto;

    }
    #seminar_info .seminar_content_wrap#seminar_info .seminar_content {
    }

    #seminar_info .seminar_content h3 {
        border-bottom: 2px solid #ff5a53;
        font-size: 20px;
        padding: 0 10px 5px;
        font-weight: bold;
    }
    #seminar_info .cat_date_wrap {
        text-align: right;

        margin: 0 0 15px;
    }
    #seminar_info .date {
        font-size: 12px;
    }
    #seminar_info .text_area {
        background: #fff;
        padding: 15px;
        border: 1px solid #ccc;
    }
    #seminar_info .text_area p {
        font-size: 14px;
        padding-bottom: 20px;
    }
    #seminar_info img {
        max-width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    #seminar_info table {
        font-size: 14px;
        width: 100%;
        margin: 20px 0;
        border: 1px solid #ccc;
    }
    #seminar_info tbody {
    }
    #seminar_info tr {
    }
    #seminar_info th {
        background: #666;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 10px;
    }
    #seminar_info td {
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    #seminar_info .text_area h4 {
        border-left: 4px solid #009999;
        border-bottom: 1px solid #099;
        color: #099;
        padding: 0 10px 5px;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #seminar_info #but_area {
        display: flex;
        justify-content: space-between;
    }
    #seminar_info #but_area#seminar_info #next {
    }
    #seminar_info #next a {
        border: 1px solid #ccc;
        padding: 10px 15px;
        color: #333;
        margin: 30px 0;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 13px;
    }
    #seminar_info #prev {
    }
    #seminar_info #prev a {
        border: 1px solid #ccc;
        padding: 10px 15px;
        color: #333;
        margin: 30px 0;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 13px;
    }
    #seminar_info .sidebar {
        width: 100%;
        background: #fff;
    }
    #seminar_info .icon01 {
        background: #099;
        color: #fff;
        padding: 6px 0 12px;
    }

    .icon01::before {
        content: url(../img/cal_icon.png);
        margin: 10px;
        position: relative;
        top: 4px;
    }

    .sidebar ul {
        padding: 0;
        border: 1px solid #ccc;
    }

    .sidebar ul li {

    }

    .sidebar  ul li a{
        display: block;
        color: #333;
        padding: 10px;
        border-bottom: 1px dotted #ccc;
        font-size: 13px;
    }

    .sidebar div {
    }

    .sidebar p {
        font-size: 13px;
        color: #ff5a53;
    }

    .sidebar h5 {
        font-size: 14px;
    }

    /*************************お問合せページ*************************/

    /**ボタンCSSのリセット**/

    .input_but{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .input_but {
        background-color: #00a5d7;
        color: #fff;
        padding: 5px 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        border-radius: 5px;
        margin: 0 50px;
    }

    .input_but:hover {
        opacity: 0.5;
    }

    #inputbut_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    input {
        font-size: 106%;
    }

    input,select {
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    input[type="text"],input[type="email"]{
        width: 100%;
        box-sizing: border-box;
    }
    textarea{
        width: 100%;
        box-sizing: border-box;
    }
    
    
    
    .tex_01 {
        width: 60%;
    }

    .tex_02 {
        width: 100%;
    }

    .tex_03 {
        width: 40%;
    }

    .text_box {
        width: 100%;
        height: 200px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 106%;
        border: 1px solid #ccc;
        font-family: 'Noto Sans Japanese', sans-serif;
    }

    .fom_area table td .nomal {
        margin: 0;
        width: 100%;
    }

    .fom_area table td .nomal th {
        font-size: 86%;
        width: 30%;
    }

    .day_box {
        margin-bottom: 5px;
        width: 50%;
    }
    .mw_wp_form input[type="file"] {
        display: inline-block;
        margin: 0 0 5px;
    }



    /* メディアクエリー閉じタグ */
}