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

/* Reset -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 Arial,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

body {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	background-color: #fff;
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #333;
	transition: all 0.2s linear;
}




/* --------------------------------------------------
  Page Header
-------------------------------------------------- */

header.page {
	width: 100%;
	height: 80px;

	position: fixed;
	z-index: 1000;
	
	background-color: rgba(255, 255, 255, 0.9);
}
header.page .content{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
header.page #logo{
	width: 30%;
	max-width: 180px;
	
	line-height: 0;
}
header.page #logo img{
	width: 100%;
	height: auto;
}


#content{
    width: 100%;
    position: relative;
    
}




/* --------------------------------------------------
  common
-------------------------------------------------- */


.mainImage{
    width: 100%;
    line-height: 0;
    
    position: relative;
    z-index: 100;
    
    padding-top: 80px;
    margin-bottom: 40px;
}
.mainImage > img{
    width: 100%;
    height: auto;
}

.mainBanner{
    width: 100%;
    background-color: #eaf4fc;
    line-height: 0;
    padding: 10px 0;
    text-align: center;
}
.mainBanner a{
    display: block;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;

    opacity: 1.0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mainBanner a:hover{
    opacity: 0.8;
}
.mainBanner img{
    width: 100%;
    height: auto;
}
.mainImage.wbanner{
    margin-bottom: 100px;
}


section{
    box-sizing: border-box;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 50px;
}


h1.pb{
    width: 100%;
    text-align: center;
    
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 5px;
    border-bottom: 16px solid #fff000;
    margin-bottom: 30px;
}

h2.pb{
    width: 100%;
    text-align: center;
    
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}

h3.pb{
    width: 100%;
    text-align: center;
    
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

h2.yb,
h3.yb{
    text-align: center;
}
h2.yb .label,
h3.yb .label{
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff000;
    
    padding: 5px 40px;
    min-width: 240px;
    
    line-height: 1.0;
    
    font-size: 20px;
    font-weight: bold;
    
    margin: 0 5% 30px;
}

h3.dlBtn{
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	align-content: center;
}
h3.dlBtn .title{
	display: block;
}
h3.dlBtn a{
	box-sizing: border-box;
	display: block;
	
	margin: 0 20px;
	
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: bold;
	line-height:1.0;
	
	padding: 5px 8px;
	background-color: #e60012;
	border-radius: 5px;
	
}
h3.dlBtn a:hover{
	color: #fff000;
}


h4{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
h4.sq::before{
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #000;
    
    position: relative;
    margin-right: 5px;
}
h4.pb{
    width: 100%;
    text-align: center;
    
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
}


p{
    font-size: 16px;
    line-height: 1.7;
}
p.ct{
    text-align: center;
}
p.et{
    font-size: 32px;
	font-weight: bold;
}

.stdDlBtn{
	width: 100%;
	text-align: center;
}
.stdDlBtn a{
	box-sizing: border-box;
	display: inline-block;
	
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height:1.5;
	
	padding: 5px 8px 2px;
	
	border-bottom: 2px solid #333;
	
}
.stdDlBtn a:hover{
	color: #999;
}
.stdDlBtn2{
	width: 100%;
	text-align: center;
}
.stdDlBtn2 a{
	box-sizing: border-box;
	display: inline-block;
	
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height:1.5;
	
	padding: 8px 30px 5px;
	
	border: 2px solid #999;
	border-radius: 30px;
	background-color:#f5f5f5;
}
.stdDlBtn2 a:hover{
	background-color:#ddd;
}

.stdExtLink{
	box-sizing: border-box;
	width: 100%;
	padding: 20px 40px;
	display: flex;
	justify-content: center;
	
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
.stdExtLink li{
	padding: 5px 0;
}
.stdExtLink a{
	box-sizing: border-box;
	display: inline-block;
	
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height:1.5;
	
	padding: 5px 8px 2px;
	
	border-bottom: 2px solid #333;
}
.stdExtLink a:hover{
	color: #999;
}


ul.topIndex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.topIndex li{
    width: 31%;
    margin-bottom: 20px;
}
ul.topIndex li .image{
	display: block;
	position: relative;

	width: 100%;
	overflow:hidden;
	
	line-height: 0;

	margin-bottom: 5px;
}
ul.topIndex li .image:before {
	content:"";
	display: block;
	padding-top: 56%;
}
ul.topIndex li .image img{
	display: block;
	width: 100%;
	height: auto;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	transition: all 0.3s linear;
}
ul.topIndex li:hover .image img{
	transform: scale(1.1);
}

ul.topIndex li .title{
    box-sizing: border-box;
    width: 80%;
    max-width: 120px;
    height: 44px;
    margin: 0 auto;

    padding: 2px 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    background-color: #ffee00;

	transition: all 0.3s linear;
}
ul.topIndex li:hover .title{
    background-color: #ecde00;
}
ul.topIndex li .title .label{
    display: block;
    
    text-align: center;
    
    font-size: 16px;
    font-weight: bold;
    line-height: 1.0;
}
ul.topIndex li .title .label.fp{
    line-height: 0.7;
}
ul.topIndex li .title .label .pl{
    font-size: 11px;
}





dl.benefit{
    box-sizing: border-box;
    width: 100%;
    padding: 30px 30px 10px;
    
    border: 2px solid #333;
    border-radius: 20px;
    background-color: #e1f3fc;
}
dl.benefit dt{
    box-sizing: border-box;
    display: block;
    
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;

    position: relative;
    
    margin-bottom: 5px;
}
dl.benefit dt .note{
    font-size: 15px;
}
dl.benefit dt::before{
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    
    position: relative;
    top: 2px;
    margin-right: 3px;
}
dl.benefit dd{
    box-sizing: border-box;
    display: block;
    width: 100%;
    
    font-size: 14px;
    line-height: 1.4;
    
    padding-left: 18px;
    
    margin-bottom: 15px;
}


table.profile{
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
table.profile th{
    padding: 0 60px 16px 100px;
    
    font-size: 16px;
    line-height: 1.4;
    white-space: nowrap;
}
table.profile td{
    padding: 0 0 16px;
    
    font-size: 16px;
    line-height: 1.4;
}

.contact{
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 70px;
}
.contact p{
    text-align: center;
    font-weight: bold;
    
    line-height: 1.5;
}
.contact .name{
    font-size: 35px;
}
.contact .tel{
    font-size: 38px;
    letter-spacing: 0.1em;
}
.contact .tel::before{
    content: "ポリウレア\A担当者";
    white-space: pre;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    padding-right: 10px;
    line-height: 1.2;
    margin-top: -20px;
    letter-spacing: 0;
}
.contact .tel::after{
    content: "";
    display: inline-block;
    width: 5em;
    font-size: 18px;
    letter-spacing: 0;
}
.contact .email{
    font-size: 18px;
}


.imageFw{
    width: 100%;
    line-height: 0;
    margin-bottom: 20px;
}
.imageFw img{
    width: 100%;
    height: auto;
}


.twp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.twp .text{
    width: 48%;
    margin-bottom: 10px;
}
.twp .image{
    width: 48%;
    line-height: 0;
    margin-bottom: 10px;
}
.twp .image .caption{
    width: 100%;
    padding-top: 8px;
    text-align: center;
    line-height: 1.3;
    font-size: 80%;
}
.twp .text.wt{
    width: 58%;
}
.twp .image.wt{
    width: 38%;
}
.twp .text.p2{
    width: 44%;
}
.twp .image.p2{
    width: 52%;
}
.twp .image.p2 ul{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.twp .image.p2 li{
	width: 49%;
}

.twp .image img{
    width: 100%;
    height: auto;
}


ul.tl{
    list-style-type: disc;
    padding-left: 1.5em;
}
ul.tl li{
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.c2p,
.c3p{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding-top: 15px;
}
.c2p .photo{
    width: 48%;
    line-height: 0;
    
    margin-bottom: 10px;
}
.c3p .photo{
    width: 32%;
    line-height: 0;
    
    margin-bottom: 10px;
}
.c2pv,
.c3pv{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding-top: 15px;
}
.c2pv .photo{
    width: 48%;
    line-height: 0;
    
    margin-bottom: 10px;
}
.c3pv .photo{
    width: 31%;
    line-height: 0;
    
    margin-bottom: 10px;
}
.c2p .photo img,
.c3p .photo img,
.c2pv .photo img,
.c3pv .photo img{
    width: 100%;
    height: auto;
}

img.fb{
    border: 1px solid #ccc;
}

h4.mlead,
p.mlead{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.movie{
	display: block;
	position: relative;

	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	
	overflow:hidden;
	
	margin-bottom: 15px;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie.short{
	max-width: 360px;
}
.movie.short:before {
	padding-top: 177.778%;
}
.movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}














/* --------------------------------------------------
  Page Footer
-------------------------------------------------- */

footer.page{
	width: 100%;
    
    background-color: #fff000;
    
    margin-bottom: 15px;
}
footer.page .copyright{
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    
    text-align: center;
    font-size: 16px;
}





/* --------------------------------------------------
  Common
-------------------------------------------------- */

.pageTop {
	position: fixed;
	bottom: 40px;
	right: 10px;
	
	width: 60px;
	
	z-index: 1100;
}
.pageTop img{
	width: 100%;
	height: auto;
}


.ivmvel{
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
	transition: all 0.4s ease;
}
.ivmv{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}





/* Common Navigation
------------------------------------------------------------*/
@media only screen and (min-width: 700px){


#commonNavi{
	width: 100%;
	position: relative;
	z-index: 110;
}


#mainNav{
    width: 70%;
    padding-top: 25px;
    margin-right: 5px;
}
#mainNav ul{
    width: 100%;
    display: flex;
    
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
#mainNav ul li{
    box-sizing: border-box;
    padding: 0 2px;
    
    white-space: nowrap;
    text-align: center;
    
    line-height: 0.8;    

}
#mainNav ul li a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;

    padding: 0.5em 10px;
    
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
#mainNav ul li a .pl{
    font-size: 12px;
}
#mainNav ul li.current a{
/*    background-color: #dce8f4;*/
    border-bottom: 1px solid #666;
}
#mainNav ul li a:hover{
    color: #fff;
    background-color: #277ac0;
    border-bottom: none;
}

#mainNav ul li a.contact{
    background-color: #fff000;
}
#mainNav ul li a.contact:hover{
    color: #333;
    background-color: #fff000;
}
#mainNav ul li a.contact:hover{
    background-color: #ecde00;
}



}




/* Common Navigation Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width:699px){

#commonNavi {
	display: none;
}
	

#menuOverlay {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	position: fixed;
	z-index: 9997;
}

#switchBtnArea {
	width: 100%;

	position: relative;
}

#switchBtnArea #switchBtn {
	top: 7.5px;
	right: 7.5px;
	width: 50px;
	height: 50px;
	display: block;
/*	background: #18d6c6;*/
	
/*	border: 1px solid #fff;*/
	
	position: fixed;

	z-index: 9998;
	
	background-color: #277ac0;
	
	border-radius: 2px;
}

#switchBtnArea #switchBtn span {
	left: 27%;
	width: 46%;
	height: 2px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 17px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 24px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 17px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
/*	background: transparent;*/
	background-color: #0b5da2;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 24px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

#rwdMenuWrap {
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background-color: rgba(39, 122, 192, 0.9);
	overflow: auto;
	position: fixed;
	z-index: 9997;
}


#rwdMenuWrap ul{
    margin-top: 65px;

    width: 100%;
    display: block;
}
#rwdMenuWrap ul li{
    box-sizing: border-box;
    width: 100%;
    
    padding: 10px 20px;
    
    border-top: 1px solid #0b5da2;

}
#rwdMenuWrap ul li a{
    display: block;
    color: #fff;
    
    font-size: 16px;
}
#rwdMenuWrap ul li a.contact{
    display: inline-block;
    margin-top: 10px;
    padding: 2px 10px;
    
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff000;
    
}
#rwdMenuWrap ul li a br{
    display: none;
}
#rwdMenuWrap ul li img{
    width: auto;
    height: 100%;
}
#rwdMenuWrap ul li a:hover{
    opacity: 0.7;
}




}





/* Responsive Structure
/* ---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 699px){


header.page {
	width: 100%;
	height: 65px;

	position: fixed;
	z-index: 1000;
}
header.page .content{
    
    justify-content: center;
}
header.page #logo{
	width: 100%;
    max-width: 158px;
}

#content{
    padding-top: 65px;
}


.mainImage{
    padding-top: 0;
    margin-bottom: 30px;
}

section{
    padding: 20px 0 30px;
}


h1.pb{
    font-size: 26px;
    padding-bottom: 5px;
    border-bottom: 16px solid #fff000;
    margin-bottom: 30px;
}

h2.pb{
    font-size: 22px;
    margin-bottom: 30px;
}
h3.pb{
    font-size: 18px;
    margin-bottom: 15px;
}

h2.yb,
h3.yb{
}
h2.yb .label,
h3.yb .label{
    padding: 5px 40px;
    min-width: 240px;
    
    font-size: 16px;
    margin-bottom: 30px;
}

h3.dlBtn{
}
h3.dlBtn .title{
	width: 100%;
	margin-bottom: 5px;
}
h3.dlBtn a{
	margin: 0 20px;
	
	font-size: 16px;
	
	padding: 5px 8px;
	border-radius: 5px;
}

h4{
    font-size: 15px;
    margin-bottom: 5px;
}
h4.sq::before{
    width: 10px;
    height: 10px;
    margin-right: 3px;
}
h4.pb{
    font-size: 15px;
    margin-bottom: 5px;
}


p{
    font-size: 14px;
    line-height: 1.7;
}
p.et{
    font-size: 26px;
}

.stdDlBtn a{
	font-size: 16px;
}
.stdDlBtn2 a{
	font-size: 16px;
}
.stdExtLink{
	padding: 20px 20px;
}
.stdExtLink li{
	padding: 2px 0;
}
.stdExtLink a{
	font-size: 13px;
	letter-spacing: 0em;
	border-bottom: 1px solid #333;	
}

ul.topIndex li{
    width: 100%;
    margin-bottom: 20px;
}
ul.topIndex li .image{
	margin-bottom: 5px;
}
ul.topIndex li .title{
    height: 40px;

    padding: 2px 10px;
}
ul.topIndex li .title .label{
    font-size: 14px;
}
ul.topIndex li .title .label .pl{
    font-size: 10px;
}



dl.benefit{
    padding: 25px 25px 5px;
    
    border: 2px solid #333;
    border-radius: 20px;
}
dl.benefit dt{
    font-size: 16px;
    
    margin-bottom: 5px;
}
dl.benefit dt .note{
    font-size: 14px;
}
dl.benefit dt::before{
    width: 8px;
    height: 8px;
    border: 2px solid #000;

    top: 0;
    margin-right: 3px;
}
dl.benefit dd{
    font-size: 12px;
    
    padding-left: 16px;
    
    margin-bottom: 15px;
}

table.profile{
    max-width: 400px;
}
table.profile th{
    padding: 0 20px 14px 0;
    
    font-size: 14px;
    white-space: nowrap;
}
table.profile td{
    padding: 0 0 14px;
    
    font-size: 14px;
}

.contact{
    padding: 25px 0 50px;
}
.contact .name{
    font-size: 28px;
    
    margin-bottom: 10px;
}
.contact .tel{
    font-size: 34px;
    letter-spacing: 0.05em;
}
.contact .tel::before{
    content: "ポリウレア担当者";
    display: block;
    text-align: center;
    font-size: 16px;
    padding-right: 0;
    width: 100%;
    margin-top: 0;
    letter-spacing: 0;
    
    margin-bottom: -5px;
}
.contact .tel::after{
    content: "";
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
}
.contact .email{
    font-size: 18px;
}

.twp .text{
    width: 100%;
    
    margin-bottom: 10px;
}
.twp .image{
    width: 100%;

    margin-bottom: 10px;
}
.twp .text.wt{
    width: 100%;
}
.twp .image.wt{
    width: 100%;
}
.twp .text.p2{
    width: 100%;
}
.twp .image.p2{
    width: 100%;
}

ul.tl{
}
ul.tl li{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.c2p .photo,
.c3p .photo{
    width: 100%;
}
.c2pv,
.c3pv{
    width: 100%;
}
.c2pv .photo,
.c3pv .photo{
    width: 49%;
}









footer.page .copyright{
    padding: 12px 0;
    
    font-size: 13px;
}




}





/* ---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 499px){


.pageTop {
	bottom: 80px;
	right: 10px;
	
	width: 40px;
}

}








.netisTitle{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.netisTitle h2{
    white-space: nowrap;
}
.netisTitle .title{
    width: 40%;
}
.netisTitle .logo{
    width: 28%;
    padding-top: 3px;
}
.netisTitle .logo img{
    width: 100%;
    height: auto;
}

.sample{
    box-sizing: border-box;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    
    padding: 20px 5%;
    border: 1px solid #000;
}
.sample ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sample ul li{
    width: 46%;
    line-height: 0;
    margin-top: 15px;
}
.sample ul li img{
    width: 100%;
    height: auto;
}

.ureaStud{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.ureaStud .title{
    width: 100%;
    max-width: 750px;
}
.ureaStud .title h2{
    line-height: 0;
    text-align: left;
    margin-bottom: 15px;
}
.ureaStud .title h2 img{
    width: 100%;
    height: auto;
}
.ureaStud h3{
    box-sizing: border-box;
    width: 100%;
    background-color: #585758;
    padding: 5px 8px;
    
    line-height: 1.0;
    margin-bottom: 18px;
}
.ureaStud h3 .text{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    
    padding-left: 12px;
    border-left: 5px solid #fff;
}

.ureaStud h4{
    font-size: 15px;
    font-weight: bold;
    color: #3c3a39;
    line-height: 1.0;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}
.ureaStud h4::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #3c3a39;
}
.ureaStud ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ureaStud li{
    width: 32.8%;
    line-height: 0;
    margin-bottom: 5px;
}
.ureaStud li img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 699px){

.netisTitle{
    flex-direction: column-reverse;
}
.netisTitle .title{
    width: 100%;
}
.netisTitle .logo{
    width: 100%;
    text-align: center;
}
.netisTitle .title h2{
    margin-bottom: 5px;
}
.netisTitle .logo img{
    max-width: 200px;
    margin-bottom: 25px;
}

.sample ul li{
    width: 100%;
    margin-top: 25px;
    text-align: center;
}
.sample ul li img{
    max-width: 320px;
}

.ureaStud h3 .text{
    font-size: 16px;
    padding-left: 10px;
    border-left: 4px solid #fff;
}
.ureaStud h4{
    font-size: 13px;
    padding-left: 13px;
}
.ureaStud h4::before{
    top: 1px;
    width: 8px;
    height: 10px;
}

.ureaStud ul{
    margin-bottom: 15px;
}
.ureaStud li{
    width: 100%;
}

}



.drone{
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    
    background-color: #f0f0f0;
}

.drone ul.image{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    margin-bottom: 10px;
}
.drone ul.image li{
    width: 49%;
    line-height: 0;
    margin-bottom: 20px;
}
.drone ul.image li img{
    width: 100%;
    height: auto;
}

.sectitle{
    width: 100%;
    
    border-bottom: 16px solid #fff000;
    margin-bottom: 30px;
}
.sectitle .text{
    display: block;
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 10px;
}

h2.brand{
    font-size: 34px;
    margin-bottom: 10px;
}
.brand{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    line-height: 0;
    padding-top: 10px;
    margin-bottom: 20px;
}
.brand.image{
    max-width: none;
}
.brand.gem{
    max-width: 550px;
    margin-top: -10px;
}
.brand img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 699px){

.drone ul.image li{
    width: 100%;
}

.sectitle{
    border-bottom: 16px solid #fff000;
    margin-bottom: 30px;
}
.sectitle .text{
    font-size: 20px;
    padding-bottom: 10px;
}
h2.brand{
    font-size: 28px;
    margin-bottom: 10px;
}

}






