/*
Theme Name: パソコンサポーターゼットのテーマ
Theme URI: #
Author: Hirocreate
Author URI: hirocreate.com
Description:  パソコンサポーターゼットのテーマです。
Version: 1.0


*/


/* CSS Document */

@import url("custum.css");
@import url("contents.css");
/* ===================================================================
CSS information
 file name  :  reset.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, images, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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%;
}

/*html,body{
    width: 100%;
}*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* iphone文字が大きくなるのを防ぐ */
body {
  -webkit-text-size-adjust: 100%;
  color:#333;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
images, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
body {
	font: 13px "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
 *font-size:small;
 *font:x-small;
	margin: 0px;
	padding: 0px;
	/*-webkit-overflow-scrolling: touch;*/
}
table {
	font-size: inherit;
	font: 100%;
}
img {
	border: 0;
}
img{
	vertical-align: bottom; /* 画像の下に謎の余白が出来るのを消す。 */
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.f12px{
	font-size:12px;
	font-weight:normal;
}
.f14px{
	font-size:14px;
	font-weight:normal;
}
.f35px{
	font-size:35px;	
}
.txtcenter{
	text-align:center;	
}
.mag_btm50px{
	margin-bottom:50px;	
}
.pad20px;{
	padding:20px;	
}


#wrap{	/* iPhone、iPad等でサイト観覧時に、右側に余白ができるのを解消させる */
	overflow: hidden;
}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
input[type="file"] {
-webkit-appearance: none;
border-radius: 0;
}


img.alignright { display: block; margin: 0 0 0 auto!important;}
img.alignleft { display: block; margin: 0 auto 0 0!important;}
img.aligncenter { display: block; margin: 0 auto!important;}

a {
    color: #3daae9;
}
/* パソコンサポーターゼット */



/* webfont */
.wf-notosansjapanese { font-family: 'Noto Sans JP', sans-serif; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-Marcellus {font-family: 'Marcellus SC', serif;}
.wf-NotoSerifJP {font-family: 'Noto Serif JP', serif;}
.wf-Kosugi {font-family: 'Kosugi', sans-serif;}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}






#headerGmenu ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
#headerGmenu ul li {
    text-align: center;
	width: 240px;
	line-height: 1;
	padding: 15px 0;
	position: relative;
}



#headerGmenu ul li ul {
    display: block;
}
li.dropmenu ul {
    position: absolute;
    top: 150px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    background: #083c6f;
    width: 239px!important;
}






#headerGmenu ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #1d4840;
	padding: 15px 0;
    display: block;
	border-right: 1px solid #237868;
	width: 240px;
	transition: all .3s ease-in-out;
	position: relative;
	font-weight: bold;
	line-height: 1.2;
}
#headerGmenu ul li:nth-child(1) a {
    width: 238px;
}
#headerGmenu ul li:nth-child(1) a {
	border-left:1px solid #777;
}
#headerGmenu ul li:hover a {
    /*background: #badef3;*/
	/*background:#f0f0f0;*/
	color:#129ed3;
}
#headerGmenu ul li:hover img{
	opacity:0.2;
}
#headerGmenu ul li ul li:hover {
    background: #eff0f1;
	transition: all .3s ease-in-out;
}



#headerGmenu ul li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #237868 2px solid;
    border-right: #237868 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: -1px;
    bottom: 0;
    margin: auto;
	visibility: hidden;	
}
#headerGmenu ul li:hover::after {
    visibility: visible;
}








/* ヘッダーメニューの背景アイコン画像 */
#headerGmenu ul li:nth-child(1) a:before {
	content: url(images/gmenuicon01.png);
    position: absolute;
    top: 0;
    left:50px;
}
#headerGmenu ul li:nth-child(2) a:before {
    content: url(images/gmenuicon02.png);
    position: absolute;
    top: 0;
    left: 50px;
}
#headerGmenu ul li:nth-child(3) a:before {
    content: url(images/gmenuicon03.png);
    position: absolute;
    top: 0;
    left: 50px;
}
#headerGmenu ul li:nth-child(4) a:before {
    content: url(images/gmenuicon04.png);
    position: absolute;
    top: 0;
    left: 40px;
}
#headerGmenu ul li:nth-child(5) a:before {
    content: url(images/gmenuicon05.png);
    position: absolute;
    top: 0;
    left: 35px;
}



/*#headerGmenu ul li:nth-child(1) span {
    margin-left: 60px;
}
#headerGmenu ul li:nth-child(2) span {
    margin-left: 60px;
}
#headerGmenu ul li:nth-child(3) span {
    margin-left: 60px;
}
#headerGmenu ul li:nth-child(4) span {
    margin-left: 63px;
}
#headerGmenu ul li:nth-child(5) span {
    margin-left: 55px;
}*/














/* ドロップダウンメニュー部分ＢＩＧ */
li.dropmenu ul {
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	visibility:hidden;
	opacity:0;
	z-index:1000;
	background:#083c6f;
    width: 239px!important;
}
#headerGmenu ul li ul li {
    float: none;
    padding: 0;
}
/* ドロップダウンメニュー部分ＢＩＧ */

/* ドロップダウンメニュー部分ＳＭＡＬＬ */

li.dropmenuSmall ul {
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	visibility:hidden;
	opacity:0;
	z-index:1000;
	background:#fff;
	/*border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;*/
	top: 74px;
}


li.dropmenuSmall:hover ul {
    visibility: visible;
    opacity: 1;
}


li.dropmenuSmall ul li {
    padding: 0;
    border: 0;
}

li.dropmenuSmall ul li {
    padding: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
}
li.dropmenuSmall ul li:first-child {
    border-top: 1px dashed #ccc;
}


#headerGmenu ul li ul li {
    float: none;
    padding: 0;
}

/* ドロップダウンメニュー部分ＳＭＡＬＬ */





#headerGmenu ul li ul li a{
	border-right:none;		
}
#headerGmenu ul li ul li:nth-child(1) a {
    border-left: none;
}
#headerGmenu ul li ul {
	padding: 0;
}
#headerGmenu ul li ul li:nth-child(1) a:before,#headerGmenu ul li ul li:nth-child(2) a:before {
    content: "";
}
#headerGmenu ul li ul {
    width: 240px;
	background: #fff;
}






#infoloop5 {
    padding: 50px 0;
    background: #f5f5f5;
}

#infoloop5 h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
	margin: 40px 0 50px 0;
}
.H2setumei {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
}
#infoloop5 h2 span {
    position: relative;
	padding: 0 1em;
}
#infoloop5 h2 span::before {
    right: 100%;
}
#infoloop5 h2 span::after {
    left: 100%;
}
#infoloop5 h2 span::before, #infoloop5 h2 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 120px;
    height: 1px;
    background-color: #333;
}




#topinfobox ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#topinfobox ul li {
    width: 380px;
	border: 1px solid #ccc;
}
#topinfobox ul li img {
    width: 100%;
    height: auto;
}


.day_oscate {
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
	align-items: center;
}
.day {
    font-size: 18px;
}
ul.post-categories a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.bgcolor-10 {
    background: #E7528D;
}
.bgcolor-1 {
    background: #76aa6a;
}
.bgcolor-2 {
    background: #FFBF00;
}
.bgcolor-3 {
    background: #2cb1dd;
}

#topinfobox ul li ul.post-categories {
    width: 200px;
	text-align: center;
    padding: 2px 0;
}
.infoTit a {
    font-size: 15px;
    text-decoration: none;
    color: #42749f;
    font-weight: bold;
}
.infoTit a:hover {
    text-decoration: underline;
}
.TopinfoMojiwaku {
    padding: 0 20px 20px 20px;
}
#topinfobox ul li ul li {
    border: none;
}
#topinfoallBtn a {
    background: #237767;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    width: 320px;
    display: block;
    border-radius: 25px;
    text-align: center;
    margin: 70px auto 30px auto;
    padding: 10px 0;
}
#topinfoallBtn a:hover{
	background: #4dbda8;
}
.catename {
    border-radius: 4px;
}










.shuChuiTit {
    font-weight: bold;
    border-bottom: 1px solid #237767;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #237767;
}
.TopBigcatch {
    font-size: 45px;
    color: #217666;
    font-weight: bold;
    text-align: center;
	margin: 60px 0;
    line-height: 1.2;
}
.TopBigcatch02 {
    font-size: 45px;
    color: #217666;
    font-weight: bold;
    text-align: center;
	margin: 0 0	40px 0;
    line-height: 1.2;
}
.sikakuyajirusi {
    background: #217666;
    color: #fff;
    font-size: 20px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    line-height: 1.5;
	border-radius: 10px;
}
.sikakuyajirusi p {
    padding: 20px 40px;
}
.sikakuyajirusi:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 25px solid #217666;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}
ul.TopoPromakase {
    width: 1200px;
    margin: 60px auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.TopoPromakase li {
    margin-bottom: 40px;
}
.toiawaseTelWaku {
    width: 600px;
    text-align: center;
    background: #237767;
    color: #fff;
    border-radius: 60px;
	line-height: 1.2;
	margin: 0 auto;
}
.toiawaseTelWaku:hover{
	position:relative;
	top:2px;
	background:#4dbda8;
}
p.TopTelNo {
    font-size: 60px;
    font-weight: bold;
	padding-top: 12px;
}
p.TopTelmazuwa {
    font-size: 24px;
    padding-bottom: 12px;
    font-weight: bold;
}
.toiawaseTelWaku a {
    color: #fff;
    text-decoration: none;
}
.KomattaKaiketu {
    width: 1100px;
    margin: 0 auto;
    /*background: #24c8a9;*/
	/*background: #3c897a;*/
	background: rgba(60, 137, 122, 0.95);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
	position: relative;
}
.KomattaKaiketuIN {
    padding: 30px 40px;
}
.KomattaKaiketuIN h3 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    color: #ffee3e;
    font-weight: bold;
}


.BoxMigiHidari {
    display: flex;
    padding: 50px 0 50px 0;
    justify-content: space-between;
}
.topmiseimg {
    width: 48%;
}
.topmiseimg img {
	width:100%;
}
.BoxmigiArea {
    width: 48%;
}


#headerUe_IN {
    width: 1200px;
    margin: 0 auto;
	/*display: flex;*/
	overflow: hidden;
}
#headerGmenu {
    border-top: 1px solid #4e9286;
}
.headTelno {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    padding-left: 7px;
    margin-top: 5px;
	text-align: center;
}

.headTelno a {
    text-decoration: none;
}
.headTelno:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(images/icon_tel.png);
	background-size: contain;
	margin-right: 5px;
}

#logo {
    width: 445px;
    float: left;
	margin-top: 10px;
	display: flex;
}
#logo a {
    margin-bottom: 10px;
}
#headueLinkTime {
    width: 300px;
    float: right;
}
#remoteTelno {
    width: 230px;
    float: right;
}

#headueLinkTime ul {
    overflow: hidden;
    margin-bottom: 10px;
}
#headueLinkTime ul li {
    float: left;
    margin-right: 20px;
}
#headueLinkTime ul li a {
    background: #237868;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    display: block;
    line-height: 1;
}
p.Time {
    font-size: 15px;
    line-height: 1.4;
}

#TopShuriWAKU {
    background: #f3efe8;
    padding: 80px 0 50px 0;
    margin: 80px 0 0 0;
}












/* スクロールで表示域に入ったら左からべた塗りのあとに画像表示 */
	.photo{
        width: 100%;
        /*height: 50vh;*/
		height: 450px;
    }
	.photo02{
        width: 100%;
        /*height: 40vh;*/
		height: 500px;
    }
    .photo-inner{
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .photo1 .photo-inner{
		background:url(images/topomise.jpg);
    }
	.photo2 .photo-inner{
		background:url(images/houjinntop.jpg);
    }
    .animation{
        position: relative;
        overflow: hidden;
    }
    .animation::before{
        content: '';
        display: block;
        position: absolute;
        top:0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        /*background-image: linear-gradient(90deg, #a0dfff 0%, #eabdfa 100%);*/
		background-color:#e0e0e0;
        transform: translatex(-100%);
    }
    @keyframes showMask{
        0%{
            transform: translateX(-100%);
        }
        45%,50%{
             transform: translate(0%);
        }
        100%{
            transform: translateX(100%);
        }
    }
    .animation.show::before{
        animation: showMask 1s forwards;
    }
    .animation .photo-inner{
        opacity: 0;
		background-size: cover;
    }
    @keyframes showElements{
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
    }
    .animation.show .photo-inner{
       animation: showElements .01s .6s forwards;
    }

/* スクロールで表示域に入ったら左からべた塗りのあとに画像表示 */



#TopShuriWAKUin {
    width: 95%;
    margin: 0 auto;
}
.sagyouPlice {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    background: #d50a0a;
    color: #fff;
	border-radius: 10px 10px 0 0;
	line-height: 1.5;
}
.sagyouPlice span {
    display: block;
    font-size: 20px;
    color: #ffdd53;
    font-weight: bold;
}
.sagyouPliceSetumei {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 30px 15px 30px;
    background: #fff;
    line-height: 1.6;
    border-radius: 0 0 10px 10px;
}
.sagyouPliceSetumei.wf-Kosugi p span {
    border-bottom: 2px dotted #bfbfbf;
    padding-bottom: 4px;
}
.raiten {
    overflow: hidden;
    background: #e0e0e0;
	margin-bottom: 10px;
}
p.raitenTit {
    float: left;
    background: #237767;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
p.raitentxt {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    /* margin-left: 11px; */
    float: left;
    background: #e0e0e0;
}
.shucchou {
    overflow: hidden;
    background: #e0e0e0;
	margin-bottom: 20px;
}
p.shucchouTit {
    float: left;
    background: #237767;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
p.shucchoutxt {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    /* margin-left: 11px; */
    float: left;
    background: #e0e0e0;
}
.shucchouChuui {
    font-size: 18px;
}

#headline {
    background: #f0f0f0;
    color: #333;
    padding: 8px 20px;
    text-align: center;
}

#footerarea {
    display: flex;
	/*width: 960px;*/
    margin: 30px 0 0 0;
	font-size: 14px;
	width: calc(96% - 240px);
    min-width: 960px;
}
#footlogoarea {
    width: 240px;
    background: #53a495;
    padding: 20px 20px;
}

#footerIN {
    /*width: 1200px;
    margin: 0 auto;*/
	display: flex;
}
#footTel a {
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#footTel:before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/icon_tel02.png);
    background-size: contain;
	padding-right: 5px;
    background-repeat: no-repeat;
}
#footAD {
    font-size: 14px;
    margin: 0 0 10px 0;
	color: #fff;
}
#footTel {
    margin: 12px 0 5px 0;
    line-height: 1;
	text-align: center;
}
#footremote {
    margin: 0 0 10px 0;
}

#address {
    text-align: center;
    background: #237868;
    padding: 15px 0;
    color: #fff;
}
#address a{
	color:#fff;
	text-decoration:none;
}
#address a:hover{
	text-decoration:underline;
}


#footerarea01,#footerarea02, #footerarea03, #footerarea04 {
    /*width: 190px;*/
	width: calc(100% / 4);
    margin-left: 40px;
}

ul#menu-footmenu01 li a,ul#menu-footmenu02 li a,ul#menu-footmenu03 li a,ul#menu-footmenu04 li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    color: #fff;
    font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#footerarea ul li {
    position: relative;
}
#footerarea ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#footerarea a:hover {
    color: #a6f7e8;
}

#footer {
    background: #237767;
    /*padding: 20px 0 20px 0;*/
}



#footmap {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
#footmap iframe {
  width: 100%;
  height: 780px;
  margin-top: -170px;
}



.cd-fixed-bg.bg-image01 {
    background-image: url(images/komattakaiketu_bg.jpg);
    background-repeat: inherit;
}
.cd-fixed-bg {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding: 150px 0 150px 0;
}

.cd-fixed-bg02.bg-image02 {
    background-image: url(images/houjinpriceback.jpg);
    background-repeat: inherit;
}
.cd-fixed-bg02 {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0 100px 0;
}


.tpkomattaimg02 {
    position: absolute;
    top: -55px;
    left: 50px;
}
.tpkomattaimg01 {
    position: absolute;
    top: -45px;
    right:40px;
}




#TopArea {
    padding: 50px 0;
}
#TopArea h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
	position: relative;
}
#TopArea h2 span::before, #TopArea h2 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 120px;
    height: 1px;
    background-color: #333;
}
#TopArea h2 span {
    position: relative;
    padding: 0 1em;
}
#TopArea h2 span::after {
    left: 100%;
}
#TopArea h2 span::before {
    right: 100%;
}
#TopArea section {
    width: 1200px;
    margin: 0 auto 20px auto;
    font-size: 14px;
    line-height: 1.5;
}
#TopArea h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}




#logo a img:first-child {
    margin-right: 3px;
}











