@charset "UTF-8";

/* ----------------------------------------------------------------
　1、共通
---------------------------------------------------------------- */

#contents {
	width: 1095px;
	margin: 0 auto 90px;
	text-align: left;
}
#contents h1 {
	font-size: 230%;
	font-weight: bold;
	padding: 25px 13px 17px ;
}

#contentsMain	{
	width: 850px;
	float: left;
}

#contentsTop {
	width: 850px;
}

.borderRed	{
	border-top: solid 1px #ff1d25;
	margin-top: 20px;
}

#topCaution	{
	color: #ff1d25;
	line-height: 1.84em;
	margin: 50px 0 40px 50px;
}
.cautionMes	{
	line-height: 1.84em;
	margin: 30px 0 30px 50px;
	font-size:120%;
}
#topText	{
	line-height: 1.84em;
	margin: 50px 0 40px 50px;
}

#formTable	{
	margin-left: 35px;
	width: 780px;
}
#formTable th,#formTable td	{
	text-align: left;
	vertical-align: text-top;
	border-top: solid 1px #cecece;
	padding-top: 13px;
	padding-bottom: 13px;
	word-break: break-all;
}
#formTable th {
	white-space: nowrap;
}
#formTable th.borderNone,#formTable td.borderNone	{
	border: none;
}
#formTable tr td textarea	{
	 width:600px;
	 height:140px;
}

#boxSsl	{
	background: #f7fff2 url(../images/icon_padlock.gif) no-repeat 17px center;
	border: solid 1px #399d4a;
	padding: 20px 15px 20px 60px;
	margin-top: 55px;
	margin-left: 185px;
	width: 553px;
}

#boxCaution	{
	background: #f5f5f5 url(../images/icon_caution.gif) no-repeat 22px 23px;
	border: solid 1px #aaaaaa;
	padding: 23px 5px 23px 37px;
	margin-top: 30px;
	margin-left: 185px;
	width: 586px;
}

#contentsRight	{
	width: 227px;
	float: right;
}
#contentsRight #sideBanner a img	{
	margin-bottom: 14px;
}

.bottom12	{
	display: inline-block;
	padding-bottom: 12px;
}

.red	{
	color: #ff0000;
}

input#btn_confirm {
	border: 0px;
	width: 187px;
	height: 47px;
	background: url("../images/btn_confirm.gif") left top no-repeat;
	cursor: pointer;
}

input#btn_submit {
	border: 0px;
	width: 187px;
	height: 47px;
	background: url("../images/btn_submit.gif") left top no-repeat;
	cursor: pointer;
}

input#btn_correct {
	border: 0px;
	width: 187px;
	height: 47px;
	background: url("../images/btn_correct.gif") left top no-repeat;
	cursor: pointer;
}

/* ----------------------------------------------------------------
　2、ライセンス製品ご購入前のお問い合わせ
---------------------------------------------------------------- */


/* ----------------------------------------------------------------
　3、「バックアップメディア」をお買い上げいただきましたお客様へ
---------------------------------------------------------------- */
.selectBox {
	height: 30px;
}




/* ----------------------------------------------------------------
　法人製品のお問い合わせ　改修
---------------------------------------------------------------- */

.content {
    /* width: 1060px; */
    margin: 0 auto;
}

.content * {
    box-sizing: border-box;
}
.before_corporation_h1 {
    text-align: left;
    font-size: 3.0rem;
    line-height: 2.2;
    width: 1060px;
    margin: 0 auto 18px;
    font-family: "A-OTF UD新ゴ Pro","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    font-weight: 100;
}

.before_bg_pastelBlue {
    background: #F4F7F8;
}

.before_commonBlock {
    width: 1060px;
    margin: 0 auto;
    padding: 30px 0 38px;
}
.before_commonBlock p {
    font-size: 1.4rem;
    line-height: 1.875;
}
.before_commonBlock_text_left {
    text-align: left;
}
.before_commonBlock_text_center {
    text-align: center;
}

.before_commonBlock_flex {
    display:flex;
    justify-content: space-between;
    margin: 30px auto 46px;
}
h3.before_commonTitle_h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 5px;
}

.before_commonBox {
    flex-direction: column;
    width: 516px;
    padding: 31px 30px 31px;
    background: #FFF;
}
h4.before_commonTitle_h4 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}

.before_commonBox_img {
    width: 83px;
    margin: 18px auto 0;
}

a.before_commonBox_btn {
    width: 320px;
    border-radius: 22px;
    padding: 7px 0 6px;
    text-align: center;
    display: block;
    margin: 21px auto 0;
    font-size: 1.9rem;
    color: #FFF;
    line-height: 1.473;
}
a.before_commonBox_btn:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* 法人製品のお問い合わせ */

h3.products_h3 {
    border-bottom: 1px solid #176ACA;
    font-weight: bold;
    font-size: 3.0rem;
}
h3.products_h3::before {
    content: "\F1AD";
    font-size: 3.8rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 19px;
    vertical-align: -6px;
    color: #176ACA;
}
.productsBox {
    border: 2px solid #176ACA;
}
.productsBox_h4_dashed {
    height: 1px;
    position: relative;
    display: block;
    margin: 16px auto 0;
}
.productsBox_h4_dashed::before {
    content: "";
    background-image: linear-gradient(to right, #176ACA, #176ACA 6px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.productsBox_img_01 {
    width: 81px;
    margin: 28px auto 21px;
}
.productsBox_img_02 {
    width: 67px;
    margin: 22px auto 22px;
}
a.productsBox_btn {
    background: #176ACA;
    margin: 0 auto;
}






/*  */
