@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,able, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header,hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
ins { background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}

a {
	color: #11c;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	background: transparent;
}

a:hover {
	color: #65c0f5;
	text-decoration: none;
}

img {
	vertical-align: top;
}

p {
	margin-bottom: 1.2em;
}

small, .small {
	font-size: 12px;
}

/* Clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* Float */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img.left {
	margin: 0 14px 14px 0;
}

img.right {
	margin: 0 0 14px 14px;
}

/* Text-align */
.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.center {
	text-align: center;
}

/* テーブル */
.bordered-table {
	width: 100%;
	margin-bottom: 14px;	
}

.bordered-table th,
.bordered-table td {
	vertical-align: middle;
	padding: 10px 14px;
	border: 1px solid #ccc;	
	background: #fff;
}

.bordered-table th {
	text-align: left;
	background: #eee;
}

/* ボーダーボックス */
.bordered {
	padding: 10px;
	border: 3px double #ffa647;
	background: #fff;
}

.bordered p:last-child {
	margin-bottom: 0;	
}

/* 注釈 */
.note {
	font-size: 12px !important;
}

/* 矢印リンク */
.arrow {
	padding-left: 20px;
	background: url(../images/icon_arrow.gif) left center no-repeat;
}

[target="_blank"] {
	padding-right: 18px;
	background: url(../images/icon_blank_arrow.gif) right center no-repeat;
}


/* リスト */
ul,
ol {
	margin: 0 0 1.2em 1.8em;	
}

.disc {
	list-style: disc;	
}

table ul:last-child,
table ol:last-child {
	margin-bottom: 0;	
}

/* チェックリスト */
.check {
	list-style: none;
	margin-left: 0;
}

.check li {
	margin-bottom: 2px;
	padding-left: 22px;
	background: url(../images/icon_check.png) left 2px no-repeat;	
}

body {
	color: #333;
	font: 14px/1.4 Meiryo,"メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
	background: #fff;
}

.global-header,
.main-visual,
.content,
.global-footer {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

.wrapper {
	padding-bottom: 77px;
}

/*==================================================

.global-header

==================================================*/
.global-header {
	margin-bottom: 5px;
	padding: 5px 10px;
}

.global-header .logo {
	width: 270px;
	float: left;
	margin-top: 5px;	
}

.global-header .logo img {
	width: 100%;
	height: auto;	
}

.global-header .header-tel {
	width: 335px;
	float: right;
}


/*==================================================

.main-visual

==================================================*/
.main-visual {
	margin-bottom: 30px;
}


/*==================================================

.content

==================================================*/
.content {
	margin-bottom: 20px;
}

section {
	margin-bottom: 40px;
	background: #fafafa;
}

section section {
	margin-bottom: 20px;
}

section > .inner {
	padding: 20px;
}

.bordered-section .inner {
	padding: 18px;
	border: 2px solid #288dff;
	border-top: 0;	
}

section .inner > *:last-child {
	margin-bottom: 0;
}

/* headline */
h2 {
	color: #fff;
	font-size: 26px;
	padding: 13px 20px 10px;
	background: #ed7700;
}

h3 {
	color: #ed7700;
	font-size: 20px;
	line-height: 24px;
	margin: 20px 0 10px;
	padding-bottom: 2px;
	border-bottom: 2px solid #ed7700;	
}

h4 {
	font-size: 16px;
	margin: 18px 0 10px;
}

h3 + h4 {
	margin-top: 0;	
}

.bordered-section h2 {
	height: 62px;	
}

.tel,
.banner {
	width: 900px;
	margin: 40px auto;	
}


/* 
元気のないパソコン…
==================================================*/
.trouble-content {
	width: 480px;	
	float: left;
	background: #fff;
}

.trouble-content .trouble {
	padding: 10px;
	border: 2px solid #979797;
	border-bottom-width: 0;
	overflow: hidden;
}

.trouble-content .trouble:last-child {
	border-bottom-width: 2px;	
}

.trouble-content .trouble .t-text {
	width: 296px;
	float: left;
}

.trouble-content .trouble .t-img {
	width: 150px;
	float: right;
}

.trouble-content .trouble h3 {
	font-size: 18px;
	margin-top: 0;	
}

.trouble-content .trouble p {
	font-size: 15px;
	font-weight: bold;	
	margin: 0;
}

.trouble-support {
	width: 360px;
	float: right;
	padding-left: 53px;
	background: url(../images/icon_trouble_arrow.png) left center no-repeat;
}

.trouble-support p.note {
	margin-bottom: 0;
	margin-top: 5px;
}

/* 
選ばれる理由
==================================================*/
.feature {
	list-style: none;
	margin: 0;
}

.feature li {
	height: 64px;
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 64px;
	margin-bottom: 5px;
	padding-left: 170px;
	border: 3px solid #979797;
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
}

.feature .f-speed {
	background-image: url(../images/feature_speed.png);
}

.feature .f-result {
	background-image: url(../images/feature_result.png);
}

.feature .f-price {
	background-image: url(../images/feature_price.png);
}

.feature .f-data {
	background-image: url(../images/feature_data.png);
}

.feature .f-maker {
	background-image: url(../images/feature_maker.png);
}

.feature li strong {
	color: #ed7700;
}

/* 
サポートの流れ
==================================================*/
.flow [class^=f-step] {
	min-height: 180px;
	margin-bottom: 20px;
	padding-left: 260px;
}

.flow [class^=f-step]:last-child,
.flow p {
	margin-bottom: 0;	
}

.flow h3 {
	height: 45px;
	color: #fff;
	line-height: 45px;
	margin-top: 0;
	padding: 0 10px;
	border: 0;	
	background: #ff9a37;
}

.flow .f-step01 {
	background: url(../images/flow_step01.jpg) left top no-repeat;
}

.flow .f-step02 {
	background: url(../images/flow_step02.jpg) left top no-repeat;
}

.flow .f-step03 {
	background: url(../images/flow_step03.jpg) left top no-repeat;
}

/* 
サポート料金について
==================================================*/
.price-system {
    margin-bottom: 10px
}

.price-system:after {
    clear: both;
    content: "";
    display: block
}

.price-system > div {
    position: relative
}

.price-system > div:before, .price-system > div:after {
    background: #888;
    display: block;
    content: "";
    position: absolute
}

.price-system > div:before {
    height: 22px;
    width: 4px
}

.price-system > div:after {
    height: 4px;
    width: 22px
}

.price-system > div:last-of-type:before, .price-system > div:last-of-type:after {
    display: none;
    padding-bottom: 0
}

.price-system .inner {
    background: #fff;
    border: 2px solid #ed7700;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.125rem
}

.price-system .inner .exp {
    font-size: 12px;
    font-size: .75rem
}

.price-system .inner .title {
    color: #ed7700;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 1.25rem
}

.price-system .inner span {
    display: block
}

@media screen and (max-width: 767px) {
    .price-system > div {
        margin-bottom: 28px
    }
    
    .price-system > div:before,
    .price-system > div:after {
        right: 50%
    }
    
    .price-system > div:before {
        bottom: -25px
    }
    
    .price-system > div:after {
        bottom: -16px;
        margin-right: -9px
    }
    
    .price-system.box-4 > div:nth-of-type(3):before,
    .price-system.box-4 > div:nth-of-type(3):after,
    .price-system.box-5 > div:nth-of-type(4):before,
    .price-system.box-5 > div:nth-of-type(4):after {
        height: 22px;
        width: 4px
    }
    
    .price-system.box-4 > div:nth-of-type(3):before,
    .price-system.box-5 > div:nth-of-type(4):before {
        margin: 0 4px 0 0
    }
    
    .price-system.box-4 > div:nth-of-type(3):after,
    .price-system.box-5 > div:nth-of-type(4):after {
        bottom: -25px;
        margin: 0 -4px 0 0
    }
    
    .price-system .inner {
        padding: 10px
    }
    
    .price-system .inner .title br {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .price-system > div {
        display: table;
        float: left;
        margin-right: 28px;
        width: 204px
    }
    
    .price-system > div:before,
    .price-system > div:after {
        top: 50%
    }
    
    .price-system > div:before {
        margin-top: -10px;
        right: -16px
    }
    
    .price-system > div:after {
        margin-top: -1px;
        right: -25px
    }
    
    .price-system > div:last-child {
        margin-right: 0
    }
    
    .price-system.box-4 > div:nth-of-type(3):before,
    .price-system.box-4 > div:nth-of-type(3):after,
    .price-system.box-5 > div:nth-of-type(4):before,
    .price-system.box-5 > div:nth-of-type(4):after {
        height: 4px;
        right: -25px;
        width: 22px
    }
    
    .price-system.box-4 > div:nth-of-type(3):before,
    .price-system.box-5 > div:nth-of-type(4):before {
        margin-top: -5px
    }
    
    .price-system.box-4 > div:nth-of-type(3):after,
    .price-system.box-5 > div:nth-of-type(4):after {
        margin-top: 3px
    }
    
    .price-system.box-3 > div {
        width: 281px
    }
    
    .price-system.box-5 > div {
        width: 157px
    }
    
    .price-system .inner {
        display: table-cell;
        height: 121px;
        padding: 0 5px
    }
}

.price-system-option {
    margin-bottom: 20px;
}

@media print,screen and (min-width: 768px) {
    .price-system-option::before {
        border-bottom: 14px solid #ed7700;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 0;
        content: "";
        display: block;
        height: 0;
        margin-left: calc((281px / 2) - 7px);
        width: 0;
    }
}

.price-system-option-title {
    background: #ed7700;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.price-system-option-content {
    align-items: center;
    background: #ffffcc;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

@media print,screen and (min-width: 768px) {
    .price-system-option-content {
        padding: 20px;
    }
}

.price-system-option-content-list {
    list-style: none;
    margin: 0;
}

@media print,screen and (min-width: 768px) {
    .price-system-option-content-list {
        display: flex;
    }
}

.price-system-option-content-list li {
    background: url(../../template/images/icon_price_system_check.svg) left center no-repeat;
    padding: 6px 0 0 34px;
    font-size: 16px;
}

.price-system-option-content-list li:not(:last-child) {
    margin: 0 0 5px 0;
}

@media print,screen and (min-width: 768px) {
    .price-system-option-content-list li:not(:last-child) {
        margin: 0 30px 0 0;
    }
}

.option-price-title {
    margin-top: 40px;
}

.option-price {
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    padding: 20px;
}

.option-price-item {
    background: #fff;
    border: 2px solid #ccc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .option-price-item {
        width: calc((100% - 10px) / 2);
    }
}

.option-price-item-title {
    color: #ed7700;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
}

.option-price-item-price {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
}

.option-price-item-desc {
    font-size: 12px;
    font-size: 0.75rem;
}

.price-example .col2 {
	width: 428px;
	float: left;
	margin-right: 20px;
}

.price-example .col2:last-child {
	margin-right: 0;	
}

.price-example table tbody th {
	background: #fff;	
}

.price-example table tbody tr:nth-child(odd) th,
.price-example table tbody tr:nth-child(odd) td {
	background: #f7f7f7;
}

.price {
	text-align: right;
	white-space: nowrap;
	margin: 0;
}

.price-option th {
	padding-left: 2em;
}

/*==================================================

.global-footer

==================================================*/
.global-footer {
	width: 920px;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	overflow: hidden;
	background: #ed7700;
}

.global-footer a {
	color: #fff;
	text-decoration: underline;
}

.global-footer p {
	margin-bottom: 0;	
}

.global-footer .copyright {
	float: left;
}

.global-footer .privacy {
	float: right;	
}

.global-footer .privacy a {
	display: inline-block;
}

.global-footer .privacy a:not(:last-child) {
	margin-right: 1em;
}

.global-footer [target="_blank"] {
	background: url(../images/icon_blank_w_arrow.gif) right center no-repeat;
}

/**
 * 印刷ボタン
 */
.btn-print {
	background: none;
	padding: 0;
	position: fixed;
	right: 10px;
	top: 150px;
}

/**
 * 固定フッター
 */
.fixed-footer {
	background: #fff;
	border-top: 5px solid #ed7700;
	bottom: 0;
	height: 52px;
	left: 0;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 9;
}

.fixed-footer-inner {
	margin: 0 auto;	
	width: 750px;
}

.fixed-footer-tel {
	float: left;
	margin: 0 13px 0 0;	
	width: 615px;
}

.fixed-footer-print {
	float: left;
	width: 122px;
}

.fixed-footer-print [target="_blank"] {
	background: none;
	padding: 0;
}

.fixed-footer-print a:hover img {
	opacity: .8;
}

/**
 * アニメーション
 */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	to {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	to {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated:hover {
	-webkit-animation-name: none;
	animation-name: none;
}
