@charset "UTF-8";
/* CSS Document */

/*
body{
    font-family: ヒラギノ角ゴ W3 JIS2004 ;
	line-height: 1.6;
	font-size: 13px;
}
*/

.sp_none{
	display: none;
}
.pc_none{
	display: block;
}

main{
    width: 100%;
    margin: 0 auto;
    font-family: ヒラギノ角ゴ W3 JIS2004 ;
	line-height: 1.6;
	font-size: 13px;
}

h1{
    width: 90%;
    max-width: 630px;
    margin: auto;
    padding: 12vw 0;
}

h2{
	font-size: 16px;
    font-family: 新ゴ DB;
	text-align: center;
	margin-bottom: 30px;
}

h2 span{
	display: block;
	font-size: 12px;
	font-family: 新ゴ M;
	margin-top: 30px;
	position: relative;
}

h2 span:before {
    display: block;
    content: '';
    position: absolute;
    border: 1px solid #333;
    width: 24px;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

main a.btn {
    background: #FFAB3E;
    width: 200px;
    margin: auto;
    padding: 10px;
    font-family: ヒラギノ角ゴ W6 JIS2004 ;
	font-size: 13px;
	position: relative;
}

main a.btn:after{
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.shopInfo {
    width: 90%;
    margin: 0 auto 80px;
    border: 2px solid #1D477E;
    border-radius: 6px;
    padding: 20px 10px;
    max-width: 400px;
}

.shopInfo p{
    font-family: ヒラギノ角ゴ W6 JIS2004 ;
	margin-bottom: 8px;
	text-align: center;
	font-size: 13px;
}

/*-------- mainvisual ---------*/
.mainvisual{
	background: url("/products/telework/img/img_main.jpg");
	background-size: cover;
	max-width: 1200px;
	max-height: 370px;
	height: auto !important;
	width: 100%;
	margin:0 auto 30px;
}

/*-------- intro ---------*/
.intro {
    width: 96%;
	max-width: 1200px;
    margin: 0 auto 90px;
}

.introFlexLeft img {
    display: none;
}

p.introTtl {
    font-family: 新ゴ DB;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
}

/*-------- necessary ---------*/

section.necessary {
    width: 96%;
	max-width: 1200px;
    margin: 0 auto 60px;
}

section.necessary dl{
	margin-bottom: 60px;
}

section.necessary dl dt img {
    display: block;
    margin: 0 auto 16px;
    max-width: 350px;
}

section.necessary dl dd p {
    text-align: justify;
}

section.necessary dl dd a.btn{
	margin-top: 20px;
}

h3{
	font-family: 新ゴ DB;
	color: #1D477E;
	margin-bottom: 8px;
	font-size: 15px;
}

h3.nec01:before,h3.nec02:before,h3.nec03:before,h3.nec04:before{
	color: #fff;
    background-color: #1D477E;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    padding-left: 1px;
    margin-right: 5px;
}

h3.nec01:before {
	content: '1';
}

h3.nec02:before {
	content: '2';
}

h3.nec03:before {
	content: '3';
}
h3.nec04:before {
	content: '4';
}

/*-------- solution ---------*/
section.solution {
    width: 96%;
	max-width: 1200px;
    margin: 0 auto 50px;
}

.solutionFlex ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}

.solutionFlex ul li {
    text-align: center;
    width: 48%;
    max-width: 230px;
    background: #38567E;
    color: #fff;
    font-family: ヒラギノ角ゴ W6 JIS2004 ;
	font-size: 13px;
    line-height: 1.4;
    padding: 14px 10px;
    margin-bottom: 10px;
	border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solutionFlex ul li:nth-child(n+3):nth-child(-n+4),
.solutionFlex ul li:nth-child(n+7):nth-child(-n+8),
.solutionFlex ul li:nth-child(n+11):nth-child(-n+12),
.solutionFlex ul li:nth-child(n+15):nth-child(-n+16),
.solutionFlex ul li:nth-child(n+19):nth-child(-n+20){
	    background: #547095;
}
.solutionFlex ul li.fs110{
	font-size: 110%;
}

.solutionFlex img{
	display: none;
}

/*-------- problem ---------*/
section.problem{
	width: 100%;
	margin: 0 auto 90px;
}

section.problem h2{
	width: 96%;
	margin: 0 auto 30px;
}

.bgBlue {
    background: #1D477E;
	padding: 30px 0;
}

.problemBox {
    background: #fff;
    margin: 0 auto 30px;
    width: 85%;
	max-width: 520px;
    border-radius: 22px;
    padding: 30px;
	box-shadow: 0px 10px 0px rgb(222, 222, 222);
}

h4{
	font-family: 新ゴ DB;
	margin:0 0 30px 8px;
	font-size: 15px;
	width: fit-content;
    padding-left: 2em;
    text-indent: -2.6em;
	line-height: 1.2;
}

h4 span{
		background:linear-gradient(transparent 60%, #ff6 60%);
		display: inline;
}

h4:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/products/telework/img/ico_problem.png)no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.problemBox .pLeft img {
    max-width: 120px;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
}

.problemBox .pRight p:first-child {
	font-family: 新ゴ DB;
    font-size: 14px;
	color:#1D477E
}

/*-------- convenientProduct ---------*/
section.convenientProduct {
    width: 96%;
	max-width: 1200px;
    margin: 0 auto 40px;
}

section.convenientProduct ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

section.convenientProduct ul li {
    width: 130px;
    margin-bottom: 30px;
	font-size: 12px;
	font-family: ヒラギノ角ゴ W6 JIS2004 ;
	text-align: center;
	margin-left: 2%;
}

section.convenientProduct ul li img{
    border: 1px solid #ccc;
	display: block;
	margin-bottom: 6px;
}

.cell.is-empty{
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

li.cell.etc {
    font-size: 12px;
    text-align: left;
}
/*
p.etc {
	width: 200px;
    max-width: 600px;
    margin: auto;
	font-size: 12px;
	font-family: ヒラギノ角ゴ W6 JIS2004;
}
*/


/*-------- faqInfo ---------*/
.faqInfo {
    width: 90%;
    margin: 0 auto 4em;
    background: url(/products/ozziohikari/img/img_callCenter.png) no-repeat right bottom;
    background-size: 28%;
	max-width: 1000px;
	padding: 1.5em;
    border: solid 3px #FFAB34;
    border-radius: 10px;
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}

.faqInfo ul.faq {
    width: 100%;
    margin: 0 0 2em;
    font-size: 1.4rem;
}

.faqInfo ul.faq li {
    font-size: 1.3rem;
}

.faqInfo ul.faq li:nth-child(1) {
    font-size: 1.5rem;
	font-family: ヒラギノ角ゴ W4 JIS2004;
	padding: 0% 0 3% 18%;
	background: url(/products/ozziohikari/img/icon_faq.png) no-repeat left top;
	background-size: 13%;
	margin-bottom: 0.5em;
}

.faqInfo ul.faq li:last-child {
	text-align: right;
    margin-bottom: 0;
    margin-top: 1em;
    font-size: 1.2rem;
}

.faqInfo ul.faq li:last-child a {
    text-decoration: underline;
}

.faqInfo ul.info {
	width: 100%;
    font-size: 1.3rem;
}

.faqInfo ul.info li a{
	display: block;
	color: #FFAB34;
	text-decoration: none;
}

.faqInfo ul.info li:nth-child(1) {
    line-height: 1.5em;
    font-size: 1.4rem;
    margin-bottom: 1em;
}

.faqInfo ul.info li:nth-child(2) {
    color: #FFAB34;
    font-family: 新ゴ M;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
    border: solid 1.3px #FFAB34;
    text-align: center;
    width: 65%;
	max-width: 380px;
	padding: 0.9rem 0 0.8rem;
}

.faqInfo ul.info li:nth-child(3) {
    background-color: #FFAB34;
    text-align: center;
    padding: 0.5em 0;
    width: 65%;
	max-width: 380px;
}

.faqInfo ul.info li:nth-child(3) a {
    font-size: 1.2rem;
	color: #fff;
    font-family: ヒラギノ角ゴ W4 JIS2004;
}

/*-------- pmInfo ---------*/
.pmInfo {
    width: 100%;
    margin: 0px auto 60px;
    background: #f5f5f5;
    padding: 40px 20px;
	max-width: 1100px;
}

h5 {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 auto 30px;
    background: #1D477E;
    padding: 10px 0;
    max-width: 200px;
    border-radius: 30px;
	font-family: ヒラギノ角ゴ W6 JIS2004;
}

.pmInfoFlexLeft img{
	display: block;
	margin:0 auto 14px;
	max-width: 440px;
	width: 50%;
}

.pmInfoFlex p {
    margin-bottom: 30px;
}

.pmInfo a{
	display: block;
	margin: auto;
}

.pmInfo a img{
	max-width: 600px;
    margin: auto;
    display: block;
}

.pmInfo p.b90{
	text-align: center;
	font-family: ヒラギノ角ゴ W6 JIS2004;
	font-size: 90%;
	margin-bottom: 8px;
}

@media print, screen and (min-width: 751px){
main{
	font-size: 14px;
}

h2{
	font-size: 22px;
	margin-bottom: 80px;
}

h2 span{
	font-size: 14px;
	margin-top: 40px;
}

h2 span:before {
    width: 24px;
    top: -20px;
}

main a.btn {
	font-size: 14px;
}

main a.btn:after{
    margin-top: -5px;
}

.shopInfo {
    width: 100%;
    margin: 0 auto 150px;
    max-width: 600px;
	font-size: 14px;
}

	
/*-------- mainvisual ---------*/
.mainvisual {
	margin-bottom: 80px;
}

/*-------- intro ---------*/
section.intro {
    width: 90%;
    margin: 0 auto 120px;
    max-width: 1000px;
}

.introFlex{
	display: flex;
	justify-content: space-around;
}
	
.introFlexLeft{
	width: 40%;
}

.introFlexRight{
	width: 50%
}

p.introTtl {
    font-size: 18px;
    text-align: left;
}

.introFlexLeft img {
    display: block;
	max-width: 400px;
	box-shadow: -20px 20px 0px rgb(233, 233, 233);
}


/*-------- necessary ---------*/
section.necessary dl {
    display: flex;
    justify-content: center;
}
section.necessary dl dd {
    width: 60%;
	margin-left: 20px;
}
section.necessary dl dt {
    width: 35%;
}	
h3 {
    font-size: 16px;
}
	
h3.nec01:before, h3.nec02:before, h3.nec03:before, h3.nec04:before {
    height: 22px;
    width: 22px;
    padding-left: 0px;
}	
section.necessary dl dd a.btn {
    margin-left: 0;
}
	

/*-------- solution ---------*/
section.solution {
    width: 100%;
    margin: 0 auto 50px;
}
.solutionFlexRight {
    max-width: 700px;
    margin: auto;
}
	
/*-------- problem ---------*/
section.problem {
    margin: 0 auto 150px;
}
	
section.problem h2 {
    width: 100%;
    margin: 0 auto 60px;
}
	
.problemFlex{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1100px;
    margin: auto;
}
	
.bgBlue {
	padding: 90px 20px;
}
	
.problemBox {
	width: 47%;
    margin: 0 0 40px;
}

h4{
	font-size: 16px;
	text-indent: -3em;
}

h4:before {
    width: 40px;
    height: 40px;
}
.problemBox .pRight p:first-child {
    font-size: 15px;
}
	
/*-------- convenientProduct ---------*/
section.convenientProduct {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 90px;
}	

section.convenientProduct ul {
    max-width: 1200px;
}
	
	
/*-------- faqInfo ---------*/
.faqInfo {
    width: 90%;
	margin: 0 auto 9em;
}	

	
/*-------- pmInfo ---------*/
.pmInfo {
    width: 90%;
    border-radius: 10px;
	padding: 50px 20px;
    margin-bottom: 90px;
}
	
h5 {
    font-size: 16px;
    margin: 0 auto 40px;
    max-width: 400px;
}
	
.pmInfoFlex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
	margin: 0 auto 20px;
	max-width: 1000px;
}
	
.pmInfoFlexLeft{
	width: 42%;
}
	
.pmInfoFlexLeft img {
    width: 100%;
}
	
.pmInfoFlexRight{
	width: 50%;
}
	
.pmInfoFlex p {
    font-size: 14px;
}
	
.pmInfo p.b90{
	font-size: 100%;
}
	
/*-------- induction ---------*/
.induction {
    margin: 0 auto 120px;
}
}


@media print, screen and (min-width: 480px){
.faqInfo {
    background: url(/products/ozziohikari/img/img_callCenter.png) no-repeat right 0.5em bottom;
    background-size: 23%;
}	
}
@media print, screen and (min-width: 600px){
/*-------- solution ---------*/

.solutionFlex ul li {
    width: 32%;
    padding: 18px 10px;
}
	
.solutionFlex ul li:nth-child(n+3):nth-child(-n+4),
.solutionFlex ul li:nth-child(n+7):nth-child(-n+8),
.solutionFlex ul li:nth-child(n+11):nth-child(-n+12),
.solutionFlex ul li:nth-child(n+15):nth-child(-n+16),
.solutionFlex ul li:nth-child(n+19):nth-child(-n+20){
	background:#38567E
}
	
.solutionFlex ul li:nth-child(n+4):nth-child(-n+6),
.solutionFlex ul li:nth-child(n+10):nth-child(-n+12),
.solutionFlex ul li:nth-child(n+16):nth-child(-n+18),
.solutionFlex ul li:nth-child(n+22):nth-child(-n+24){
	background: #547095;
}
	
	
/*-------- faqInfo ---------*/
.faqInfo {
    background: url(/products/ozziohikari/img/img_callCenter.png) no-repeat right 0.5em bottom;
    background-size: 16%;
}
.faqInfo ul.faq li:nth-child(1) {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding: 0 0 1em 16%;
    background-size: 10%;
}
.faqInfo ul.faq li:last-child {
    font-size: 1.3rem;
}
	
.faqInfo ul.faq li {
    font-size: 1.4rem;
	margin-bottom: 0.3rem;
}

}
@media print, screen and (min-width: 800px){
/*-------- faqInfo ---------*/
.faqInfo {
    flex-wrap: nowrap;
}
.faqInfo ul.faq {
    width: 45%;
    margin-right: 4%;
	margin-bottom: 0;
}
.faqInfo ul.faq li:nth-child(1) {
    font-size: 17px;
    margin-bottom: 0.5em;
    padding: 1% 0 1em 16%;
    background-size: 12%;
}
	
.faqInfo ul.info {
    width: 51%;
    font-size: 1.5rem;
}
.faqInfo ul.info li:nth-child(1) {
    font-size: 1.5rem;
}

	
.faqInfo ul.info li:nth-child(2),.faqInfo ul.info li:nth-child(3) a{
    font-size: 1.4rem;
}
}
@media print, screen and (min-width: 900px){
.solutionFlex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.solutionFlexLeft {
    width: 35%;
}	
.solutionFlexRight {
    width: 65%;
}	
.solutionFlex ul li {
    font-size: 14px;
}
.solutionFlex img{
	display: block;
	margin-top: 10px;
	max-width: 400px;
}
}


@media print, screen and (min-width: 1024px){
/*-------- mainvisual ---------*/
.mainvisual {
   	height: 370px;
}
h1 {
    padding: 118px 0;
}
	
/*-------- problem ---------*/
h4{
	margin-left: 18px;
}
h4:before {
    width: 45px;
    height: 45px;
}
.problemInner {
    display: flex;
    flex-wrap: nowrap;
}	
.pLeft {
    width: 33%;
}
.pRight{
	width: 66%;
}
	
/*-------- faqInfo ---------*/
.faqInfo {
    background-size: 14%;
}
	
}

@media print, screen and (min-width: 1200px){
/*-------- solution ---------*/
.solutionFlex ul li.fs110 {
    font-size: 120%;
}

}