@charset "UTF-8";

html{
  font-size: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
body{
	background-color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h2,h3,h4,h5 {
  font-family: "M PLUS 1p", serif;
}
h3  {
	font-size: 1.2rem;
	line-height: 150%;
}
p {
  font-size: 0.875rem;
  line-height: 180%;
  //font-weight: bold;
}
img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
}
.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pc {
	display: block;
}
.mob {
	display: none;
}

header, main, footer {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
section {
}
.container {
	width: 100%;
}
.bar  {
	font-size: 1.5rem;
	text-align: center;
	line-height: 130%;
	color: #fff;
	padding: 20px;
	font-weight: bold;
}
.list {
	text-indent: -1em;
	padding-left: 1em;
}

.float_btn {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 100px;
	z-index: 10;
}
.float_btn img {
	margin-bottom: 10px;
}
.action {
	text-align: center;
	margin: 50px 10px;
	font-weight: bold;
}
.action img {
	margin-top: 10px;
	box-shadow: 2px 2px 4px gray;
}
.standard_btn {
	background-color: #FED102;
	padding: 20px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 150%;
	border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari、Google Chrome */
    -moz-border-radius: 10px;
	border: solid 3px #fff;
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.3));
	position: relative;
}
.standard_btn .arrow_right {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.standard_btn .arrow_bottom {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

/* header
-----------------------------------------------*/

header {
    background-color: #102B82;
	text-align: center;
}
header h1 {
	padding: 10px 0px 50px;
}



/* 1st
---------------------------------------------*/
#first {
	background-color: #102B82;
	padding-bottom: 50px;
} 
#first .container  {
	max-width: 560px;
	margin: auto;
}
#first .container .box {

}
#first .container .box .reason {
    padding: 20px 40px 20px 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px; /* Safari、Google Chrome */
    -moz-border-radius: 20px;
    margin-bottom: 20px;
	background-color: #FFD101;
	text-align: center;
}
#first .container .box .reason p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #102B82;
	line-height: 150%;
}
@media (max-width: 640px){
	#first .container .box .reason p {
	font-size: 1.1rem;
}
}

/* 2nd
----------------------------------------------*/
#second {
	background-color: #102B82;
	padding: 20px 0px 0px;
}
#second h2 {
	text-align: center;
	color: #fff;
	line-height: 150%;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 40px auto 0px;
	color: #FED102;
}
#second .container {
	padding: 40px 0px 60px;;
	max-width: 560px;
	margin: auto;
}
#second .container h2 {
	color: #fff;
	margin: 0px auto 50px;
}
#second .container .box {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px; /* Safari、Google Chrome */
	-moz-border-radius: 20px;
	text-align: center;
	margin-bottom: 50px;
}

#second .container .box .maru {
	height:60px;
	width:60px;
	border-radius:50%;
	-webkit-border-radius: 50%; /* Safari、Google Chrome */
	-moz-border-radius: 50%;
	line-height:60px;
	text-align:center;
	color: #fff;
	background-color: #0B1E5D;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px auto 20px;
}
#second .container .box h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #102B82;
	margin: 20px auto 30px;
}
#second .container .box p {
	font-size: 1.4rem;
	color: #0B1E5D;
	line-height: 180%;
	text-align: left;
}
#second .container p {
	font-size: 1.4rem;
	color: #0B1E5D;
	line-height: 180%;
	text-align: left;
	color: #fff;
}
#second .container ul {
	font-size: 1.4rem;
	line-height: 150%;
	color: #fff;
	margin:0px 3em 50px;
}
#second .container ul li {
	list-style: disc;
	margin-bottom: 20px;
}
#second .container .business {
	text-align: center;
}
#second .container .business h2 {
	font-size: 3rem;
	color: #FED200;
	margin-bottom: 20px;
}
#second .container .business p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#second .container .business p span {
	font-size: 1.8rem;
	color: #FED200;
}
@media (max-width: 640px) {
#second h2 {
	font-size: 2rem;
}
#second .container .box p {
	font-size: 1.1rem;
}
#second .container p {
	font-size: 1.1rem;
}
#second .container ul {
	font-size: 1.1rem;
}
#second .container .business h2 {
	font-size: 2.6rem;
}
#second .container .business p span {
	font-size: 1.5rem;
}
}


/* 3rd
----------------------------------------------*/
#third {
	background-color: #102B82;
} 
#third .container  {
	padding: 50px 5% 80px;
	max-width: 90%;
	margin: auto;
}
#third .container h2 {
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 40px;
}

#third .container p {
	font-size: 1.3rem;
	color: #fff;
	line-height: 200%;
	margin-bottom: 50px;
	color: #FED200;
	font-weight: bold;
}
#third .container .reason .head {
	padding: 30px;
	background-color: #FFD101;
	text-align: center;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 20px 20px 0px 0px;
}
#third .container .reason .head h3 {
	color: #102B82;
	font-size: 1.8rem;
	font-weight: bold;
}
#third .container .reason .body {
	background-color: #fff;
	padding: 40px 5% 20px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 20px 20px;
}
#third .container .reason .body h4 {
	color: #0B1E5D;
	font-size: 1.5rem;
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}
#third .container .reason .body p {
	color: #0B1E5D;
	font-size: 1.5rem;
	margin-bottom: 50px;
	font-weight: normal;
}
#third .container .reason .body .profile {
	text-align: center;
}
#third .container .reason .body .profile .face {
	border-radius:50%;
	-webkit-border-radius: 50%; /* Safari、Google Chrome */
	-moz-border-radius: 50%;
	margin-bottom: 40px;
}
#third .container .reason .body .profile .name {
	color: #102B82;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 50px;
}
#third .container .reason .body .profile p {
	text-align: left;
}

@media (max-width: 640px){
#third .container h2 {
	font-size: 1.5rem;
}
#third .container p {
	font-size: 1rem;
}
#third .container .reason .head h3 {
	font-size: 1.4rem;
}
#third .container .reason .body h4 {
	font-size: 1.1rem;
}
#third .container .reason .body p {
	font-size: 1.1rem;
}
#third .container .reason .body .profile .name {
	font-size: 1.4rem;
}
}


/* 4th
----------------------------------------------*/
#fourth {
	background-color: #132B83;
}
#fourth .container {
	padding: 40px 0px 80px;
	max-width: 560px;
	margin: auto;
}
#fourth .container h2 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 40px;
}
#fourth .container h2 span {
	color: #FED200;
	line-height: 220%;
}

#fourth .container .reason {
	margin-bottom: 50px;
}
#fourth .container .reason .head {
	padding: 40px;
	background-color: #FED200;
	text-align: center;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 20px 20px 0px 0px;
}
#fourth .container .reason .head .maru {
	height:60px;
	width:60px;
	border-radius:50%;
	-webkit-border-radius: 50%; /* Safari、Google Chrome */
	-moz-border-radius: 50%;
	line-height:60px;
	text-align:center;
	color: #fff;
	background-color: #0B1E5D;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px auto 20px;
}
#fourth .container .reason .head h3 {
	color: #0A205D;
	font-size: 1.8rem;
	font-weight: bold;
}
#fourth .container .reason .body {
	background-color: #fff;
	padding: 30px 50px 5px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 20px 20px;
}
#fourth .container .reason .body p {
	color: #0B1E5D;
	font-size: 1.5rem;
	margin-bottom: 50px;
}
#fourth .container .enquete h3 {
	text-align: center;
	color: #FED200;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 80px auto 30px;
}
#fourth .container .enquete p {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 50px;
}
@media (max-width: 640px) {
#fourth .container h2 {
	font-size: 1.6rem;
}
#fourth .container .reason .head h3 {
	font-size: 1.5rem;
}
#fourth .container .reason .body p {
	font-size: 1.1rem;
}
#fourth .container .enquete h3 {
	font-size: 1.1rem;
}
#fourth .container .enquete p {
	font-size: 1.1rem;
}
}



/* 5th
----------------------------------------------*/
#fifth {
	background-color: #0E2B82;
}
#fifth .container {
	padding: 60px 0px 60px;
	max-width: 560px;
	margin: auto;
}
#fifth .container h2 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 40px;
}
#fifth .container h2 span {
	color: #FED200;
	line-height: 220%;
}


#fifth .container .voice {
	margin-bottom: 50px;
}
#fifth .container .voice .head {
	padding: 40px 40px 20px 40px;
	background-color: #FFD100;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 20px 20px 0px 0px;
}
#fifth .container .voice .head .face {
	text-align: center;
	margin: 20px;
}
#fifth .container .voice .head .face img {
	border-radius: 50%;
	-webkit-border-radius: 50%; /* Safari、Google Chrome */
	-moz-border-radius: 50%;
}
#fifth .container .voice .head .name {
	font-size: 2.4rem;
	font-weight: bold;
	color: #0F2D83;
	margin-bottom: 30px;
	line-height: 100%;
	text-align: center;
}
#fifth .container .voice .head .name span {
	font-size: 1.4rem;
	font-weight: bold;
}
#fifth .container .voice .head .data {
	font-size: 1.4rem;
	line-height: 150%;
	margin-bottom: 30px;
	color: #0F2D83;
}
#fifth .container .voice .head .data span {
	color: #0F2D83;
	font-weight: bold;
}

#fifth .container .voice .body {
	background-color: #fff;
	padding: 50px 50px 50px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 20px 20px;
	color: #0B1E5D;
	line-height: 150%;
}
#fifth .container .voice .body h3 {
	font-size: 1.5rem;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center
}
#fifth .container .voice .body p {
	font-size: 1.5rem;
	margin-bottom: 50px;
}

#fifth .container .voice .body article {
	margin-bottom: 50px;
}
@media (max-width: 640px) {
#fifth .container h2 {
	font-size: 1.6rem;
}
#fifth .container .voice .head .name {
	font-size: 2rem;
}
#fifth .container .voice .head .data {
	font-size: 1.1rem;
}
#fifth .container .voice .head .data {
	font-size: 1.1em;
}
#fifth .container .voice .body h3 {
	font-size: 1.2rem;
}
#fifth .container .voice .body p {
	font-size: 1.2rem;
}
}


/* 6th
----------------------------------------------*/

#sixth {
	background-color: #188ED8;
}
#sixth .container {
	padding: 40px 0px 50px;
	max-width: 560px;
	margin: auto;
}
#sixth .container h2 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 40px;
}
#sixth .container .box {
	background-color: #fff;
	padding: 40px 30px;
	margin-top: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari、Google Chrome */
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}
#sixth .container .box h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#sixth .container .box h3 span {
	font-size: 1.2em;
	color: #2684D4;
}
#sixth .container .box p {
	font-size: 1.2rem;
}
#sixth .container .box ul {
	font-size: 1.2rem;
	line-height: 150%;
	margin: 1.5em;
}
#sixth .container .box ul li {
	list-style: decimal;
	margin-bottom: 15px;
}
@media (max-width: 640px){
#sixth .container h2 {
	font-size: 1.6rem;
}
#sixth .container .box h3 {
	font-size: 1.1rem;
}
#sixth .container .box h3 span {
	font-size: 1.0em;
}
#sixth .container .box p {
	font-size: 1rem;
}
#sixth .container .box ul {
	font-size: 1.0rem;
}
}
/* 7th
----------------------------------------------*/
#seventh {
	
}



/* 8th
----------------------------------------------*/
#eighth {
	
}


/* 9th
----------------------------------------------*/
#ninth {
	background-color: #0E2B82;
}
#ninth .container {
	padding: 0px 0px 80px;
	max-width: 550px;
	margin: auto;
}
#ninth .container .seminar .head {
	padding: 40px;
	background-color: #FFD200;
	text-align: center;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 20px 20px 0px 0px;
}

#ninth .container .seminar .head h2 {
	color: #112B83;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 150%;
}
#ninth .container .seminar .body {
	background-color: #fff;
	padding: 50px 50px 20px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 20px 20px;
	color: #0B1E5D;
	line-height: 150%;
}
#ninth .container .seminar .body p {
	font-size: 1.5rem;
	margin-bottom: 50px;
}



.tab_box{
    width: 100% !important;
}
input[type="radio"]{
    display: none;
}
.tab_area{
    font-size: 0;
	margin-bottom: 30px;
}
.tab_area label{
    margin: 0 10px 20px;
    display: inline-block;
    padding: 15px 30px;
    background: #EAE7E0;
    text-align: center;
    font-size: 1.2rem;
	font-weight: bold;
    border-radius: 30px;
	-webkit-border-radius: 30px; /* Safari、Google Chrome */
	-moz-border-radius: 30px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}
.tab_area label:hover{
    opacity: 0.5;
}
.panel_area{
    background: #fff;
}
.tab_panel{
    width: 100%;
    padding: 0;
    display: none;
}

 
#tab1:checked ~ .tab_area .tab1_label{background:#FED102; color:#0F2D83;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#FED102; color:#0F2D83;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#FED102; color:#0F2D83;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#FED102; color:#0F2D83;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background:#FED102; color:#0F2D83;}
#tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{background:#FED102; color:#0F2D83;}
#tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{background:#FED102; color:#0F2D83;}
#tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{background:#FED102; color:#0F2D83;}
#tab8:checked ~ .panel_area #panel8{display:block;}




/*
#ninth article {
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #fff;
	max-width: 81%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#ninth h3 {
	text-align: center;
	margin-bottom: 20px;
}
#ninth h3 span {
	color: #09A0F3;
}
*/

@media (max-width: 640px){
#ninth .container .seminar .head h2 {
	font-size: 2rem;
}
}



/* 10th
----------------------------------------------*/
#tenth {
	
}
#tenth .container {
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 6%;
	padding-right: 6%;
	width: 88%;
}
#tenth .container h2 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 40px;
}

.accordionbox{
	max-width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.accordionlist dt{
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-indent: -1.4em;
	border-bottom: 1px dotted #eee;
}
.accordionlist dt:last-child{
    border-bottom: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	width: 85%;
	float: left;
	text-align: left;
}
.accordionlist dt .title p{
	font-size: 1.05rem;
}
.accordionlist dd{
	display: none;
	text-align: left;
	padding-top: 10px;;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: .9rem;
	line-height: 150%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #3496E3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}




/* 11th
----------------------------------------------*/
#eleventh {
	
}



/* 12th
----------------------------------------------*/
#twelveth {
	
}


/* 13th
----------------------------------------------*/
#thirteenth {
	background-color: #E8E8E8;
	text-align: center;
}
#thirteenth .container {
	padding: 40px 0px 30px;
	max-width: 550px;
	margin: auto;
}
#thirteenth .container h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #2684D4;
	line-height: 130%;
	margin-bottom: 30px;
}


#thirteenth ul {
}
#thirteenth li {
	margin-bottom: 15px;
}

#thirteenth li:nth-child(4) {
	margin-bottom: 5px;
}
#thirteenth li:nth-child(7) {
	margin-bottom: 5px;
}
#thirteenth li:nth-child(10) {
	margin-bottom: 40px;
}
#thirteenth li:nth-child(11) {
	margin-bottom: 80px;
}
#thirteenth li:nth-child(13) {
	margin-bottom: 40px;
}
#thirteenth strong {
	font-weight: bold
}



/* footer
-----------------------------------------------*/

footer {
	text-align: center;
	background-color: #0F2D82;
	padding: 20px 0px 20px 0px;
	color: #fff;
	line-height: 1.5;
}





@media (min-width: 641px) and (max-width: 950px) {
	

}


@media screen and (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



@media (max-width: 640px) {

* {
	box-sizing: border-box;
}

.float_btn {
	width:  60px;
}
.pc {
	display: none;
}
.mob {
	display: block;
}
.container {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

header .btn {
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 37%;
}
#second article {
	max-width: 90%;
}
#second .container article .content {
	margin-left: 0px;
}
#third .container  {
	padding: 70px 3% 60px;
	max-width: 94%;
}
#fourth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}	
#fourth .flexbox ul li {
	width:47%;
}
#fifth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#sixth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#seventh .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#eighth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#ninth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#ninth article {
	max-width: 90%;
}	
#tenth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#eleventh .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
	

}
@media (max-width: 480px) {
#third .container .circle_box {
	grid-template-columns: 1fr;
}
#third .container .circle_box .circle {
	margin:0px auto 30px;
}
.add_h {
	margin-top: -50px;
}
}
@media screen and (min-width:768px){
.contact-overlay{height:85px;position:fixed;bottom:0;z-index:10;-webkit-transition:height .3s ease;transition:height .3s ease;opacity:.9;right:0;margin:auto;width:500px;}
.contact-overlay:hover{opacity:1;}
.contact-overlay-menu{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;}
.contact-overlay-menu>*{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:85px;font-size:20px;font-weight:700;border:solid 1px #cecece;cursor:pointer;color: #333;text-decoration: none;line-height: 1.4;}
.contact-overlay-menu>a{position:relative;}
.contact-overlay-menu>a:after{content:'>';-webkit-transform:scaleX(.6);transform:scaleX(.6);font-size:12px;position:absolute;right:10px;top:0;bottom:0;margin:auto;font-weight:700;height:18px;}
.contact-overlay-menu>a:after{color:#003894;right:3px;}
.chat-scroll { bottom: 120px !important; }
}
@media screen and (max-width:767px){
.contact-overlay{height:50px;position:fixed;left:0;bottom:0;z-index:10;-webkit-transition:height .3s ease;transition:height .3s ease;opacity:.9;width:calc(100% - 20px);right:0;margin:auto;}
.contact-overlay-menu{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;}
.contact-overlay-menu>*{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px;border:solid 1px #cecece;color: #333;text-decoration: none;line-height: 1.4;}
.contact-overlay-menu>a{position:relative;}
.contact-overlay-menu>a:after{content:'>';-webkit-transform:scaleX(.6);transform:scaleX(.6);font-size:12px;position:absolute;right:10px;top:0;bottom:0;margin:auto;font-weight:700;height:18px;}
.contact-overlay-menu>a:after{color:#003894;right:3px;}
.chat-scroll { bottom: 60px !important; }
}
.contact-overlay-menu>.individual:after{color:#fff;}
.contact-overlay-menu>a:after{right:8px;font-size:14px;}

.float_btn { display: none; }
