@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px) {
    /* メディアクエリー */
    /********************************************************/
    /*************************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: 1000px;
        color: #666;
        background-image: url(../img/body_bg-80-min.jpg);
        font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    }

    p {
        font-size: 16px;
        line-height: 1.5rem;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        opacity: 0.7;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    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;
    }

    .sp {
        display: none;
    }
    h1 {}
    h2 {}
    h3 {}
    h4 {}
    h5 {}
    h6 {}

    
    .btn_area {
        margin: 30px 0;
    }
    
    .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;
    }

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


    /************************* パンくず *************************/
    #pankuzu {
        color: #666;
        border-bottom: 1px dotted #ccc;

    }
    #pankuzu ul {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0 auto;
        max-width: 1000px;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #pankuzu li {
        display: inline;
        font-size: 13px;
        padding: 2px 10px 0 10px;
    }
    #pankuzu a {
        color: #0e529c;
    }


    /************************* header *************************/
    .header_main {
        width: 100%;
        padding: 15px 0 0;
        position: fixed;
        top: 0;
        background: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
        z-index: 999;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-top: 4px solid #022e53;
    }
    
    .header_wrap{
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .is-animation {
        opacity: 0;
        margin-top: -123px;
    }

    .header_txt {

    }
    .header_txt p {

    }

    .header_inner {
        max-width: 280px;
        margin: 0 ;
    }

    .header_copy {
        color: #333;

    }
    .header_copy p {
        font-size: 13px;
        line-height: 1.3;
    }
    .header_copy br {
    }
    .header_sns {
        width: 68px;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    .header_sns p {
        padding: 3px 0;
    }
    .header_sns img {
    }
    .header_txt {
        color: #022e53;
        text-align: left;

    }
    .header_txt .open_status {
    }
    .header_txt .tel_icon {
        font-weight: bold;
        font-size: 28px;
        
    }

    .header_txt .tel_icon::before {
        content: url(../img/tel_icon.png);
        margin: 0 5px 0 0;
        position: relative;
        top: 3px;
    }
    .header_txt p {
        font-size: 14px;
        font-weight: 600;
    }

    /************************* グローバルナビ *************************/
    .main_nav {
        width: 100%;
        padding: 0;
        background: #022e53;
        margin: 10px 0 0;
    }

    .main_nav.pc {}
    .main_nav .header_nav {
        max-width: 1000px;
        display: flex;
        margin: 0 auto;
        color: #fff;
    }
    .main_nav ul {
        margin-left: 20px;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    .main_nav li {
        text-align: center;
        font-size: 14px;

    }

    .main_nav li:last-of-type {
        padding: 0;

    }
    
    .main_nav li:first-of-type {
        border-left: none;
    }

    .main_nav a {
        display: block;
        color: #fff;
        width: auto;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .main_nav a:hover {

    }
    


    .main_nav .home {
        border-bottom: none;
    }

    .main_nav .home:hover {
        border-bottom: none;
    }

    .main_nav a:hover {}

    .dw_but {
        position: relative;

    }
    .dw_but a {}

    .is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
    }

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

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


    /************************* メインビジュアル *************************/
    #mv_pc {
        width: 100%;
        height: 640px;
        margin: 163px auto 0;
        overflow: hidden;
        box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.3);
    }

    #mv_pc img {
        position: relative;
        vertical-align: bottom;
        width: 100%;
        height: 640px;
        object-fit: cover;
    }

    #mv_sp {
        display: none;
    }

    /*************************トップ共通*************************/
    .content_wrap {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .flex_area{
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-flow: row wrap;
    }
    .title_group {
        text-align: center;
    }
    .title_group h2 {
        text-align: center;
        font-size: 13px;
        margin: 0 0 30px;
        font-weight: 500;
    }

    .title_group span {

    }
    
    .title_group span::after {

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

    .news_inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .news_inner ul {
        width: 85%;
        margin: 30px auto;
    }

    .news_inner li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
        border-bottom: 1px dashed #ccc;
        font-size: 13px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .news_inner li:last-child{

    }
    
    .news_inner a {
        color: #666;
    }

    .news_inner ul a:hover {
        color: #fbb82d;
    }
    .news_inner .news_list_date {
        margin-right: 60px;
    }
    .news_inner .blog_list_title {
        font-size: 14px;
    }

    #news .list_btn {
        float: right;
    }


    /*************************YouTube*************************/
    #youtube {
        padding: 100px 0;
        background-image: url(../img/youtube_bg-80-min.jpg);
        background-size: cover;
    }
    
    #youtube .btn_area{
        text-align: center;
    }
    
    #youtube .VideoWrapper {
    }
    #youtube iframe {
    }
    .VideoWrapper {
        width: 460px;
        height: auto;
    }
    .VideoWrapper iframe {
        position: relative;
        width: 100%;
    }
    
    /*************************seminar*************************/
    #seminar {
        padding: 100px 0;
    }

    #seminar img{
        max-width: 100%;
        height: auto;
    }
    
    #seminar li {
        width: 200px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    #seminar li div{
        padding: 10px;
    }
    #seminar li a {
        color: #666;
    }

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

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

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

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

    #footer p {}

    #footer.footer_main {
        padding: 0;

    }
    .footer_inner {
        max-width: 1000px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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


    #footer ul {
        max-width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
    }
    #footer li {
        font-size: 13px;
        margin-left: 10px;
    }

    #footer li:before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        background-color: #fff;
        border-radius: 50%;
        position: relative;
        top: 13px;
        left: -10px;
    }

    #footer ul li li:before {
        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 {
        max-width: 100%;
        padding: 30px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .company_info_erea div {
        width: 1000px;
        text-align: center;
    }
    .company_info_erea p {
        font-size: 12px;
        line-height: 1.2rem;
    }

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

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

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

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

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

    #contents {

    }
    
    .contents .content_wrap {
        padding: 100px 0;

    }
    
    .contents .content_wrap {

    }
    
    
    .title_group {
    }
    .contents .content_wrap .title_group h3 {
        position:relative;
        display:inline-block;
        margin: 0 0 30px;
        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: 1000px;
        margin: 0 auto;
    }
    .common_table {
        width: 80%;
        border: 1px solid #022e53;
        background: #fff;
        font-size: 13px;
        margin:0 auto 20px;
    }
    .common_table tbody {
    }
    .common_table tr {
    }

    .common_table th {
        color: #fff;
        white-space: nowrap;
        padding: 10px;
        border-bottom: 1px solid #fff;
        vertical-align: middle;
        text-align: left;
        background: #022e53;
    }
    
    .common_table tr:last-child th {
        border-bottom: none;
    }
    .common_table td {
        padding: 10px;
        border: 1px solid #022e53;
        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: -25px 0 30px;
    }
    #service .service_inner {
    }
    
    #service .s01 {
        background: #c9e1fa;
    }
    
    #service .s02 {
        background: #e8dac9;
    }
    
    #service .s03 {
        background: #f7f7eb;
    }
    
    #service .service_box {
        display: flex;

    }
    
    #service .service_box h4 {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 20px;
        color: #333;
    }
    
    #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: 50%;
        height: auto;
    }
    
    
    #service .txt_right,#service .txt_left{
        width: 500px;
        padding: 30px;
    }
    
    #service .img_right{
        order: 2;
    }


    #service .txt_left{
        order: 1;
        float: right;
    }
    
    
    #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: -25px 0 30px;
    }

    #products .products_inner {
        width: 1000px;
        margin: 0 auto;
    }
    
    #products h4 {
        border-left: 6px solid #d84150;
        color: #022e53;
        font-size: 20px;
        padding: 5px 10px;
        margin: 0 0 20px;
        font-weight: bold;
    }
    
    #products .p_box_wrap {
        display: flex;
        flex-flow: row wrap;

    }
    
    #products .p_box {
        width: 240px;
        background: #f4f4f4;
        text-align: center;
        box-shadow: 2px 2px 5px rgba(181, 181, 181, 0.61);
        margin: 0 5px 30px;
    }
    
    #products img {
        max-width: 100%;
        height: auto;
    }
    
    #products p {
        padding: 20px 0;
        font-size: 13px;
    }
    #products a {
        color: #666;
    }
    
    /*************************採用情報ページ*************************/

    #saiyou {
    }
    #saiyou.content_wrap{
    }

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


    #saiyou .saiyou_inner {
        width: 800px;
        margin: 0 auto;
    }
    
    #saiyou h4 {
        text-align: center;
        font-size: 20px;
        color: #022e53;
        font-weight: bold;
        margin: 0 0 30px;
    }
    
    #saiyou .s_box_wrap {
        background-image: url(../img/saiyou_bg-80-min.jpg);
        background-size: cover;
        padding: 100px 100px 100px 50px;
    }
    
    #saiyou .s_box {
        background:rgba(255,255,255,0.9);
        padding: 20px;
    }
    
    #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: -24px 0 30px;
    }
    #greeting .greeting_inner {
        width: 800px;
        background: #fff;
        padding: 20px;
        margin: 0 auto;
        display: flex;
    }

    #greeting .greeting_inner p {
        font-size: 14px;
    }
    #greeting img {
        box-shadow: 2px 2px 3px rgba(181, 181, 181, 0.5);
        margin-bottom: 5px;
    }

    #greeting .greeting_box {
        padding: 0 0 0 20px
    }
    #greeting .greeting_box p {
    }
    #staff {
    }
    #staff.content_wrap{
    }
    #staff .title_group span{
        display: block;
        font-size: 13px;
        margin: -24px 0 30px;
    }

    #staff .staff_inner {
        width: 800px;
        padding: 20px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #staff .staff_inner div {
        width: 360px;
    }
    #staff figure {
        margin: 0 0 20px
    }
    #staff img {
        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: -24px 0 30px;
    }
    #guideline .guideline_inner {
        width: 800px;
        padding: 20px;
        margin: 0 auto;
    }
    
    #guideline table {
        width: 80%;
        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 .btn_area {
        text-align: center;
    }
    /*************************セミナー情報一覧ページ*************************/

    #seminar_list {
    }
    #seminar_list.content_wrap{
    }

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

    #seminar_list .seminar_inner {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    #seminar_list .seminar_box {
        width: 240px;
        border: 1px solid #009999;
        margin: 0 0 20px;
    }
    
    #seminar_list .seminar_box a{
        color: #333;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    #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 10px 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }
    #seminar_list .sem_info {
        background: #009999;
        padding: 10px;
        color: #fff;
        text-align: center;
        margin-top: auto;
    }

    #seminar_list .sem_info a {
        color: #fff;
    }
    
    
    /*************************セミナー情報詳細ページ*************************/
    
    #seminar_info {
        width: 1000px;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        margin: 0 auto;
        padding: 100px 0;
    }
    #seminar_info .seminar_content_wrap {
        width: 740px;
        margin: 0 auto;

    }
    #seminar_info .seminar_content_wrap#seminar_info .seminar_content {
    }

    #seminar_info .seminar_content h3 {
        border-bottom: 2px solid #ff5a53;
        font-size: 26px;
        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 {
        margin: 0 0 20px;
        max-width: 100%;
        height: auto;
    }
    #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: 20px;
        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: 220px;
        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: 10px 20px;
        width: 150px;
        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: 700px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /**radioのcss**/

    .radio {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }

    label {
        position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
        display: inline-block;
        padding: 3px 3px 3px 20px;
        cursor: pointer;
    }

    .radio+span::before,/* ＜span＞タグの疑似要素を作ります*/
    span::after {
        position: absolute;
        content: '';
        top: 50%;
        border-radius: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .radio+span::before {
        left: 0;
        width: 14px;
        height: 14px;
        margin-top: -8px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
        border: 1px solid #ccc;
    }

    .radio+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }

    .radio+span::after {
        opacity: 0;
        left: 4px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #be2828;/* ラジオボタンのチェックした時の色の指定*/
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .radio:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
        background: #fff;
        border: 1px solid #be2828;/* ラジオボタンのチェックした時の枠の線の指定*/
    }

    .radio:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    input {
        font-size: 106%;
    }

    input,select {
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .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;

    }

    .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;
    }

    .mw_wp_form input[type="text"],.mw_wp_form input[type="email"] {
        width: 100%;
    }

    .mw_wp_form textarea {
        width: 100%;
    }
































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