/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.pillar-sec .content-col .list-contents {
    position: relative;
    z-index: 9999;
}
.pillar-sec .content-list .content-col.content-col-03 {
    padding-top: 100px;
    padding-bottom: 180px !important;
}
.container{
	width: 90% important;
	max-width: 90% !important;
	margin: auto;
}
 .form-sec p br{
 	display: none;
 }
 .form-sec .input-grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px 0px;
}
.form-sec .check-grp{
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-sec .check-grp label{
	padding-left: 10px;
}
.footer-sec .footer-contents {
    display: grid;
    grid-template-columns: auto;
}
.footer-sec .footer-contents .logo{
	text-align: center;
	margin-bottom: 30px;
	justify-content: center;
}
.footer-sec .footer-contents .right-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec .footer-contents .right-text{
	justify-content: center;
	padding-top: 30px;
}
.three-col-sec{
	padding-top: 50px;
}
.banner-bottom-content h3{
	width: 100%;
	font-size: 30px;
	line-height: normal;
}
.banner-bottom-content br{
	display: none;
}
.banner-sec {
    min-height: 500px;
 }
 .header-logo img{
 	width: 100px;
 }
 .banner-bottom-content .banner-cta a{
 	font-size: 18px;
 }
.pillar-sec .content-list .content-col{
	padding-top: 100px;
	padding-bottom: 50px;
	flex-direction: column;
	padding-right: 15px;
}
.pillar-sec .content-list .content-col.content-col-02 {
    padding-top: 80px;
    padding-bottom: 133px;
}
.pillar-sec .lin-vector02 {
    top: 21px;
}
.pillar-sec:after{
	content: none;
}
.pillar-sec .content-col .list-contents, 
.pillar-sec .content-col .zero-col{
	width: 100%;
}
.pillar-sec .lin-vector03 {
    left: -5px;
}

.pillar-sec .content-list03{
	/*padding-bottom: 100px;*/
}
.pillar-sec .header-row h3{
	padding-top: 80px;
}
.simple-banner-sec{
	padding: 100px 0px;
}
.simple-banner-sec .s-banner-cont .text-content h4{
	font-size: 30px;
	line-height: normal;
}
.simple-banner-sec .s-banner-cont .ban-cta a{
	font-size: 18px;
	line-height: normal;
}
.layout-sec .layout-head h2{
	font-size: 30px;
	line-height: normal;
}
.layout-sec .lay-img{
	width: 100%;
}
.layout-sec .lay-img h6{
	font-size: 18px;
	padding-left: 30px;
	padding-top: 30px;
}
.layout-sec02 .lay-col .z-area{
	width: 100%;
}
.layout-sec02 .lay-col{
	flex-direction: column;
}
.layout-sec02:before{
	top: 0;
	bottom: unset;
	left: 0;
	right: 0;
	margin: auto;
	height: 280px;
}
.layout-sec02 .lay-col{
	padding-top: 300px;
}
.layout-sec01:before{
	background-size: contain;
	bottom: -50px;
}
.layout-sec03:before{
	bottom: 0;

}
.layout-sec02 .linear-vector02{
	right: 0;
	margin: auto;
	height: 40%;

}
.layout-sec01 .layout-vector01{
	background-size: contain;
	bottom: 0;
}
.banner-bottom-content {
    position: initial;
    padding-bottom: 50px;
}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
	.pillar-sec .content-col .list-contents {
    position: relative;
    z-index: 9999;
}
.pillar-sec .content-list .content-col.content-col-03 {
    padding-top: 100px;
    padding-bottom: 180px !important;
}

 .form-sec .input-grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px 0px;
}
.form-sec .check-grp{
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-sec .check-grp label{
	padding-left: 10px;
}
.footer-sec .footer-contents {
    display: grid;
    grid-template-columns: auto;
}
.footer-sec .footer-contents .logo{
	text-align: center;
	margin-bottom: 30px;
	justify-content: center;
}
.footer-sec .footer-contents .right-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec .footer-contents .right-text{
	justify-content: center;
	padding-top: 30px;
}
.banner-bottom-content h3{
	width: 100%;
}
.banner-bottom-content br{
	display: none;
}
.three-col-sec{
	padding-top: 50px;
}
.banner-bottom-content h3{
	width: 100%;
	font-size: 30px;
	line-height: normal;
}
.banner-bottom-content br{
	display: none;
}
.banner-sec {
    min-height: 500px;
 }
 .header-logo img{
 	width: 100px;
 }
 .banner-bottom-content .banner-cta a{
 	font-size: 18px;
 }
.pillar-sec .content-list .content-col{
	padding-top: 100px;
	padding-bottom: 50px;
	flex-direction: column;
	padding-right: 15px;
}
.pillar-sec:after{
	content: none;
}
.pillar-sec .content-col .list-contents,
.pillar-sec .content-col .zero-col{
	width: 100%;
}
.pillar-sec .content-list03{
	/*padding-bottom: 100px;*/
}
.pillar-sec .header-row h3{
	padding-top: 80px;
}
.simple-banner-sec{
	padding: 100px 0px;
}
.simple-banner-sec .s-banner-cont .text-content h4{
	font-size: 30px;
	line-height: normal;
}
.simple-banner-sec .s-banner-cont .ban-cta a{
	font-size: 18px;
	line-height: normal;
}
.layout-sec .layout-head h2{
	font-size: 30px;
	line-height: normal;
}
.layout-sec .lay-img{
	width: 100%;
}
.layout-sec .lay-img h6{
	font-size: 18px;
	padding-left: 30px;
	padding-top: 30px;
}
.layout-sec02 .lay-col .z-area{
	width: 100%;
}
.layout-sec02 .lay-col{
	flex-direction: column;
}
.layout-sec02:before{
	top: 0;
	bottom: unset;
	left: 0;
	right: 0;
	margin: auto;
	height: 280px;
}
.layout-sec02 .lay-col{
	padding-top: 300px;
}
.layout-sec01:before{
	background-size: contain;
	bottom: -50px;
}
.layout-sec03:before{
	bottom: 0;
}
.container{
	width: 90% !important;
	max-width: 90% !important;
	margin: auto;
}
.layout-sec02 .linear-vector02{
	right: 0;
	margin: auto;
	height: 40%;
}
.banner-bottom-content {
    position: initial;
    padding-bottom: 50px;
}
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.pillar-sec .content-list .content-col.content-col-01 {
    padding-bottom: 335px !important;
}
.pillar-sec .content-col .list-contents {
    position: relative;
    z-index: 9999;
}
.pillar-sec .content-list .content-col.content-col-03 {
    padding-top: 100px;
    padding-bottom: 180px !important;
}
 .form-sec .input-grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px 0px;
}
.container{
	width: 90% !important;
	max-width: 90% !important;
	margin: auto;
}
.form-sec .check-grp{
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-sec .check-grp label{
	padding-left: 10px;
}
.footer-sec .footer-contents {
    display: grid;
    grid-template-columns: auto;
}
.footer-sec .footer-contents .logo{
	text-align: center;
	margin-bottom: 30px;
	justify-content: center;
}
.footer-sec .footer-contents .right-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec .footer-contents .right-text{
	justify-content: center;
	padding-top: 30px;
}
.banner-bottom-content h3{
	width: 100%;
}
.banner-bottom-content br{
	display: none;
}
.three-col-sec{
	padding-top: 50px;
}
.banner-bottom-content h3{
	width: 100%;
	font-size: 30px;
	line-height: normal;
}
.banner-bottom-content br{
	display: none;
}
.banner-sec {
    min-height: 500px;
 }
 .header-logo img{
 	width: 100px;
 }
 .banner-bottom-content .banner-cta a{
 	font-size: 18px;
 }
.pillar-sec .content-list .content-col{
	padding-top: 100px;
	padding-bottom: 50px;
	flex-direction: column;
	padding-right: 15px;
}
.pillar-sec:after{
	content: none;
}
.pillar-sec .content-col .list-contents,
.pillar-sec .content-col .zero-col{
	width: 100%;
}
.pillar-sec .content-list03{
	/*padding-bottom: 100px;*/
}
.pillar-sec .header-row h3{
	padding-top: 80px;
}
.simple-banner-sec{
	padding: 100px 0px;
}
.simple-banner-sec .s-banner-cont .text-content h4{
	font-size: 30px;
	line-height: normal;
}
.simple-banner-sec .s-banner-cont .ban-cta a{
	font-size: 18px;
	line-height: normal;
}
.layout-sec .layout-head h2{
	font-size: 30px;
	line-height: normal;
}
.layout-sec .lay-img{
	width: 100%;
}
.layout-sec .lay-img h6{
	font-size: 18px;
	padding-left: 30px;
	padding-top: 30px;
}
.layout-sec02 .lay-col .z-area{
	width: 100%;
}
.layout-sec02 .lay-col{
	flex-direction: column;
}
.layout-sec02:before{
	top: 0;
	bottom: unset;
	left: 0;
	right: 0;
	margin: auto;
	height: 280px;
}
.layout-sec02 .lay-col{
	padding-top: 300px;
}
.layout-sec01:before{
	background-size: contain;
	bottom: -50px;
}
.layout-sec03:before{
	bottom: 0;
	
}
.layout-sec02 .linear-vector02{
	right: 0;
	margin: auto;
	height: 35%;
}
.layout-sec03 .layout-vector03{
	bottom: -10px;
}
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

.container{
	width: 95% !important;
	max-width: 95% !important;
	margin: auto;
}
}
@media only screen and ( max-width: 1200px ) and (min-width: 1025px){

.container{
	width: 95% !important;
	max-width: 95% !important;
	margin: auto;
}
}
/*******************************************/