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

* {
	margin: 0px;
	padding: 0px;
	-webkit-user-select: none;
	font-family: 'MS Pゴシック','Helvetica',sans-serif;
    font-family: "Noto Sans Japanese";
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    user-select: auto !important;
	-webkit-user-select: auto !important;
	-webkit-user-drag: auto !important;
}
*::selection{
    background:#ff3333 ;
    color: #fff;
}
*::-moz-selection{
    background:#ff3333 ;
    color: #fff;
}

html, body, form {
	height: 100%;
	width: 100%;
}
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	overflow-y: hidden;
	background: #fff;
	/*font-size: 13px;*/
	line-height: 1.25;
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;*/
	-webkit-text-size-adjust: 100%; /* 縦向き (Portrate mode) と横向き (Landscape mode) の文字サイズを自動調整 */
	/* -webkit-text-size-adjust: none;  文字の拡大縮小を防ぐ */
font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
margin:0;
color:#444;
cursor: default;
    text-align: left;
}

table {
    border-collapse: collapse;
}

img{
outline:none;
border-style:none;
}

a{
    /* color:blue; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    /* color:blue; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    /* color: blue; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p,span,caption,th,td,a,h1,h2,h3{
    font-family: "Noto Sans Japanese";
}

.ib {
    display: inline-block;
    /* padding: 4px 0px; */
    padding: 0px 0px;
}

/*横：ulh（horizon） 縦：ulv（vertical） */
.ulh, .ulh ul, .ulv, .ulv ul {
    list-style: none;
}
.ulh li {
    float: left;
    white-space: nowrap;
}

/*横：テーブル版（中のテキストが縦中央配置になる）*/
.ult, .ult ul {
    display: table-row;
}
.ult li {
    display: table-cell;
    vertical-align: middle;
}

/*横：インラインテーブル版*/
.uli, .uli ul {
    display: inline-table;
}
.uli li {
    display: table-cell;
    vertical-align: middle;
}
ul{
    /*width:100%;*/
    /*height:100%;*/
    line-height:1;
}

.ib{
    display: inline-block;
    padding: 4px 0px;
}

.bgGradationA{

background: rgba(255,167,38,1);
background: -moz-linear-gradient(-45deg, rgba(255,167,38,1) 0%, rgba(230,81,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,167,38,1)), color-stop(100%, rgba(230,81,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,167,38,1) 0%, rgba(230,81,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,167,38,1) 0%, rgba(230,81,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,167,38,1) 0%, rgba(230,81,0,1) 100%);
background: linear-gradient(135deg, rgba(255,167,38,1) 0%, rgba(230,81,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa726', endColorstr='#e65100', GradientType=1 );



/*background-color: #E65100;*/
/*background-color: #EF6C00;*/
}

.captionA{
    font-size: 200%;
    color: #fff;
    font-weight: bold;
}
.captionB{
    font-size: 180%;
    color: #333;
    font-weight: bold;
}
.captionC{
    font-size: 130%;
    color: #333;
    font-weight: bold;
    padding: 0px 3px;
}
.captionD{
    font-size: 150%;
    color: #333;
    font-weight: bold;
    padding: 0px 3px;
}


/*テーブル基本*/
.tableA{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*border: solid 1px #ddd;*/
    border-radius: 4px;
    box-shadow:0px 0px 1px 1px rgba(190,190,190,0.8);
       border-collapse: separate;

}
.tableA > tbody > tr:nth-child(2n){
    background-color: #ECEFF1;
}
.tableA > tbody > tr:nth-child(2n+1){
    background-color: #fff;
}
.tableA > tbody > tr:nth-child(1){
    background-color: #EF6C00;
    color: #fff;
}

.tableA > tbody > tr > th,
.tableA > tbody > tr > td{
    padding: 10px;
    text-align: center;
}
.tableA > tbody > tr > th{
    font-weight: bold;
    letter-spacing: 0.03em;
}
.tableA > tbody > tr > td{
    font-weight: bold;
}

/*リスト：ドット*/
.contents_listA{
}
.contents_listA > figcaption{
	font-weight: bold;
	font-size: 15px;
}
.contents_listA > ul > li{
	font-size: 17px;
    padding: 10px 10px;
    position: relative;
}
.contents_listA > ul > li::before{
	content: '●';
	color: #d21d21;
	padding-right: 10px;
    font-weight: bold;
    font-size: 25px;
    display: block;
    position: absolute;
    line-height: 1.5em;
}
.contents_listA > ul > li > span{
    padding-left: 30px;
    line-height: 1.5em;
    padding-top: 7px;
    display: block;
}

.btn{
    width: 800px;
    height: 60px;
    text-align: center;
    background-color: #ff3333;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.btn:hover{
    background-color: #e01717;
    transition: all 0.2s;
}

/* page top button */
.pageTopButton{
    position: fixed;
    right: 40px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background-color: #aaa;
    border-radius: 30px;
    transition: all 0.2s;
}
.pageTopButton:hover{
    background-color: #666;
}
.pageTopButton > a{
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
}
.pageTopButton > a::before{
    content:' ';
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    left: 20px;
    top: 25px;
}

.pageTopButtonDisp{
    opacity: 0.7;
    transition: all 0.2s;
    z-index: 2147483647;
}
.pageTopButtonNotDisp{
    opacity: 0;
    transition: all 0.2s;
    z-index: -999;
}


/* header */
.header{
    height: 75px;
    background-color: #fff;
}
.header ul{
    width: 1000px;
    height: 75px;
    margin: 0 auto;
    display: block;
}
.header ul li{
    /* width:250px; */
    height: 75px;
}
.header_logo_msys{
    width: 200px;
    padding-right: 30px;
}
.header_logo_dm{
    width: 240px;
    padding-right: 20px;
}
.header_text{
    width: 210px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.header_tel{
    width: 205px;
    text-align: center;
}
.header_to_form{
    width: 200px;
}
.header_logo_msys img{
    width: 200px;
}
.header_logo_dm img{
    width: 250px;
}
.header_tel p{
    font-size: 12px;
    font-weight: normal;
    color: #000;
    padding-bottom: 4px;
}
.header_tel span{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.1em;
}
.header_tel img{
    width: 10px;
}
.header_btn{
	width: 160px;
    height: 40px;
    line-height: 40px;
}
/* import header調整 */
.headerFixBox{
    height: auto;
}
#header_ate .hBox{
    padding-bottom: 15px;
    margin-bottom: 0;
}

/* footer */
/* whitecryptionページより */
footer{width:100%; margin:0 auto; text-align: center; background:#0d1a26; padding-top: 30px;}
footer ul{padding:7px 0;}
footer ul li{display: inline-block;padding: 5px;}
footer ul li br{display:none;}
footer ul li a{color:#fff; text-decoration: none; border-right:1px solid #fff; font-size:13px; padding-right:20px; margin-right:20px; font-weight: 400;}
footer ul li a:hover{text-decoration: underline;}
footer ul li:last-child a{border: none;}
.contact{font-size:30px; margin-bottom:20px; color:#fff;}
.line{max-width:600px; margin:0 auto; border-bottom: 1px solid #fff;}
.copyright{font-size:11px; color:#fff; padding: 20px 0px;}
