@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:#ff6b00 ;
    color: #fff;
}
*::-moz-selection{
    background:#ff6b00 ;
    color: #fff;
}

html, body, form {
	height: 100%;
	width: 100%;
}
html {
	overflow-x: hidden;
    font-size: 62.5%;
    font-family: "Noto Sans Japanese";
	line-height: 1.25;
}
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;
}

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,ul>li{
    font-family: "Noto Sans Japanese";
    font-size: 1.4rem;
}

.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; */
    display: inline-block;
    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: 1.5rem;
}
.contents_listA > ul > li{
width: 100%;
    padding: 3px 0px;
    padding-left: 25px;
    position: relative;
    line-height: 1.25;
    font-size: 1.6rem;
}
.contents_listA > ul > li::before{
		content: '■';
    color: #ff6b00;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0px;
}
.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: #ff6b00;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn a{
    text-decoration: none;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
}
.btn:hover{
    background-color: #b14a00;
    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;
}
@media screen and (max-width: 1024px) {
.pageTopButtonDisp{
    opacity: 0;
    transition: all 0.2s;
    z-index: -999;
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) {
.pageTopButtonDisp{
    opacity: 0;
    transition: all 0.2s;
    z-index: -999;
}
}



  /* header */
.header{
    /* height: 60px; */
    /* background-color: #fff; */
}
.header > ul{
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    display: block;
}
.header > ul > li{
    height: 80px;
    vertical-align: bottom;
}
.header_logo_msys{
    width: 200px;
    padding-right: 30px;
}
.header_logo_msys img{
    width: 200px;
    padding-top: 25px;
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) {
    .header {
    padding: 20px;
    padding-bottom: 0px;
}
.header > ul{
    width: 100%;
    height: 80px;
    margin: 0 auto;
    display: block;
}
.header_logo_msys img{
    padding-top: 0px;
}
}

.header_logo_rb{
    width: 150px;
    padding-right: 20px;
}
.header_logo_rb img{
    width: 150px;
}

.header_to_form{
    width: 200px;
}
.header_btn{
	width: 160px;
    height: 40px;
    line-height: 40px;
}

/* footer */
/* whitecryptionページより */
footer{width:100%; margin:0 auto; text-align: center; background:#64687b; 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:1.3rem; 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:3.0rem; margin-bottom:20px; color:#fff;}
.line{max-width:600px; margin:0 auto; border-bottom: 1px solid #fff;}
.tel{color:#fff; font-size:2.0rem; margin:15px auto 25px;}
.copyright{font-size:1.1rem; color:#fff; padding: 20px 0px;}
.copyright > p{font-size:1.1rem;}
