@charset "UTF-8";
/* CSS Document */
/*　------  全体  -----  */
body{
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
    line-height: 1.2em;
    width: 100%;
}

/*　------  共通部分  -----  */
.fl{
    float: left;
}
.fr{
    float: right;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cn{
    float: none;
}
.cb{
    clear: both;
}
.Android{
    font-family: "Verdana","Droid Sans";
}
.Bg_red{
    background-color: #be2020;
}
main a{
    color: #be2020;
}
.ttl_style01 {
    padding-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: dashed 1px #808080;
}
.paragraph {
    padding-left: 1em;
    padding-bottom: 0.5em;
}


/*---------　遊び（隠しコンテンツ用）　---------*/
#ft_end #ado{
    width: 15px;
    padding-top: 500px;
}
#img_move{
    position: relative;
}
#intro_Unlay img{
    width: 100%;
    margin-top: 20px;
}
.intro_st{
    font-size: 13px;
    position: relative;
    border-radius: 5px;
    border: 3px solid #be2020;
    padding: 30px 20px 15px;
    margin: 20px;
}
.intro_st p{
    position: absolute;
    top: -15px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px 30px;
    margin: 0 auto;
}
.intro_st li{
    text-indent: -5em;
    padding-left: 5em;
    margin-bottom: 10px;
}
.intro_st li.indent_3{
    text-indent: -3em;
    padding-left: 3em;
}
.intro_story{
    margin: 30px 30px 80px;
}
.intro_story h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.intro_story p{
    font-size: 14px;
    margin-bottom: 10px;
}

/*　------  採用情報ページ  -----  */
/* ▼タブ */
#Tab_Control a{
    color: #a4a4a4;
    background-color: #fff;
    border-color: #a4a4a4;
    text-align: center;
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    text-decoration: none;
    position: relative;
    z-index: 0;
    width: 31%;
    padding: 10px 0;
}

/* ▼タブにマウスポインタがのった際*/
#Tab_Control a:hover{
    color: #be2020;
}

#Tab_Control a.active{
    color: #be2020;
    background-color: #FCF6F6;
    border-color: #be2020;
    z-index: 2;
}
#Tab_Body{
    margin-bottom: 10px;
}

/* ▼タブの中身 */
#Tab_Body .Tab_inner{
    border: 1px solid #be2020;
    padding: 30px 15px 5px;
    background-color: #FCF6F6;
    position: relative;      /* z-indexを調整するために必要 */
    z-index: 1;
    margin-top: -1px;
}
.Tab_page_in h3{
    font-weight: bold;
    border-bottom: 1px solid #be2020;
    margin-bottom: 3px;
}
.Tab_page_in h3,
.Tab_page_in p,
.Tab_page_in ul{
    padding-left: 1em;
    padding-right: 1em;
}
.office_view{
    text-align: center;
}
.office_view p{
    margin-top: 30px;
}
.ado_sorry{
    display: inline-block;
    width: 50px;
    height: 65px;
    background-image: url("/image/ado_sorry.png");
    background-size: 50px 65px;
    background-repeat: no-repeat;
}
.ado_sorry:hover{
    background-image: url("/image/ado_center.png");
    background-size: 50px 65px;
    background-repeat: no-repeat;
}
.senior{
    position: relative;
    color: #fff;
}
.senior h4{
    font-weight: bold;
    text-indent: 1em;
    margin-bottom: 5px;
}
.img_senior{
    width: 35%;
    border-radius: 50%;
}
.tx_senior{
    width: 60%;
    margin-bottom: 10px;
}
img.img_wtcat{
    width: 20px;
    position: absolute;
    bottom: 0;
    right: 20px;
}

/*------------ プロダクト紹介ページ ----------*/
.product .content{
    line-height: 1.2;
}
.product_ttl img{
    width: 80px;
    margin-right: 20px;
}
.product_ttl h3{
    font-size: 32px;
    font-weight: bold;
}
.product_content .copy{
    font-size: 18px;
}
.product_content .read{
    font-size: 14px;
}
.download p{
    text-align: center;
    font-weight: bold;
}
.download-icon .appstore{
    height: 60px;
}

/*------------ 利用規約 ----------*/
.terms ol li {
    margin-top: 10px;
}
.update_date {
    margin: 2em 1em;
}

/*******************************************************************/
/* 768px down            (smartphone)                       */
/*******************************************************************/
@media screen and (max-width: 768px){
/*================<start>==========================================*/
/*　------  共通部分  -----  */
.pc{
    display: none;
}
.sp-cn{
    float: none;
}
.br_pc{
    display: none; /*改行解除*/
}
/*　========  ファーストビュー  =========  */
/*　------  ヘッダー  -----  */
header{
    text-align: center;
    background-color: #fff;
}
#logo img{
    width: 93px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10.8px;
}
/*　------  ハンバーガーメニュー  -----  */
#ham-menu {
    font-size: 95%;
    line-height: 2.5em;
    text-align: left;
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -200px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 200px; /*メニュー横幅*/
    z-index: 1000;
}
#ham-menu li{
    border-bottom: solid 1px #eee;
    padding-left: 10px;
}
#ham-menu li a{
    color: #BE2020;
    text-decoration: none;
    display: block;
}
#ham-menu .icon{
    font-size: 150%;
    vertical-align: middle;
    padding-right: 5px;
}
#menu-background {
    background-color: #eee; /*グレー背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}
#menu-icon {
    background-color: #fff; /*アイコン部分背景色*/
    border-radius: 10px 0 0 10px; /*左下角丸*/
    color: #BE2020; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 57px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}
#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-200px); /*メニュー本体横幅 width と合わせる*/
}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}

/*　------  message  -----  */
#main_visual{
    background: url(/image/img_company.png) no-repeat;
    background-position: center;
    background-size: contain;
}
#main_visual p{
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
    font-size: 19px;
    font-weight: bold;
    padding-top: 3%;
    padding-bottom: 37%;
}
.sent{
    color: #BE2020;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}
.sent p{
    margin-top: 15px;
}
.sent p:first-child{
    margin-top: 0;
}
.sent ul{
    margin-top: 5px;
}
.sent li{
    line-height: 1.7em;
}

/*　------  スマホ　画面下固定　ナビ  -----  */
#sp_nav{
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
}
#sp_nav li{
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    width: 20%;
    box-sizing: border-box;
    border: solid 1px #be2020;
    padding-top: 5px;
}
#sp_nav a{
    color: #be2020;
    text-decoration: none;
}
#sp_nav .icon{
    font-size: 30px;
}

/*　------  ★パンくずリスト  -----  */
.breadcrumb{
    margin-top: 3px;
    padding-left: 10px;
}
.breadcrumb li{
    color: #686868;
    font-size: 12px;
    display: inline-block;
    padding: 10px 0 12px 0;
}
.breadcrumb li:after{
    content: "＞";
    padding-left: 5px;
}
.breadcrumb li:last-child::after{
    content: none;
}

/*　------  フッター  -----  */
footer{
    background-color: #BE2020;
    font-size: 16px;
}
footer a{
    color: #fff;
    text-decoration: none;
}
#ft_end{
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
#ft_end p{
    font-size: 9px;
    color: #808080;
}

/*　------  フッター　ナビ部分  -----  */
#nav_out{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 3em;
}
#nav_out li{
    padding-left: 25px;
}
#nav_out a{
    display: block;
}

/*  Company、Recruit部分  */
.select {
    background: #BE2020;
    color: #fff;
}
.select_in{
    font-size: 14px;
}
.select_in a::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 3px;
}
.select label{
    display: block;
    cursor: pointer;
}
input[type="checkbox"].on-off{
    display: none;
}
.select ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
input[type="checkbox"].on-off + label + ul{
  display: none;
}
input[type="checkbox"].on-off:checked + label + ul{
  display: block;
}

/*  Company、Recruit部分のmark  */
.accordion{
    position: relative;
}
.select label::before{
    content: "＋"; /*閉じている時の表示*/
    position: absolute;
    top: 0;
    right: 3%;
}
.on-off:checked + label::before {
    content: "−"; /*開いた時の表示*/
}

/*フッターロゴ*/
#ft_end .footer_logo img{
    width: 160px;
}
#ft_end p{
    font-size: 10px;
}
/*　遊び（隠しコンテンツ用）*/
#ft_end #ado{
    margin-bottom: 50px;
}

/*---------　メインコンテンツ　---------*/
#section{
    background-color: #eee;
    background-image: url(/image/background.png);
    font-size: 13px;
    padding-bottom: 60px;
}
#section a{
    color: #BE2020;
}
#contents{
    padding-top: 40px;
}
#contents_in{
    margin-left: 20px;
    margin-right: 20px;
}

/*パネル背景*/
.Bg_white_sp{
    background-color: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
}

/*　section　title　*/
.cont_sT{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 2px #BE2020;
    padding-top: 12px;
    padding-bottom: 3px;
    margin-bottom: 14px;
}
.cont_sT span{
    font-size: 11px;
    font-weight: normal;
}
.news_layout{
    text-align: center;
    padding-bottom: 15px;
}

/*----- margin ---*/
.mt_15{
    margin-top: 15px;
}
.mt_95{
    margin-top: 95px;
}

/*----- button_decoration ---*/
.btn_red{
    color: #fff;
    background-color: #BE2020;
    display: inline-block;
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
}

/*------------ news ----------*/
.news_list{
    padding: 0 20px 0 20px;
}
.news_list dl:after {
	content: "";
	display: block;
	clear: both;
}
#news .news_list dt{
    color: #666;
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}
#news .news_list dd{
    padding-bottom: 10px;
    margin-left: 85px;
}

/*------------ service ----------*/
#service{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#service_in{
    color: #1845CB;
    width: 250px;
    margin: 0 auto;
}
#service li{
    margin-bottom: 10px;
}
#service li p{
    margin-top: 4px;
}
.img_cut{
    width: 250px;
}
.img_cut img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

/*------------ concept ----------*/
#concept span{
    font-weight: bold;
}
#concept span.ft_col{
    color: #BE2020;
}
.concept_in{
        padding: 0 20px 15px 20px;
}
.concept_in h3, .concept_in p{
    margin-bottom: 15px;
}
.concept_in h3, .concept_in p:last-child{
   text-align: center;
}
.concept_in p:last-child{
    margin-bottom: 0;
}

/*------------ info ----------*/
#info{
    text-align: center;
    background:url(/image/background.png);
}
#info a{
    text-decoration: none;
}
#info h3{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
}
#company_info p:nth-child(2){
    margin-top: 10px;
    margin-bottom: 10px;
}
.Bg_pd{
     padding: 10px;
}
.img_wd:first-child{
    margin-right: 2%;
}
.img_wd{
    width: 49%;
}
.img_wd_cut{
    height: 80px;
}
.img_wd_cut img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}
#company_info{
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
}
#company_info a{
    color: #be2020;
    text-decoration: underline;
}
#company_info p:first-child{
    font-size: 14px;
    font-weight: bold;
}

/* TOP info下のボタンスタイル */
#info .btn_info a{
    color: #fff;
}
#info .icon{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.btn_red p{
    display: inline-block;
    vertical-align: middle;
}



/*#####################　下層ページ ####################################################*/

/*　　　共通     */
.main_title h2{
    font-size: 18px;
    font-weight: bold;
    border-left: solid 5px #be2020;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 10px;
}
.main_section{
    font-size: 13px;
}
#contact{
    padding-top: 20px;
}
.tx_cent{
    text-align: center;
}

/*------------ 下層ページのinfo部分 ----------*/
#info{
    padding: 50px 15px;
}
#info.pd_none{
    padding-left: 0;
    padding-right: 0;
}
.info_none{
    display: none;
}

/*------------お問い合わせページ------------*/

/*　入力ページ　*/
#contact a{
    color: #be2020;
}
.tx_cent.tel_msg{
    margin-top: 10px;
    margin-bottom: 30px;
}
#mail{
    color: #fff;
    background-color: #be2020;
    border-bottom: solid 1px #fff;
    font-size: 13px;
}
#mail h3{
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding: 20px 0 5px 0;
}
#mail_in{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 30px 20px;
}
#mail p, #mail label{
    font-size: 13px;
}
#mail_in > p{
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#mail label{
    padding: 6px;
    margin-right: 5px;
}
#mail a{
    color: #fff;
}

/*　★☆★☆　error MessageのStyle　★☆★☆　*/
#mail p.error_msg{
    color: #FFFF00;
    font-size: 12px;
}
/*　★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆　*/

/* Form BOX size */
.box{
    box-sizing: border-box;
    width: 98%;
    height: 35px;
    padding-left: 1em;
    margin-top: 3px;
}
.box.half{
    width: 47%;
}
.mr_text{
    margin-right: 2%;
}
/*text 周辺*/
input[type="text"],
textarea{
    -webkit-appearance: none;
    border-radius:0;
    border: none;
}

/*ラジオボタン周辺*/
input[type="radio"]{
    display: none;
}
.radio_fl li{
    display: inline-block;
    margin-left: 20px;
}
.cl_radio{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    cursor: pointer;
}
.cl_radio:hover:after {
    border-color: #fff;
}
.cl_radio:after {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}
.cl_radio:before {
    background: #000;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: -16px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    display: block;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    opacity: 0;
}
input[type=radio]:checked + .cl_radio:before{
    opacity: 1;
}

/*Pref 周辺*/
.select-wrap{
    color: #000;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 48%;
    height: 35px;
}
.select-wrap select{
    -webkit-appearance: button;
    appearance: button;
}
.select-wrap select{
    background-color: #fff;
    border: none;
    z-index: 2;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 100%;
    padding-left: 1em;
}
.select-wrap::before{
    color: #696969;
    background-color: #fff;
    content: "▼";
    display: block;
    position: absolute;
    z-index: 3;
    top: 9px;
    right: 6px;
}
/*textarea*/
.description{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 8px 8px 8px 1em;
    margin-top: 3px;
}
.layout_mail{
    margin-top: 15px;
}
.layout_mail dd{
    margin-top: 5px;
}
.layout_mail dt span{
    color: #be2020;
    background-color: #fff;
    border-radius: 3px;
    padding: 4px;
    margin-left: 6px;
}

/*checkbox周辺*/
.chance{
    margin-top: 10px;
    margin-bottom: 20px;
}
.chance ul{
    padding-top: 1px;
}
.chance li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.chance input[type="checkbox"]{
    display: none;
}
/*checkbox parts*/
span.checkbox_box{
    position:relative;
}
.checkbox_box:before{
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    content: "";
    border: solid 1px #fff;
    width: 25px;
    height: 25px;
    margin-left: -5px;
    margin-right: 5px;
}
input[type="checkbox"]:checked + .checkbox_box:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 3px;
    width: 9px;
    height: 16px;
    transform: rotate(50deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}

/*form button*/
.bt_input input[type="submit"]{
    color: #be2020;
    background-color:#fff; 
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    font-size: 13px;
    font-weight: bold;
    border: solid 1px #fff;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    padding: 0 40px;
}
.bt_input{
    text-align: center;
    margin-top: 20px;
}

/*form button -end*/

/*  placeholderのフォント指定*/
input::-webkit-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
    line-height: 1.286;
}
input::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
input::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
input:-ms-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}

textarea::-webkit-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
    line-height: 1.286;
}
textarea::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
textarea::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
textarea:-ms-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}

/*　確認ページ　*/

#mail_check{
    color: #000;
    background-color: #fff;
}
/*　確認・完了ページの共通タイトル　*/
.contact_title{
    color: #be2020;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #be2020;
    padding-bottom: 5px;
}
#mail_check_in{
    padding-bottom: 50px;
    font-size: 13px;
}
.ft_check01{
    font-weight: bold;
    text-indent: 1em;
    padding: 8px 0;
}
.layout_check dt{
    color: #fff;
    background-color: #be2020;
    text-indent: 1em;
    padding: 8px 0;
}
.layout_check dd{
    color: #000;
    background-color: #fff;
    font-weight: bold;
    padding: 8px 0 8px 1em;
}
.chance_check{
    margin-bottom: 20px;
}
.bd_bt{
    border-bottom: solid 1px #be2020;
}
.bt_check{
    text-align: center;
    margin-top: 10px;
}

/*確認ページのbutton style*/
.bt_check input[type="submit"]{
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 1px #CFCFCF;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    padding: 0 60px;
    margin-bottom: 10px;
}
.bt_check input[type="submit"]#btn_revise{
    color: #C4C4C4;
    background-color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    font-size: 13px;
    border: solid 1px #D4D4D4;
}
.bt_check input[type="submit"]#btn_submit{
    color: #fff;
    background-color:#be2020;
    background:-webkit-gradient(linear, left top, left bottom, from(#be2020), to(#be2020));
    font-size: 13px;
    border: solid 1px #be2020;
}
.ft_check02{
    font-size: 11px;
    display: block;
    width: 235px;
    margin: 0 auto;
}

/*　完了ページ　*/
#mail_finish{
    height: 480px;
}
#mail_finish_in{
    width:250px;
    margin: 0 auto;
}
#mail_finish_in p{
    margin-top: 50px;
}
#mail_finish_in p:nth-child(2){
    text-align: center;
}
#mail_finish_in a{
    color: #949494;
    text-align: center;
    text-decoration: underline;
}

/*------------お知らせページ------------*/
#news_Underlayer{
    background: url(/image/background.png);
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: 25px;
}
.news_title{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #be2020;
    padding-top: 10px;
    padding-bottom: 5px;
}
#news_Underlayer dl{
    background-color: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    padding: 20px 15px;
    margin-top: 16px;
}
#news_Underlayer dt{
    color: #666;
}
#news_Underlayer dd{
    margin-top: 10px;
    margin-left: 40px;
}
#news_Underlayer .news_list li:nth-child(n + 11){
	display: none;
}
/*------------会社情報ページ------------*/
.list_disc{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 0.5em;
	margin-left: 10px;
}

	/*会社概要ページ*/
.company{
	margin: -5px 20px 30px;
	font-size: 13px;
}
.company h3{
	border-bottom: solid 1px #be2020;
	padding-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.company a:link{
	color: #be2020;
}
.company dd:nth-child(4){
	padding-bottom: 10px;
}
.history{
    padding: 20px auto 0;
    margin: 15px 20px 20px;
    font-size: 13px;
}
.history dt{
	float: left;
	clear: left;
	width: 25%;
}
.history dd{
	float: left;
	width: 75%;
}

/*経営理念ページ*/
.keieirinen{
	margin: -10px 20px 50px;
	font-size: 13px;
}
.keieirinen h3{
	padding-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: dashed 1px #808080
}
.ft_bol_r{
	font-weight: bold;
	color: #be2020
}
.keieirinen p{
	margin-bottom: 10px;
}
.img_origin{
	display: block;
	margin: 25px auto;
}

/*------------プライバシーポリシー----------*/
.privacy_policy{
	margin: 15px 20px 50px;
	font-size: 13px;
}
.privacy_policy h3{
	padding-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: dashed 1px #808080;
}
.privacy_policy h4{
	padding-top: 20px;
}
.privacy_policy .subHeading{
    padding-top: 0.5em;
}
.privacy_policy .contact{
    display: flex;
    padding-right: 0.5em;
    flex-wrap: wrap;
}
.privacy_policy .contact li::after{
    content: "/";
    display: inline;
    padding-left: 0.5em;
}
.privacy_policy .contact li:last-child:after{
    content: "";
    display: none;
}
/*------------利用規約----------*/
.terms {
	margin: 15px 20px 50px;
	font-size: 13px;
}
/*------------サイトマップ----------*/
.sitemap{
	margin: 15px 1px 0px;
	font-size: 14px;
	border-top: 1px solid #eee;
}
.sitemap a{
	text-decoration: none;
}
.sim_bar{
	display: block;
	border-bottom: 1px solid #eee;
	font-weight: bold
}
.sim_bar01{
	padding: 13px 0 13px 20px;
	background-color: #fcf6f6;
}
.sim_link01{
	padding: 13px 0 13px 20px;
}
.sim_link02{
	padding: 13px 0 13px 50px;
}
/*------------サービス　ページ------------*/
#Service_Unlay{
    padding: 25px 10px;
}
#Service_Unlay li:after{
	content: "";
	display: block;
	clear: both;
    margin-bottom: 40px;
}
#Service_Unlay h3{
    color: #1845CB;
    font-size: 15px;
    font-weight: bold;
}
#Service_Unlay p{
    font-size: 13px;
}
.st_Box{
    box-sizing: border-box;
    width: 50%;
}
.service_img_box{
    width: 48%;
}
.service_img_box img{
    width: 100%;
    object-fit: cover;
}
.service_img_box.fr{
    padding-left: 2%;
}
.service_img_box.fl{
    padding-right: 2%;
}

/*------------コンセプト　ページ------------*/
.st_concept,
.concept_Unlay img{
    float: none;
}
.concept_Unlay{
    font-size: 15px;
    line-height: 1.8em;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px;
}
.concept_Unlay h3{
    border: none;
    text-align: center;
    margin-bottom: 25px;
}
.concept_Unlay p{
    text-align: left;
    margin-bottom: 20px;
}
.concept_Unlay span{
    font-weight: bold;
}
.concept_Unlay .ft_col{
    color: #BE2020;
}

/*------------採用情報　ページ------------*/
#move_rl{
    display: none;
}
.recruit_Unlay{
    font-size: 13px;
    margin: 15px 10px;
}
.Tab_page_in{
    margin: 10px;
}
.Tab_page_in p,
.Tab_page_in ul{
    margin-bottom: 30px;
}
.senior{
    padding: 20px;
}
.tx_senior p{
    font-size: 12px;
    margin-bottom: 5px;
}

/*------------ プロダクト紹介ページ ----------*/
.product{
    padding-bottom: 50.48px;
}
.product .content{
    width: 89.3%;
    margin: 25px auto 0;
}
.product .product_ttl{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.product_ttl h3{
    width: 70%;
}
.product_content>img{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.product_content .copy{
    margin-bottom: 20px;
}
.product_content .read{
    margin-bottom: 40px;
}
.product_content .download-icon{
    text-align: center;
    padding-top: 15px;
    height: 60px;
}
.download-icon a{
    display: inline-block;
}
.download-icon .qr{
    display: none;
}






/*#####################　下層ページend ################################################*/




}/*@media screen and (max-width: 768px)*/
/*================<end>==========================================*/


/*****************************************************************/
/* 320px Down     (iPhone5)                        */
/*****************************************************************/
@media screen and (max-width: 320px) {
/*================<start>==========================================*/
/*------------ First view ----------*/
/*　------  ヘッダー  -----  */
#logo img{
    height: 40px;
    margin-top: 4px;
    margin-left: 6px;
    margin-bottom: 4px;
}
/*　------  フッター　ナビ部分  -----  */
#nav_out{
    font-size: 15px;
    padding-right: 5px;
    line-height: 2.6em;
}
#nav_out li{
    padding-left: 10px;
}

/*  Company、Recruit部分  */
.select_in{
    font-size: 13px;
}
.select_in li a{
    margin-left: -7px;
}

/*フッターロゴ*/
#ft_end .footer_logo img{
    width: 130px;
}
#ft_end p{
    font-size: 9px;
}

/*　------  スマホ　画面下固定　ナビ  -----  */
#sp_nav li{
    font-size: 12px;
    line-height: 1.3em;
}
#sp_nav .icon{
    font-size: 26px;
}
#menu-icon {
    font-size: 40px; /*アイコン（フォント）サイズ*/
    height: 47px; /*アイコン縦高さ*/
    line-height: 40px; /*縦位置中央化*/
    width: 40px; /*アイコン横幅*/
}

/*　------  message  -----  */
#main_visual p{
    font-size: 15px;
}
.sent{
    font-size: 11px;
    margin-bottom: 10px;
}
.sent p{
    line-height: 1.5em;
    margin-top: 10px;
}
.sent ul{
    margin-top: 5px;
}
.sent li{
    line-height: 1.3em;
}

/*---------　メインコンテンツ　---------*/
#section{
    padding-bottom: 95px;
}
/*------------ news ----------*/
.news_list{
    font-size: 12px;
    padding: 0 10px 0 10px;
}
.news_layout{
    font-size: 12px;
}

/*------------ concept ----------*/
.concept_in{
    font-size: 12px;
    padding: 0 10px 15px 10px;
}

/*------------ info ----------*/
#info h3{
    font-size: 13px;
}
#company_info p:nth-child(2){
    margin-top: 5px;
    margin-bottom: 5px;
}
.Bg_pd{
     padding: 15px 5px;
}
.img_wd:first-child{
    margin-right: 1%;
}
#company_info{
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px;
}
#company_info p:first-child{
    font-size: 13px;
    font-weight: bold;
}

#info .btn_red{
    font-size: 15px;
    padding: 9px 24px;
}

/*------------サービス　ページ------------*/
#Service_Unlay{
    padding: 20px 10px;
}
#Service_Unlay h3{
    font-size: 13px;
}
#Service_Unlay p{
    font-size: 12px;
}

/*------------採用情報　ページ------------*/
#Tab_Body .Tab_inner {
    padding: 15px 5px 5px;
}
#Tab_Control{
    font-size: 11px;
}
#Tab_Control a{
    padding: 7px 0;
}
.tx_senior p {
    font-size: 10px;
}

} /*@media screen and (max-width: 320px)*/
/*================<end>==========================================*/


/*****************************************************************/
/* 555px up~ 768px down    (tablet)                        */
/******************************************************************/
@media screen and (min-width: 555px) and (max-width: 768px){
/*================<start>==========================================*/

/*---------　下層ページinfo部分　　---------*/
.Bg_pd{
    padding: 15px 15px 10px;
}
.img_wd_cut{
    height: 170px;
}
.img_wd_cut img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
#info .img_wd h3{
    font-size: 16px;
    padding-top: 10px;
}
/*会社情報の部分*/
#company_info{
    margin-top: 30px;
    width: 48%;
}
.btn_info{
    float: right;
    margin-top: 12%;
    margin-right: 8%;
}

/*------------ service ----------*/
#service_in {
    width: 520px;
    margin: 0 auto;
}
#service_in li{
    float: left;
}
#service_in li:nth-child(odd){
    margin-right: 15px;
}
/*------------ recruit ----------*/
.tx_senior{
    margin-top: 30px;
}

/*---------　遊び（隠しコンテンツ用）　---------*/
.intro_img{
    text-align: center;
}
#intro_Unlay img{
    width: 60%;
    margin-top: 0;
}
.intro_st{
    border-radius: 10px;
    border: 3px solid #be2020;
    padding: 30px 40px 15px;
    margin: 20px 50px;
}
.intro_story{
    margin: 35px 95px 80px;
}

} /*@media screen and (min-width: 555px)*/
/*================<end>==========================================*/


/*******************************************************************/
/* 769px up         (PC)                                    */
/*******************************************************************/
@media screen and (min-width: 769px) {
/*<start>==========================================================*/
.sp{
    display: none;
}
.br_sp{
    display: none; /*改行解除*/
}
.object_fit_img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*　========  First view  =========  */
/*　------  ★ヘッダー  -----  */
header{
    background-color: #fff;
    height: 60px; /*高さを変えたら、breadcrumbのmargin-topも変更*/
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
}
#logo{
    overflow:hidden;
}
#logo img{
    width: 104px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 9.5px;
}
#logo p{
    font-size: 10px;
    color: #a3a3a3;
    margin-left: 10px;
    margin-top: 22px;
}

/*　PCグローバルナビ  */
#G_nav{
    font-size: 14px;
    display: inline-block;;
    margin-top: 20px;
    margin-right: 10px;
}
#G_nav li{
    float: left;
}
#G_nav li:not(:last-of-type){
    margin-right: 24px;
}
#G_nav li a{
    color: #BE2020;
    text-decoration: none;
}
#G_nav .icon{
    font-size: 25px;
    padding-left: 5px;
    vertical-align: middle;
}

/*　------  ★パンくずリスト  -----  */
.breadcrumb{
    padding-top: 10px;
    padding-left: 30px;
}
.breadcrumb li{
    color: #686868;
    font-size: 13px;
    display: inline-block;
    padding: 15px 0;
}
.breadcrumb li:after{
    content: "＞";
    padding-left: 10px;
}
.breadcrumb li:last-child::after{
    content: none;
}


/*　------  ★フッター  -----  */

/*　------  フッター　ナビ部分  -----  */
#nav_out{
    color: #fff;
    background-color: #be2020;
}
footer nav{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8em;
    width: 675px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer nav a{
    color: #fff;
}
footer nav > ul{
    float: left;
    width: 20%;
}
footer nav ul:first-child{
    margin-left: 5%;
}
footer nav ul:nth-child(3){
    margin-right: 8%;
}

/*  Company、Recruit部分  */
.select label{
    font-size: 13px;
    font-weight: bold;
}
input[type="checkbox"].on-off{
  display: none;
}
.select_in li{
    font-size: 12px;
    font-weight: normal;
    list-style: disc;
    list-style-position: inside;
}

#ft_end{
    text-align: center;
    padding-top: 15px;
}
#ft_end .footer_logo img{
    width: 190px;
}
#ft_end .footer_logo a{
    display: block;
}
#ft_end p{
    color: #808080;
    font-size: 12px;
    padding-top: 5px;
}

/*---------　★メインコンテンツ　---------*/
main{
    display: block;
    margin-top: 60px;
}
#Bg_Under{
	color: #fff;
}
.sent{
    color: #BE2020;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}
.sent p{
    margin-top: 8px;
}
.sent p:first-child{
    font-size: 28px;
    font-weight: bold;
    padding: 20px;
}
.sent p:nth-child(3){
    margin-top: 20px;
}
.sent p:nth-child(5){
    margin-top: 15px;
}
#main_visual{
    padding-top: 18%;
    padding-bottom: 18%;
    background: url(/image/img_company.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
.sent ul{
    padding-top: 10px;
    margin: 0 auto;
    width: 530px;
}
.sent li{
    background-color: rgba(190,32,32,0.8);
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    margin-left: 7px;
    float: left;
}
.sent li:nth-child(5){
    background-color: #fff;
    color: #BE2020;
}
/*　セクション*/
#section{
    background-color: #eee;
    background-image: url(/image/background.png);
    font-size: 13px;
    margin-top: 20px;
    padding-bottom: 50px;
}
#section a{
    color: #BE2020;
}
#contents{
    padding-top: 60px;
}
#contents_in{
    width: 850px;
    margin: 0 auto;
}

/*パネル背景*/
.Bg_white_pc{
    background-color: #fff;
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.1);
}
/*　section　title　*/
.cont_sT{
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #BE2020;
    padding-top: 12px;
    padding-bottom: 5px;
}
.cont_sT h2{
    display: inline-block;
    margin-left: 20px;
    }
.cont_sT span{
    font-size: 16px;
    font-weight: normal;
}
.cont_sT p{
    font-size: 12px;
    display: inline-block;
    margin-right: 20px
}

/*----- button_decoration ---*/
.btn_red{
    background-color: #BE2020;
    display: inline-block;
    font-size: 14px;
    padding: 14px 24px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
}
p.btn_red{
    color: #fff;
    text-decoration: none;
}

/*------------ news ----------*/
.news_list{
    padding: 3px 20px;
}
.news_list li{
    border-bottom: dotted 1px #999;
    padding: 8px;
}
#news dt{
    color: #a3a3a3;
    float: left;
    margin-left: 150px;
    margin-right: 60px;
}
#news li:last-child, #news dd:last-child{
    border-bottom: none;
}

/*------------ service ----------*/
#service{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
#service_in{
    color: #1845CB;
    width: 640px;
    margin: 0 auto;
    padding-bottom: 15px;
}

#service_in li{
    float: left;
    margin-right: 2%;
    text-align: center;
}
#service_in li:nth-child(3){
    margin-right: 0;
}
.img_cut{
    overflow: hidden;
    width: 200px;
    height: 123px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.img_cut img {
    width: 100%;
    object-fit: cover;
}
.ps_rt a{
    position: relative;
}
.btn_service{
    position: absolute;
    width: 90px;
    top: 55px;
    left: 30px;
}

/*------------ concept ----------*/
#concept{
    margin-top: 200px;
}
#concept span{
    font-weight: bold;
}
#concept span.ft_col{
    color: #BE2020;
}
.concept_in{
    font-size: 15px;
    line-height: 1.8em;
    width:100%;
    box-sizing: border-box;
    padding: 50px 100px 50px 100px;
}
.concept_in h3{
    border-left:solid 8px #BE2020;
    padding-left: 10px;
    margin-bottom: 25px;
}
.concept_in p{
    margin-bottom: 25px;
}

/*------------ info ----------*/
#info{
    margin-top: 200px;
}
.info_in{
    width: 675px;
    margin: 0 auto;
}
.img_wd:first-child{
    margin-right: 4%;
}
.img_wd{
    text-align: center;
    width: 48%;
    height: 200px;
}
#info .img_wd a,
.info_Underlayer .img_wd a{
    color: #000;
    display: inline-block;
    text-decoration: none;
}
.img_wd_cut{
    height: 150px;
    padding-top: 15px;
}
.img_wd_cut img{
	width: 290px;
    height: 150px;
	object-fit: cover;
}

.img_wd h3{
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}


/*会社情報の部分*/
#company_info{
    font-size: 14px;
    margin-top: 20px;
    width: 48%;
}
#company_info p:first-child{
    font-size: 16px;
    font-weight: bold;
}
#company_info p{
    margin-bottom: 10px;
}
#company_info_in{
    padding-top: 20px;
    padding-bottom: 8px;
    padding-left: 8%;
}

/* TOP info下のボタンスタイル */
.btn_info{
    float: right;
    margin-top: 12%;
    margin-right: 7%;
}
#info .btn_info a{
    color: #fff;
    text-decoration: none;
}
#info .icon{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.btn_red p{
    display: inline-block;
    vertical-align: middle;
}

/*#####################　下層ページ ####################################################*/
/*------------ 下層ページのinfo ----------*/
.info_Underlayer{
    background:url(/image/background.png);
    padding-top: 40px;
    padding-bottom: 40px;
}
.info_none{
    display: none;
}

/*　　　共通     */
.main_section{
    width: 850px;
    margin: 0 auto;
    margin-top: 5px;
}
#main_in{
    background: url(/image/background.png);
}
.section_in{
    padding: 35px;
}
.main_title h2{
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    border-left: solid 5px #be2020;
    padding: 0.25em 0.5em;
    margin-left: 10px;
}
.main_section{
    font-size: 14px;
}
#contact{
    padding-top: 10px;
}
.tx_cent{
    text-align: center;
}

/*　確認・完了ページの共通タイトル　*/
.contact_title{
    color: #be2020;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #be2020;
    padding-bottom: 5px;
    margin-top: 20px;
}

/*　==共通ボタン== buttonのスタイル */
input[type="submit"]{
    color: #be2020;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 1px #CFCFCF;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 60px;
    margin-bottom: 35px;
}

/*----------　　　お問い合わせ     ----------*/
/*　入力ページ　*/
#contact a{
    color: #be2020;
}
.tx_cent.tel_msg{
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 10px;
    margin-bottom: 30px;
}
#mail{
    color: #fff;
    background-color: #be2020;
    margin-bottom: 80px;
}
#mail h3{
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding: 20px 0 5px 0;
}
#mail_in{
    box-sizing: border-box;
    width: 500px;
    margin: 0 auto;
}
#mail p, #mail label{
    font-size: 14px;
}
#mail_in > p{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#mail label{
    padding: 10px;
    margin-right: 20px;
}
#mail a{
    color: #fff;
}

/*　★☆★☆　error MessageのStyle　★☆★☆　*/
#mail p.error_msg{
    color: #FFFF00;
    font-size: 12px;
}
/*　★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆　*/

.layout_mail{
    margin-top: 20px;
}
.layout_mail dd{
    margin-top: 5px;
}
.layout_mail dt:before{
    content: "☆ ";
}
.layout_mail dt.mark_none:before{
    content: "";
}
.layout_mail dt span{
    color: #be2020;
    background-color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px;
    margin-left: 6px;
}

/* Form BOX size */
.box{
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding-left: 1em;
    margin-top: 3px;
}
.box.half{
    width: 48%;
}
.mr_text{
    margin-right: 2%;
}

/*text 周辺*/
input[type="text"],
textarea{
    -webkit-appearance: none;
    border-radius:0;
    border: none;
}

/*ラジオボタン周辺*/
input[type="radio"]{
    display: none;
}
.radio_fl li{
    display: inline-block;
    margin-left: 20px;
}
.cl_radio{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    cursor: pointer;
}
.cl_radio:hover:after {
    border-color: #fff;
}
.cl_radio:after {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}
.cl_radio:before {
    background: #000;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: -16px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    display: block;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    opacity: 0;
}
input[type=radio]:checked + .cl_radio:before{
    opacity: 1;
}
/*Pref 周辺*/
.select-wrap{
    background-color: #fff;
    position: relative;
    width: 48%;
    height: 35px;
}
.select-wrap::before{
    color: #A6A6A6;
    position: absolute;
    z-index: 2;
    display: inline-block;
    content: "▼";
    top: 9px;
    right: 5px;
}
.select-wrap select{
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 3;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 100%;
    -webkit-appearance: button;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: button;
    padding-left: 1em;
}
.select-wrap select::-ms-expand {
    display: none;
} /*select Boxの「▼」を非表示*/

/*textarea*/
.description{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 8px 8px 8px 1em;
    margin-top: 3px;
}

/*checkbox周辺*/
.chance{
    margin-top: 10px;
    margin-bottom: 20px;
}
.chance ul{
    padding-top: 1px;
}
.chance li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.chance input[type="checkbox"]{
    display: none;
}

/*checkbox parts*/
span.checkbox_box{
    position:relative;
}
.checkbox_box:before{
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    content: "";
    border: solid 1px #fff;
    width: 25px;
    height: 25px;
    margin-left: -5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
input[type="checkbox"]:checked + .checkbox_box:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 3px;
    width: 9px;
    height: 16px;
    transform: rotate(50deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}

/*form button*/
.bt_input input[type="submit"]{
    color: #be2020;
    background-color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #fff;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
    margin-bottom: 30px;
}
.bt_input{
    text-align: center;
    margin-top: 30px;
}
/*form button -end*/


/*  placeholderのフォント指定*/

input::-webkit-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
input::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
input::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
input:-ms-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}

textarea::-webkit-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
textarea::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
textarea::-moz-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}
textarea:-ms-input-placeholder{
    color: #CFCFCF;
    font-size: 13px;
}



/*　確認ページ　*/
#mail_check{
    color: #000;
    background-color: #fff;
}
#mail_check_in{
    font-size: 13px;
    width: 530px;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.ft_check01{
    font-weight: bold;
    padding: 5px 0;
    margin-left: 230px;
}
dl.layout_check{
    display: table;
    width: 100%;
    margin: 10px 0;
}
.layout_check dt{
    display: table-cell;
    color: #fff;
    background-color: #be2020;
    text-indent: 1.5em;
    box-sizing: border-box;
    width: 230px;
    padding: 8px 0;
    margin: 5px;
}
.layout_check dd{
    display: table-cell;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    padding: 8px 0 0 1em;
}

/* check button style*/
.bt_check{
    text-align: center;
    margin-top: 20px;
}
.bt_check input[type="submit"]#btn_revise{
    color: #C4C4C4;
    background: #fff;
    border: solid 1px #D4D4D4;
    margin-right: 5px;
}
.bt_check input[type="submit"]#btn_submit{
    color: #fff;
    background: #be2020;
    border: solid 1px #be2020;
}
.ft_check02{
    font-size: 11px;
    text-align: center;
}

/*　完了ページ　*/
#mail_finish{
    height: 500px;
}
#mail_finish_in{
    width: 18em;
    margin: 0 auto;
}
#mail_finish_in p{
    margin-top: 100px;
}
#mail_finish_in p:nth-child(2){
    text-align: center;
}
#mail_finish_in a{
    color: #949494;
    text-align: center;
    text-decoration: underline;
}

/*------------お知らせページ------------*/
.news_title{
    display: none;
}
#news_Underlayer dl{
	padding: 5px;
}
#news_Underlayer dl:after{
	content: "";
	display: block;
	clear: both;
}
#news_Underlayer dt{
    color: #666;
    float: left;
    width: 150px;
    padding-left: 30px;
}
#news_Underlayer dd{
    float: left;
}
#news_Underlayer .news_list{
    margin-top: 20px;
}
#news_Underlayer .news_list li:nth-child(n + 11){
	display: none;
}

/*------------会社情報ページ------------*/

.list_disc{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1.6em;
	margin-left: 10px;
	margin-right: 10px;
}
	/*会社概要ページ*/
.company{
	margin: 10px 20px 50px;
	font-size: 14px;
	line-height: 1.5;
}
.company h3{
	border-bottom: solid 1px #be2020;
	padding-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.company a:link{
	color: #be2020;
}

.company dd:nth-child(4){
	padding-bottom: 10px;
}
.history{
	margin: 15px 50px;
	font-size: 14px;
	line-height: 1.5;
}
.history dt{
	float: left;
	clear: left;
	width: 20%;
}
.history dd{
	float: left;
	width: 80%;
}
/*経営理念ページ*/
.keieirinen{
	margin: 15px 20px 50px;
	font-size: 14px;
	line-height: 1.5;
}
.keieirinen h3{
	font-weight: bold;
	border-bottom: dashed 1px #808080;
    padding-top: 20px;
	margin-bottom: 10px;
}
.ft_bol_r{
	font-weight: bold;
	color: #be2020
}
.keieirinen p{
    margin-bottom: 10px;
}
p.mr_bt30,
ul.mr_bt30{
	margin-bottom: 30px;
}
.st_origin{
    width: 65%;
}
.img_origin{
	float: right;
	margin: 0px 50px;
}
/*------------プライバシーポリシー----------*/
.privacy_policy{
	margin: 15px 20px 0;
	font-size: 14px;
	line-height: 1.5;
}
.privacy_policy h3{
	padding-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: dashed 1px #808080;
}
.privacy_policy h4{
	padding-top: 20px;
}
.privacy_policy .subHeading{
    padding-top: 0.5em;
}
.privacy_policy .contact{
    display: flex;
    padding-right: 0.5em;
}
.privacy_policy .contact li::after{
    content: "/";
    display: inline;
    padding-left: 0.5em;
}
.privacy_policy .contact li:last-child:after{
    content: "";
    display: none;
}
/*------------利用規約----------*/
.terms {
	margin: 15px 20px 0;
	font-size: 14px;
	line-height: 1.5;
}
/*------------サイトマップ----------*/
.sitemap{
	margin: 15px 20px 0;
	font-size: 14px;
	line-height: 3;
    padding: 10px 20px;
}
.sitemap a{
	text-decoration: none;
}
.arrow{
    position: relative;
}
.arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #be2020;
    border-right: solid 2px #be2020;
    transform: rotate(45deg) translate3d(0px, 0px, 0);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
    margin-left: -5px;
    transition: all 0.3s ease-in-out 0.0s;
}
.arrow02{
    position: relative;
}
.arrow02::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #be2020;
    border-right: solid 2px #be2020;
    transform: rotate(45deg) translate3d(0px, 0px, 0);
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -4px;
    margin-left: -5px;
    transition: all 0.3s ease-in-out 0.0s;
}
.sim_bar{
	display: block;
	border-bottom: 1px solid #eee;
	font-weight: bold
}
.sim_info{
	border-bottom: solid 1px #eee;
}
.sim_bar01{
	padding: 13px 0 13px 20px;
	border-bottom: 0px;
}
.sim_link01{
	padding: 13px 0 13px 20px;
}
.sim_link02{
	width: 120px;
	border-bottom: 0px;
}
.sitemap dd{
	display: inline-block;
	margin: 13px 0px 13px 75px;
}
/*------------サービス　ページ------------*/
#Service_Unlay{
    margin-top: 30px;
}
#Service_Unlay li{
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 48%;
    height: 330px;
    margin-bottom: 90px;
}
#Service_Unlay li:nth-child(odd){
    margin-right: 4%;
}
#Service_Unlay li:last-child{
    margin-bottom: 0;
}
#Service_Unlay h3{
    color: #1845CB;
    font-size: 15px;
    font-weight: bold;
}
#Service_Unlay p{
    font-size: 13px;
    margin: 5px 0;
}
.st_Box{
    float: none;
    height: 125px;
}
.service_img_box{
    float: none;
    height: 200px;
}
.service_img_box img{
    width: 400px;
    height: 200px;
    object-fit: cover;
}

/*------------コンセプト　ページ------------*/
.st_concept{
    width:55%;
}
.concept_Unlay{
    font-size: 15px;
    line-height: 1.8em;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 50px 0;
}
.concept_Unlay h3{
    border: none;
    text-indent: 1em;
    margin-bottom: 20px;
}
.concept_Unlay p{
    margin-bottom: 15px;
}
.concept_Unlay p:last-child{
    margin-bottom: 0;
}
.concept_Unlay span{
    font-weight: bold;
}
.concept_Unlay .ft_col{
    color: #BE2020;
}

/*------------採用情報　ページ------------*/
#Tab_Control a{
    padding: 10px 0;
}
.recruit_Unlay{
    font-size: 14px;
    margin: 20px 0;
}
.Tab_page_in{
    margin: 10px 30px;
}
.Tab_page_in p,
.Tab_page_in ul{
    margin-bottom: 35px;
}
.senior{
    padding: 30px 40px;
}
.tx_senior p{
    font-size: 13px;
    margin-bottom: 15px;
}
.tx_senior{
    width: 60%;
    margin-top: 25px;
    margin-bottom: 0;
}

/*---------　遊び（隠しコンテンツ用）　---------*/
.intro_bt{
    padding-bottom: 50px;
}
.intro_Unlay_out{
    padding: 35px;
    margin-bottom: 50px;
}
.intro_img{
    text-align: center;
}
#intro_Unlay img{
    width: 50%;
    margin-top: 0;
}
.intro_st{
    font-size: 14px;
    border-radius: 10px;
    border: 3px solid #be2020;
    padding: 30px 40px 15px;
    margin: 20px 100px;
}
.intro_story{
    margin: 35px 145px 30px;
}
.intro_st p{
    font-size: 22px;
}
.intro_story h3{
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
}
.intro_story p{
    margin-top: 15px;
}

/*------------ プロダクト紹介ページ ----------*/
.product .content{
    width: 810px;
    margin: 50px auto 0;
    padding-bottom: 10px;
}
.product .product_ttl{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.product .product_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product_content>div{
    width: 340px;
    margin-top: 14px;
}
.product_content .screenshot{
    width: 440px;
}
.product_content .copy{
    height: 50px;
    margin-bottom: 17px;
}
.product_content .read{
    height: 204px;
    margin-bottom: 43px;
}
.product_content .download-icon{
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    padding-left: 34px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.download-icon .qr{
    width: 80px;
    padding-left: 24.6px;
}


}/*@media screen and (min-width: 769px)*/
/*================<end>============================================*/


/*****************************************************************/
/* 769px up~ 840px down     (pc>769~840)                        */
/******************************************************************/
@media screen and (min-width: 769px) and (max-width: 840px){
/*================<start>==========================================*/

/*------------ serviceのimgはみ出し調整 ----------*/
#service{
    font-size: 14px;
}
#service_in{
    width: 580px;
    box-sizing: border-box;
    padding-left: 1%;
    padding-right: 1%;
}
#service_in li p{
    padding-top: 6px;
}
.img_cut{
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 110px;
}
.img_cut img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

} /*@media screen and (min-width: 769px) and (max-width: 840px)*/
/*================<end>==========================================*/




/****************************************************************/
/* 1050px Down         (PC>1050以下)                                    */
/****************************************************************/
@media screen and (max-width: 1050px) {
/*<start>==========================================================*/
.pc_min{
    display: none;
}


}/*@media screen and (max-width: 1050px)*/
/*================<end>==========================================*/



