@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
    height:100%; /*ブラウザいっぱいに高さを取得*/
}

body{
    width: 100%;
    height:100%; /*ブラウザいっぱいに高さを取得*/
    margin:0;
    padding:0;
    background-color: #FFF;
    font-family: 'Noto Sans Japanese', serif;
}


a {color:#000}
a:visited {color: #000}
a:active {color: #000}

p {
    margin: 0;
    padding: 0;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

.mgn_bt_50 {
    margin-bottom: 50px;
}

.mgn_bt_100 {
    margin-bottom: 100px;
}

@media screen and (min-width: 1110px) {
    #wrap {
        width:100%;
        margin:0 auto;
        position: relative;/*フッターの位置設定の基準*/
        min-height: 100%;/*最低値を100％にしておけばコンテンツ量が増えた分だけ伸びる*/
        height: auto !important;/*ie6用（今いるかな？）*/
        height: 100%;    
        background-color: #FFF;/*コンテンツの背景色は全体囲みのココに指定*/
        padding-top: 110px;
        z-index: 0;
    }
    .content_wrap {
        width: 1110px;
        margin: 0 auto;
        padding-top:60px;    
        height:100%;
        padding-bottom: 20px;/*footerの高さ分だけ余白を設ける*/
    }

    .contet_wrap section{
        margin: 0 auto;
    }
}

@media screen and (min-width: 700px) and (max-width: 1109px){
    #wrap {
        width:100%;
        margin:0 auto;
        position: relative;/*フッターの位置設定の基準*/
        min-height: 100%;/*最低値を100％にしておけばコンテンツ量が増えた分だけ伸びる*/
        height: auto !important;/*ie6用（今いるかな？）*/
        height: 100%;    
        background-color: #FFF;/*コンテンツの背景色は全体囲みのココに指定*/
        padding-top: 110px;
        z-index: 0;
    }

    .content_wrap {
        padding-top:60px;    
        height:100%;
        padding-bottom: 20px;/*footerの高さ分だけ余白を設ける*/
    }

    .contet_wrap section{
        margin: 0 auto;
    }
}

@media screen and (max-width: 699px) {
    #wrap {
        width:100%;
        margin:0 auto;
        position: relative;/*フッターの位置設定の基準*/
        min-height: 100%;/*最低値を100％にしておけばコンテンツ量が増えた分だけ伸びる*/
        height: auto !important;/*ie6用（今いるかな？）*/
        height: 100%;    
        background-color: #FFF;/*コンテンツの背景色は全体囲みのココに指定*/
        padding-top: 110px;
        z-index: 0;
    }
    .content_wrap {  
        height:100%;
        padding-bottom: 20px;/*footerの高さ分だけ余白を設ける*/
    }

    .contet_wrap section{
        margin: 0 auto;
    }
}

/* /////////// ヘッダーメニュー //////////// */
.inner {
    max-width: 1110px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
    height: 110px;
    background: #FFF;
    border-bottom: #CCC solid 1px;
}
#top-head a,
#top-head {
    color: #2b2b2b;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
    position: relative;
    top: -20px;
}

#top-head .logo  img{
    width: 200px;
    margin-left: 20px;
}
@media screen and (max-width:950px) {
    #top-head .logo  img{
        width: 160px;
        margin-left: 10px;
    }
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    top: 0px;
    margin: 0;
}
#global-nav ul li {
    float: left;
    background: #FFF;
    height: 2.5em;
}
#global-nav ul li a {
    padding: 10px 50px;
    display: block;
}
@media screen and (max-width:950px) {
    #global-nav ul li a {
        padding: 10px 30px;
        display: block;
    }  
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#global-nav ul li.first-level {
    position: relative;
}

#global-nav ul li.first-level a{
    width: 250px;
    text-align: center;
}



#global-nav ul li.first-level a::after {
    border-bottom: solid 2px rgb(255, 209, 58);
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
#global-nav ul li.first-level a:hover::after {
    width: 100%;
}

#global-nav ul li.first-level a.excl:after {
    border-bottom:none;
}


#global-nav ul li ul.second-level {
    position: absolute;
    top: 2.5em;
    left:-30px;
    width: 300px;
    height: 120px;
     -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 0;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
}

@media screen and (max-width:950px) {
    #global-nav ul li.first-level a{
        width: 175px;
        text-align: center;
    } 
    #global-nav ul li ul.second-level {
        position: absolute;
        top: 2em;
        left:-70px;
        width: 300px;
        height: 120px;
         -webkit-transition: all .2s ease;
        transition: all .2s ease;
        padding: 0;
        box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
    }
    
}

.first-level img {
    width: 30px;
    margin-right: 0.7em;
    margin-bottom: 3px;
}


li.first-level:hover ul.second-level {/**/
    top: 2em;
    visibility: visible;
    opacity: 1;
}

ul.second-level {
    visibility: hidden;
    opacity:0; 
    position: relative;
    z-index:100;
}

#global-nav ul li ul.second-level li a {
    text-decoration: none;
    display: block;
    color: #113782;
    padding: 13px 10px 5px 10px;
    width: 300px;
}


#global-nav ul li ul.second-level li a::after {
    border-bottom: solid 2px rgb(255, 209, 58);
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
  #global-nav ul li ul.second-level li a:hover::after {
    width: 100%;
}


/* ヘッダーメニュー mobile */
@media screen and (max-width: 700px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 110px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -400px;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        padding:0;
    }
    #global-nav ul li {
        float: none;
        position: static;
        background: #808080;
        height: unset;
    }
    ul.second-level {/*追記ここ*/
        visibility: visible;
        opacity:1; 
        position: relative;
        z-index:100;
    }
    #global-nav ul li.first-level span::before{
        content: "▼";
        margin-right: 10px;
    }
    #global-nav ul li.first-level {
        border-bottom: 1px solid #FFF;
    }
    #global-nav ul li.first-level:last-child {
        border-bottom: none;
    }
    #global-nav ul li ul.second-level {/*削除でなく上書き*/
        position: relative;
        top: 0px;
        left: 0px;
        width:auto;
        -webkit-transition: none;
        transition: none;
        padding: 0;
        box-shadow: none;
        height: unset;
    }
    #global-nav ul li ul.second-level li {
        border-bottom: 1px dotted #FFF;
        width: 80%;
        margin: 0 auto;
    }
    #global-nav ul li ul.second-level li:last-child{
        border-bottom: none;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #global-nav ul li.first-level a::after {
        border-bottom: none;
    }
    #global-nav ul li.first-level a.excl:after {
        border-bottom:none;
    }
    #global-nav ul li ul.second-level li a::after {
        border-bottom: none;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(500px);
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
    }
}

/* //////////////////スライド/////////////////////// */
/* fade slider */
@media screen and (max-width:699px) {
    .slides {
        overflow:hidden;
        position:relative;
        height: 250px;
    }
    .slides ul.slides_li {
        list-style:none;
        position:relative;
        padding:0;
        margin:0;
        width: 700px;/*もしくは指定1399px*/
        left: 0px;
        top: 0px;
        overflow: hidden;
        height: 250px;
        z-index: -999998;
        position: absolute;
    }
    .ratio:before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    .slides div {
        position: relative;
        top: 50px;
        left: 50%;
        color:#FFF;
        transform:  translateX(-50%);
        -webkit- transform: translateX(-50%);
        padding: 0 30px;
    }
    .slides p {
        font-size: 1.5em;
        font-weight: bold;

    }
}

@media screen and (min-width:700px) and (max-width:1109px) {
    .slides {
        overflow:hidden;
        position:relative;
        height: 600px;
        top:-200px;
        width: 100%;
    }

    .slides ul.slides_li {
        list-style:none;
        position:relative;
        padding:0;
        margin:0;
        width: 100%;/*もしくは指定1399px*/
        left: 0px;
        top: 0px;
        overflow: hidden;
        height: 600px;
        z-index: -999998;
        position: absolute;
    }
    .ratio:before {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .slides div {
        position: relative;
        top: 40%;
        left: 20%;
        color:#FFF;
        font-size: 1.2em;
        width: 70%;
    }

    .slides p {
        font-size: 1.5em;
        font-weight: bold;

    }
}

@media screen and (min-width:1110px) {
    .slides {
        overflow:hidden;
        position:relative;
        height: 800px;
        top:-200px;
        width: 100%;
    }

    .slides ul.slides_li {
        list-style:none;
        position:relative;
        padding:0;
        margin:0;
        width: 100%;/*もしくは指定1399px*/
        left: 0px;
        top: 0px;
        overflow: hidden;
        height: 800px;
        z-index: -999998;
        position: absolute;
    }
    .ratio:before {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .slides div {
        position: relative;
        top: 300px;
        left: 25%;
        color:#FFF;
        font-size: 1.2em;
        width: 70%;
    }

    .slides p {
        font-size: 1.5em;
        font-weight: bold;

    }
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides ul li img {
    display:block;
    width: 100%;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}

/* ////////////////// スライドend /////////////////////// */


/* ////////////////// コンテンツ /////////////////////// */




@media ( min-width : 700px ){
    section.business {
        max-width: 1110px;
        margin: 0 auto;
        position: relative;
        top:-200px;
    }
    /* //box３つ// */
    section.business ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        list-style-type: none;
        padding: 0;
        position: absolute;
        top: -170px;
        margin: 0;
    }
    section.business ul li {
        width: 30%;
        height: auto;
    /*   border: 1px solid #333;*/
        background: #FFF;
    }
    section.business ul li a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        color:#34507B;
    }
    section.business ul li a:hover{
        box-shadow:3px 3px 6px rgba(0,0,0,0.5);
        position: relative;
        top: -10px;
        background: #fff;
    }
    section.business ul li a p {
        display: block;
        text-align: center;
        margin: 0;
        padding:1em;
        height: 5em;
        line-height: 3em;
        font-weight: bold;
    }
    section.business ul li a p.dgtlcon {
        line-height: 1.5em;
    }
    section.business ul li a img {
        width: 100%;
        overflow: hidden;
    }
    h2 {
        width: 500px;
        -webkit-transform: skewX(135deg);
        -moz-transform: skewX(135deg);
        transform: skewX(135deg);
        border-right: 4px solid rgb(255, 209, 58);
        border-left: 4px solid rgb(255, 209, 58);
        margin:0 auto;
        text-align: center;
    }
    h2 div { /*中身をもとに戻す*/
        display:block;
        transform: skewX(-135deg);
        padding:0 10px;
    }
    h3 {
        border-bottom: solid 2px  rgb(255, 209, 58);
        margin-top: 0;
    }
    h4 {
        margin:0 auto;
        text-align: center;
    }
}

@media ( max-width : 699px ){
    section.business {
        margin: 10px auto 0;
        position: relative;
    }
    /* //box３つ// */
    section.business ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    section.business ul li {
        width: 100%;
        height: auto;
       border-bottom: 1px solid #999;
        background: #FFF;
        clear: both;
        position: relative;
    }
    section.business ul li:first-child {
        border-top: 1px solid #999;
    }
    section.business ul li a {
        width: 100%;
        display: inline-block;
        text-decoration: none;
        color:#34507B;
    }
    section.business ul li a p {
        display: block;
        text-align: center;
        margin: 0;
        padding:1em;
        line-height: 1.5em;
        font-weight: bold;
        float:left;
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translateY(-50%) translateX(-70%);
        -webkit- transform: translateY(-50%) translateX(-70%);
        width: 70%;
    }
    section.business ul li a p.dgtlcon {
        line-height: 1.5em;
    }
    section.business ul li a img {
        width: 30%;
        overflow: hidden;
    }
}

/* ////////////////// システムソリューション ////////////////////// */

/* Responsive */
@media ( min-width : 700px ){
    .description {
        width: 70%;
        padding:50px 20px;
        margin: 0 auto;
    }
    .flexbox {
    display: -webkit-flex;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    }
    .main {
        margin: 0 10px 0 0;
    }
    .main {
        margin-bottom: 10px;
        width: 60%;
    }
    .side {
        width: 40%;
    }
    .main,
    .side {
        padding: 2%;
    }
    .side img {
        width: 100%;
    }
    .main2 {
        margin: 0 10px 0 0;
    }
    .main2 {
        margin-bottom: 10px;
        width: 100%;
    }
    .side2 {
        width: 0%;
    }
    .main2,
    .side2 {
        padding: 2%;
    }
    .side2 img {
        width: 0%;
    }
}

@media ( max-width : 699px ){
    .description {
        width: 90%;
        padding:30px 20px;
        margin: 0 auto;
    }
    .flexbox {
        margin:0 20px 30px 20px; 
    }
    .main,
    .side {
        width: 100%;
    }
    .main p{
        padding-bottom: 20px;
    }
    .side p {
        text-align: center;
    }
    .side p img {
        width: 70%;
    }
    .main2,
    .side2 {
        width: 100%;
    }
    .main2 p{
        padding-bottom: 20px;
    }
    .side2 p {
        text-align: center;
    }
    .side2 p img {
        width: 0%;
    }
    h2 {
        font-weight: bold;
        margin:0 auto;
        text-align: center;
    }
    h3 {
        font-size: 1em;
        font-weight: bold;
        margin: 10px 0;
    }
}

img.g2m_bn {
    border: 1px solid #ddd;
}

/* ////////////////// PRODUCT ////////////////////// */

@media screen  and (min-width: 700px) {
    .disp_arrowtf img{
        width:1.5em;
        margin-right: 0.7em;
        margin-bottom: 0.3em;
        transform: scaleX(-1);
    }
    .disp_arrow img{
        width:1.5em;
        margin-right: 0.7em;
        margin-bottom: 0.3em;
    }
    .pd_h {
        width: 500px;
        -webkit-transform: skewX(180deg);
        -moz-transform: skewX(180deg);
        transform: skewX(180deg);
        border-right: 4px solid rgb(255, 0, 0);
        border-left: 4px solid rgb(255, 0, 0);
        margin:0 auto;
        text-align: center;
    }
    .pd_hdiv { /*中身をもとに戻す*/
        display:block;
        transform;
        padding:0 10px;
        font-size: 1.5em;
        font-weight: bold;
        color:#F00;
    }
    .pd_qa dt li{
    position: relative;
    margin: 0 0 0 8em;
    padding: 0 0 0 0;
    }
}

@media screen and (max-width: 699px) {
    .disp_arrowtf img{
        width:1.5em;
        margin-right: 0.7em;
        margin-bottom: 0.3em;
        transform: scaleX(-1);
    }
    .disp_arrow img{
        width:1.5em;
        margin-right: 0.7em;
        margin-bottom: 0.3em;
    }
    .pd_h {
        text-align: center;
    }

    .pd_hdiv { /*中身をもとに戻す*/
        display:block;
        transform;
        padding:0 10px;
        font-size: 1.0em;
        font-weight: bold;
        color:#F00;
    }
    .pd_qa dt li{
        position: relative;
        margin: 0 0 0 2em;
        padding: 0 0 0 0;
    }
}

.pd_point {
    position: relative;
    margin: 40px 0 30px 0;
    padding: 25px 40px 15px 40px;
    background-color: #def6ff;
}
.pd_point li {
    position: relative;
    list-style-type: none;
}


.pd_qa dt {
    position: relative;
    margin: 0 0 2em 0;
    padding: 0 0 1.5em 2em;
}

.pd_qa dt::after {
    content: '▼';
    display: block;
    width: 100px;
    height:120px;
    font-size: 80px;
    color: red;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) scale(2, 0.5);
}

.pd_point ul::after {
    content: '▼';
    display: block;
    width: 100px;
    height: 50px;
    font-size: 80px;
    color: red;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) scale(2, 0.5);
}

.pd_qa dd {
    position: relative;
    margin: 0 0 1em 0;
    padding: 0 2em 1em 2em;
}

.tx_red{
    color: red;
    margin: 0 0 0 1em;
}

.g2mc_bn img{
    margin: 0 0 0 1em;
    width: 18em;
    border: 1px solid #ddd;
}





/* ////////////////// company ////////////////////// */

@media screen  and (min-width: 700px) {
    .about_company {
        float: left;
        width: 50%;
    }
    .map {
        float: left;
        width: 50%;
        text-align: center;
    }
    div.access {
        text-align: left;
        width: 500px;
        margin: 0 auto;
    }
    div.access img {
        width: 1em;
        margin-right:0.5em;
    }
}

@media screen and (max-width: 699px) {
    .about_company {
        width: 100%;
    }
    .map {
        width: 90%;
        text-align: center;
        margin:30px auto 10px;
    }
    div.access {
        text-align: left;
        width: 100%;
    }
    div.access img {
        width: 1em;
        margin-right:0.5em;
    }
}

.about_company table {
    width: 100%;
}
.about_company table ul{
    list-style-type: disc;
    margin-left:-1em;
}
.about_company table td {
    border: 1px solid #F8C675;
    padding:10px 10px 10px 15px;
}
.about_company table td.list {
    width: 25%;
    background: #F8C675;
    color: #FFF;
    border-bottom: #FFF solid 1px;
}
.about_company table tr:last-child td:first-child {
    border: 1px solid #F8C675;
}




/* ////////////////// privacy ////////////////////// */

@media screen  and (min-width: 700px) {
    .privacy{
        width: 100%;
        padding:0px 10px 0px 10px;
        margin: 10px 10px 10px 10px;
    }
    .privacy_txt {
        padding:10px 0px 10px 0px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 699px) {
    .privacy{
        width: 100%;
    }
    .privacy_txt {
        padding:20px 20px;
        margin: 0 auto;
    }
}

.privacy table {
    width: 80%;
    margin:0px 0px 0px 20px;
}
.privacy table td {
    width: 40%;
    border: 1px solid #808080;
    padding:10px 10px 10px 15px;
}
.privacy table td.list {
    text-align: center;
}


/* ////////////////// 問い合わせ ////////////////////// */
.inq_form {
    margin: 0 auto;
    padding: 30px 0 50px ;
}

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:0;
}

@media screen and (min-width: 700px) {
    .inq_flexbox {
        width: 80%;
        margin: 10px auto;
        border-radius: 3px;
        border:2px solid #CCC;
        position: relative;
    }

    .inq_list {
        margin-bottom: 10px;
        width: 30%;
        position: relative;
    }
    .inq_ans {
        width: 70%;
        padding:10px;
        position: relative;
    }

    .inq_list p,
    .inq_ans p {
        margin-left:15px; 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    input[type="text"] {
        width: 70%;
        height: 40px;
        border-radius: 5px;
        border:solid 1px #CCC;
        margin-left:60px;
        padding: 0.8em;
    }
    textarea {
        width: 70%;
        padding: 0.8em;
        outline: none;
        border: 1px solid #CCC;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        margin-left:60px; 
    }

    .inq_ans_conf {
        width: 70%;
        padding: 0.8em;
    }
    
    .inq_ans_conf p {
        margin-left:3em; 
    }

    .inq_ans.required::before,
    .inq_ans.any::before,
    .inq_ans_conf.required::before,
    .inq_ans_conf.any::before {
        color:#FFF;
        font-size: 14px;
        padding:0 3px 2px;
        margin-right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .inq_ans.required::before,
    .inq_ans_conf.required::before {
        content: "必須";
        background: #ca0606;
    }

    .inq_ans.any::before,
    .inq_ans_conf.any::before {
        content: "任意";
        background: #2d8fff;
    }
    .inq_privacy{
        padding:0px 10px 0px 10px;
        margin: 10px;
        text-align: center;
    }
    
}

@media screen and (max-width: 699px) {
    .inq_flexbox {
        width: 100%;
        margin: 10px auto;

        border:2px solid #CCC;
        position: relative;
    }

    .inq_list {
        margin-top: 10px;
        width: 100%;
        position: relative;
    }
    .inq_ans {
        width: 100%;
        padding:10px;
        position: relative;
    }
    .inq_list p,
    .inq_ans p {
        margin-left:15px; 
    /*    position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 1em;*/
    }
    input[type="text"] {
        width: 85%;
        height: 40px;
        border-radius: 5px;
        border:solid 1px #CCC;
        margin-left:60px;
        padding: 0.8em;
    }
    textarea {
        width: 85%;
        padding: 0.8em;
        outline: none;
        border: 1px solid #CCC;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        margin-left:60px; 
    }

    .inq_ans_conf {
        width: 90%;
        padding: 0.8em;
    }
    
    .inq_ans_conf p {
        margin-left:3em;
        word-wrap: break-word;
    }

    .inq_ans.required::before,
    .inq_ans.any::before,
    .inq_ans_conf.required::before,
    .inq_ans_conf.any::before {
        color:#FFF;
        font-size: 14px;
        padding:0 3px 2px;
        margin-right: 20px;
        position: absolute;
    }

    .inq_ans.required::before,
    .inq_ans_conf.required::before {
        content: "必須";
        background: #ca0606;
    }

    .inq_ans.any::before,
    .inq_ans_conf.any::before {
        content: "任意";
        background: #2d8fff;
    }

    .inq_privacy{
    margin: 10px;
    }


}




  /* Responsive */
 @media ( min-width : 700px ){
   .inq_flexbox {
        display: -webkit-flex;
        display: flex;
      }
   .inq_list {
      margin: 0 10px 0 0;
  }
}


input:focus,textarea:focus {
    outline: 2px rgb(255, 209, 58) solid;
}

.Confirmationbutton {
    text-align: center;
    margin-top: 30px;
}

.confirmbtn {
    position: relative;
    display: inline-block;
    padding: 0.5em 2.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    cursor: pointer;
}

.confirmbtn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn_back {
    position: relative;
    display: inline-block;
    padding: 0.4em 1.3em;
    text-decoration: none;
    color: #FFF;
    background: #9bd7e9;/*背景色*/
    border-bottom: solid 2px #6c7b80;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    cursor: pointer;
    margin-left: 2em;
}

.btn_back:active {
    border-bottom: solid 2px #9bd7e9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.confirm_text span {
    color:#999;
}

ul.error_list {
    color: #ca0606;
    width: 80%;
    margin: 0 auto;
}

.inq_completion {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/* ////////////////// フッター ////////////////////// */


footer {
    clear: both;
    position: relative;/*wrapperの基準の絶対配置*/
    bottom: 20px; /*一番下に配置*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding:5px auto;
    background: #fff;
    height: 20px;
    color:#999;
    font-size: 14px;
}