@charset "utf-8";
/* CSS Document */
.artec_logo{
	margin-bottom: 10px;
	margin-top: 15px;
}

.title_img{
	margin-top: 0px;	
}

.sub_title {
	font-size: 28px;
	color: #262626;
	margin-bottom: 5px;
}

.main_title {
	font-size: 40px;
	font-weight: 600;
	color: #003399;
	line-height: 54px;
	margin-bottom: 10px;
}

.category_title{
	background-color: #003399;
	color: white;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 1%;
	margin-right: 1%;
}
.category_title_gray{
	background-color: #666666;
	color: white;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 1%;
	margin-right: 1%;
}

.description {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.description02 {
	font-size: 18px;
	margin-bottom: 20px;
}


.ordesheet_title {
	font-size: clamp(12px, 3vw, 18px);
	color: #004098;
	margin-top: 30px;
	height: 50px;
}

#image {
    pointer-events: none;
}

/*
@media (max-width: 768px) {
	.ordesheet_title {
	font-size: 14px;
	}
}
*/
.return_btn {
	font-size: 24px;
	margin-top: 60px;
	margin-bottom: 10px;
}

footer {
	background-color: black;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 75px;
	color: white;
	}

.companyname {
	font-size: 16px;
}

.copyright {
	font-size: 14px;
}

.cover {
	display: inline-block;
	margin-top: 5px;
}

.link-button a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
    padding: 1em;
    line-height: 1.4em;
    margin-top: 1em;
    border-radius: 5px;
	height: 52px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	background-color: #004098;
}

.link-button_2l a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
    padding: 0.4em;
    line-height: 1.2em;
    margin-top: 1em;
    border-radius: 5px;
	height: 52px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	background-color: #004098;
}

.link-button_example a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
    padding: 1em;
    line-height: 1.4em;
    margin-top: 1em;
    border-radius: 5px;
	height: 52px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	background-color: #001f66;
}

.link-button_sendpdf a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
    padding: 1.1em;
    line-height: 1.2em;
    margin-top: 1em;
    border-radius: 5px;
	height: 60px;
	background-color: #da1a36;
	margin-bottom: 20px;
	margin-top: -2px;
}

.link-button .link-button_example .link-button_sendpdf .link-button-mail, a:hover {
	text-decoration: none;
	color: white;
		opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

.link-button-mail a {
	display: block;
	text-decoration: none;
	color: black;
	font-size: 17px;
    padding: 1em;
    line-height: auto;
    border-radius: 5px;
	background-color: #ffd700;
}

.link-button-mail02 a {
	display: block;
	text-decoration: none;
	color: black;
	font-size: 17px;
    padding: 1.7em;
    line-height: auto;
    border-radius: 5px;
	background-color: #a2c9e6;
}


.dl_title {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 45px;
}

.process_title{
	border: 2px solid #0066cc;
	border-radius: 20px;
	color: #0066cc;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 18px;
	margin-bottom: 10px;
	text-justify: auto;
}

.process_title_gray{
	border: 2px solid #666666;
	border-radius: 20px;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 18px;
	margin-bottom: 10px;
	text-justify: auto;
}

.description_sec {
	font-size: 15px;
	margin-bottom: 30px;
}


.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   

.btnimage {
	margin-bottom: 30px;
	margin-top: 5px;
	display: inline-block;
	
}

.description_mail {
	font-size: 18px;
	margin-top: 5px;
}

.area {
	color: black;
	font-size: 23px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 15px;
}

.textline {
	border-bottom:solid;
	border-color:#FF0000;
	border-width:3px;/*5ピクセルの太さにする*/
}


/*アコーディオンの色変更*/
.panel_red > .panel {
	border: 3px #da1a36 solid;
	border-radius: 8px;
}
.panel_red > .panel-default > .panel-heading {
	background: #da1a36 !important;
	color: #fff !important;
	border-radius: 0px;
}
.panel_red > .panel-default > .panel-heading {
	border-color: #da1a36 !important;
}
.panel-title{
	font-size: 22px;
}

.panel-title a {
	display: block !important;
}

@media screen and (max-width:768px) {
  /*　画面サイズが768px以下の場合読み込む　*/
.main_title {
	font-size: 36px;
	}
.link-button a {
	font-size: 14px;
	width: auto;
	}
.link-button_example a {
	font-size: 14px;
	width: auto;
	}
.link-button_sendpdf a {
	font-size: 16px;
	}
}

/*改行位置調節*/
@media screen and (min-width: 768px) {
  /*　画面サイズが768px以上の場合読み込む　*/
  .br-sp {
    display: none;
  }
}
@media screen and (max-width:990px) {
  .br-pc {
    display: none;
  }
}

.white-space {
	height: 60px;
}