﻿@charset "utf-8";
/*==================================================================================================================*/
/* ------> Fonts style <<<------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
* { 
	margin:0px; 
	padding:0px; 
}
html {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, sans-serif;
	font-size: 62.5%;
	background:#ffffff;
	-webkit-text-size-adjust: 100%;box-sizing: border-box;-webkit-appearance:none;
}
body {
	font-size:1.6rem;
	line-height:1.8;
	letter-spacing: .02em;
	text-align:left;
	color:#222222;
	background:#ffffff;
	border-top: solid 3px #1fa1db;
	min-width:960px;
}

/*==================================================================================================================*/
/* ------> Link <<<-------------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
a:link,
a:visited {
	color:#222222;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#22acea;
	text-decoration:underline;
}
a:focus {
	outline:none;
}

/* Decoration
------------------------------------------------------------------- */
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	transition: all .5s;
	opacity: 0.7;
}
.bg_white {
	background:#ffffff !important;
	display:inline-block;
}

/* Scroll
------------------------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#pagetop a {
	padding: 10px 0;
	width: 100px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #666;
	display: block;
	border-radius: 5px;
}
#pagetop a:hover {
	text-decoration: none;
	background: #999;
}

/*==================================================================================================================*/
/* ------> container <<<--------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
#container {
	margin:0;
	padding:0;
	text-align:left;
}

/*==================================================================================================================*/
/* ------> Header <<<-----------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
.header_area {
	margin:0;
	padding:0;
	width:100%;
	background: #f4f4f4;
	position:relative;
	top:0px;
}
.header_inner {
	margin:0 auto 10px;
	padding-top:10px;
	width:100%;
	height:80px;
	align-items:right;
}
.header_area .header_top {
	font-size:1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header_area .logo {
	margin:0;
	padding-left:10px;
	width:260px;
	position:relative;
	top:-20px;
}
.header_top .navi_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header_top .navi_top a {
	text-decoration: none;
}
.header_top .navi_top a:hover,
.header_top .navi_top a:active {
	color:#555555;
	text-decoration:none;
}
.header_top .navi_item {
	margin-left:4rem;
	padding-left:20px;
	position:relative;
	display: inline-block;
}
.header_top .navi_item:hover {
	opacity: 0.6;
}
.header_top .navi_item a::before {
	margin-top:-7px;
	width:12px;
	height:12px;
	background:#939393;
	border-radius:50%;
	top:50%;
	left: 0;
	position:absolute;
	content: '';
}
.header_top .navi_item a::after {
	margin-top:-4px;
	width:0;
	height:0;
	border: solid 3px transparent;
	border-left: solid 5px #ffffff;
	top: 50%;
	left: 4px;
	position: absolute;
	content: '';
}
.header_top .navi_item {
	margin-right:3px;
	padding:1px 15px 0 25px;
	background-image:url(../images/item_base/target_blank4.gif);
	background-repeat:no-repeat;
	background-position: top 50% right;
}
.header_top .navi_item_tel {
	margin-left:4rem;
	padding-left:5px;
}
.header_top .navi_item_tel {
	margin-right:3px;
	padding:1px 10px 0 25px;
	font-size:2rem;
	font-weight:bold;
	color:#222222;
	background:url(../images/item_base/ico_tel.png) no-repeat left center;
	top:0;
	position:relative;
}

/*==================================================================================================================*/
/* ------> Contents <<<---------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
.contents {
	margin:0 auto;
	padding:0;
	width:100%;
}
.pcrepair_ttl {
	background:#1fa1db;
	color:#ffffff;
}
.pcrepair_ttl .ttl_iiner {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:50px 0;
}
.pcrepair_ttl .ttl_iiner h2 {
	font-weight: bold;
	font-size: 4.2rem;
}
.mainbox {
	width:960px;
	margin:0 auto;
	padding:40px 0;
}
.mainbox h3 {
	padding-left:1em;
}

.sup {
	font-size:75.5%;
	vertical-align:top;
	position:relative;
	top:-0.2em;
}
/* Open Close */
.switchHat {
	display: none;
}
.switchOn {
	display: block;
}
span.switchOn {
	display: inline;
}
.closeBtnHat {
	margin: 30px 0 20px;
}
.closeBtnHat span,
.switchHat {
	color: #222222;
}
.switchHat:after {
	content: " ＋";
}
.switchHat:hover {
	color: #22acea;
}
.nowOpen {
	color: #0672a2;
}
.nowOpen:after {
	content: " －";
}
.adobe_info {
	margin:0;
	padding:5px 0;
	font-size:14px;
	width:960px;
	border:0;
	background:#FFFFFF;
}
.adobe_info p.adobe {
	margin-right:10px;
	padding:5px 0;
	float:left;
}
.dl_area {
	margin:0;
	padding:40px 0;
	width:960px;
	background:#f5f5f5;
	overflow:hidden;
}
.dl_area img {
	margin:0 auto;
	display: block;
	transition-duration: 0.3s;
}

.dl_area img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.dl_area a:hover {
	transition:hidden;
	opacity:1.0;
}



.dl_area .pdfsize {
	margin:0 auto;
	width:500px;
	text-align:right;
	font-size:0.8em;
	color:#9a9a9a;
	display:block;
}

/*==================================================================================================================*/
/* ------> footer  <<<----------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
.footer {
	background:#1fa1db;
}
.footer .footer_top {
	padding-top:3px;
	border-top:solid 3px #1fa1db;
	background:#f4f4f4;
	width:100%;
}
.footer_top .inner {
	margin:-3px auto 0;
	width:960px;
	display:block;
}
.footer_sitemap {
	margin:30px 0 0 0;
	padding:0 0 30px 0;
	text-align:center;
}
.footer_sitemap li {
	display:inline;
}
.footer_sitemap li a {
	line-height:2.0;
}
.footer_info {
	margin:0 auto;
	padding:20px 0;
	width:960px;
}
.footer_info_left {
	margin:0;
	padding:0;
	color:#ffffff;
	width:550px;
	float:left;
}
.footer_info_right {
	padding:5px;
	color:#ffffff;
	width:300px;
	float:right;
}
.copy {
	text-align:right;
	padding:0 0 10px 0;
	color:#fff;
	width:960px;
	clear:both;
}
.copy small {
	font-size: 1.1rem;
}
.telno2 {
	margin:0;
	padding:0;
	text-align:right;
	font-size:3.0rem;
	font-weight:bold;
	color:#ffffff;
 	top:0;
	position:relative;
}
.telno2 img {
	margin-right:10px;
}

/*==================================================================================================================*/
/* ------> etc  <<<-------------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
/* Clear
------------------------------------------------------------------- */
.clr {
	clear: both;
}
.cf:after,
.fbox:after,
.contents:after {
	clear:both;
}

/* List Style
------------------------------------------------------------------- */
ul.list_ricemark {
	margin:0;
	padding-left:1em;
}
ul.list_ricemark li {
	padding:0 0 5px 0;
	text-indent:-1em;
	list-style-type:none;
}
/* line */
.dotted {
	border-bottom:dotted 1px #9a9a9a;
}

/* Quick Style
------------------------------------------------------------------- */
/* Etc */
ul.fbox li,
ol.fbox li {
	float:left;display:inline;
}
.current {
	color:#444;
}
.fl {
	float:left;
}
.fr {
	float: right;
}
.clr {
	clear: both;
}

/* Margin */
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt45 {
	margin-top:45px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt55 {
	margin-top:55px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.mb60 {
	margin-bottom:60px !important;
}

/* Line Height */
.lh10 {
	line-height:1.0 !important;
}

/* Fonts Weight */
.fw {
	font-weight: bold !important;
}
.fn {
	font-weight: normal !important;
}

/* Fonts Size */
.f10 {
	font-size:1rem !important; line-height:1.5 !important;
}
.f11 {
	font-size:1.1rem !important; line-height:1.5 !important;
}
.f12 {
	font-size:1.2rem !important; line-height:1.5 !important;
}
.f13 {
	font-size:1.3rem !important; line-height:1.5 !important;
}
.f14 {
	font-size:1.4rem !important; line-height:1.5 !important;
}
.f15 {
	font-size:1.5rem !important; line-height:1.5 !important;
}
.f16 {
	font-size:1.6rem !important; line-height:1.5 !important;
}
.f17 {
	font-size:1.7rem !important; line-height:1.5 !important;
}
.f18 {
	font-size:1.8rem !important; line-height:1.5 !important;
}
.f19 {
	font-size:1.9rem !important; line-height:1.5 !important;
}
.f20 {
	font-size:2rem !important; line-height:1.5 !important;
}
.f21 {
	font-size:2.1rem !important; line-height:1.5 !important;
}
.f22 {
	font-size:2.2rem !important; line-height:1.5 !important;
}
.f23 {
	font-size:2.3rem !important; line-height:1.5 !important;
}
.f24 {
	font-size:2.4rem !important; line-height:1.5 !important;
}
.f25 {
	font-size:2.5rem !important; line-height:1.5 !important;
}
.f30 {
	font-size:3rem !important; line-height:1.5 !important;
}

/* Font Color */
.base_color {
	color:#222222 !important;
}
.gray {
	color:#888888 !important;
}
.gray2 {
	color:#cccccc !important;
}
.blue {
	color:#0051C0 !important;
}
.red {
	color:#EB0A31 !important;
}
.green {
	color:#06a15d !important;
}

/* Font family */
.f_meiryo {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, sans-serif;
}

/* Text align */
.tl {
	text-align: left !important;
}
.tc {
	text-align: center !important;
}
.tr {
	text-align: right !important;
}

