
/*
    Template Name: 
    Author: 
    Author URI: 
    Description: 
    Version: 1.0
*/

/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  Navigation
5.  HEADER AREA
6.  SECTION ABOUT
7.  SECTION SERVICES
8.  SECTION FEATURES
9. SECTION TESTIMONIAL
10. SECTION CONTACT
11. SECTION FOOTER


/*========================================
	Google font
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Raleway:400,600,700,300');

@font-face{font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot?v=4.4.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


.btn:active,
.btn.active,
.progress,
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}



/**
 * # default
 * ---------------------------------------------------------
 */

html {
	font-size: 1em;
}

body {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #6a6a6a;
	font-size: 15px;
	font-weight: normal;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html {
	width: 100%;
	height: 100%;
}

p{
	margin-top: 0;
	padding-left: 0px;
}

ol,
ul,
dl,
pre,
blockquote {
	margin-top: 0;
	margin-bottom: 24px;
	padding-left: 0px;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

li {
	list-style-type: none;
	padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 24px;
}

h1 {
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-size: 25px;
	line-height: 35px;
}

h2 {
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-size: 28px;
	line-height: 38px;
}

h3 {
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-size: 24px;
	line-height: 34px;
}

h4 {
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-size: 19px;
	line-height: 29px;
}

h5 {
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-size: 15px;
	line-height: 25px;
}

h6 {
	color: inherit;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-size: 13px;
	line-height: 2;
	line-height: 26px;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: 100%;
}
/* --------------------------------------------------
    【リストデザイン】
-------------------------------------------------- */
.disc > li {
  list-style: disc;
  margin-left: 1.5em;
}
li .disc > li {
  text-indent: 0;
}
.decimal > li {
  list-style: decimal;
  margin-left: 1.5em;
}
li .decimal > li {
  text-indent: 0;
}


/* ======================================
 * 07. Preloader
/* ====================================== */

#loader {
	background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/**
 * # component
 * ---------------------------------------------------------
 */

.btn {
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 10rem;
	border-radius: 10rem;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 160px;
	padding: 12px 0px;
	text-transform: capitalize;
	border: 2px solid transparent;
}

.btn-grey {
	color: #212121;
	background-color: transparent;
	border: 2px solid #212121;
}

.btn-grey:hover {
	color: white;
	background-color: #3EB6FF;
	border-color: #3EB6FF;
}

.btn-theme-1 {
	color: #fff;
	background-color: #3EB6FF;
	border-color: #3EB6FF;
}


.btn-theme-1:hover {
	color: #3EB6FF;
	background-color: transparent;
	border-color: #3EB6FF;
}


.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-control:focus {
	border-color: #3EB6FF;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #9e9e9e;
}

.form-control::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #9e9e9e;
}

.form-control {
	border-color: rgba(0, 0, 0, 0.04);
	background-color: rgba(0, 0, 0, 0.04);
}

.input-group-shadow {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}



/*=================================
	NAVIGATION
=========================================*/
.navbar-nav > li > a,
.navbar-text {
	font-weight: 600;
}

.navbar-brand {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
	height: 64px;
	line-height: 0.9;
	padding-bottom: 23px;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 15px;
}

.navbar-brand img {
	margin-top: 0px;
	max-width: 295px;
}

.navbar-nav > li > a {
	line-height: 1.86667;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #8E8B8B;
transition: all 0.2s ease-in;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3EB6FF;
    background-color: transparent;
}


@media (min-width: 992px) {
	.navbar-nav > li > a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.navbar-lg .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
}



/**
 * commona
 * ---------------------------------------------------------
 */
	.site-header-fixed-top,
	.site-header-fixed-bottom {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.site-header-fixed-top {
		top: 0;
	}
	.site-header-fixed-bottom {
		bottom: 0;
	}
	.bg-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.bg-overlay.black {
		position: absolute;
		background: rgba(0, 0, 0, 0.95);
	}
	.bg-overlay.grey {
		position: absolute;
		background: rgba(255, 255, 255, 0.75);
	}
	.section-padding {
		padding: 90px 0px;
	}
	


/*===========================================
Banner Content
===========================================*/
.overlay::before {
    background-color: rgba(25, 25, 25, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.overlay1::before {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.crosscover-title{
	font-family: "Raleway",sans-serif;
}
.crosscover-island{
	padding-top: 140px;
}
.crosscover-island p{
	width: 50%;
	margin: 20px auto 40px;
}
.btn-theme-1:hover {
	background: #fff;
	border-color: #fff;
}
.crosscover-overlay {
  background: none;
}

/*
==========================================
center
==========================================
*/
.center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*=============================================
	MOVIE CATCH
==============================================*/
#section-catch {
	text-align: center;
}
#section-catch .btn {
		margin: 20px auto 0;
	}
/*=============================================
	MOVIE SECTION
==============================================*/
#section-movie {
		background: #f9f9f9;
}
#section-movie .movie {
		width: 570px;
		margin: 0 auto;
	display: block;
}
/*=============================================
	ABOUT SECTION
==============================================*/
#section-about{
	padding-bottom: 80px;
}
	.about-info {
		text-align: center;
	}
	.about-info i {
		width: 80px;
		height: 80px;
		border: 2px solid#ddd;
		padding-top: 22px;
		font-size: 30px;
		border-radius: 100%;
		margin-bottom: 10px;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
	}
	.about-info:hover i {
		border-color: #3EB6FF;
		background: #3EB6FF;
		color: #fff;
	}

	/*=============================================
	FEATURE SECTION
==============================================*/
	#section-feature {
		background: #f9f9f9;
	}
	.feature-wrap {
		margin-top: 40px;
	}

	.feature-wrap p{
		margin-bottom: 30px;
	}
	#section-feature .right {
		float: right;
	}

	/*=============================================
	SECTION SERVICE
==============================================*/
	#section-service{
		padding: 80px 0px;
	}
	.section-heading {
		margin-bottom: 60px;
		margin-top: 0px;
	}
	.section-heading h2 span {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 1px;
		color: #999;
	}
	.service-box h4 {
		padding-top: 20px;
	}
	.service-box i {
		font-size: 40px;
		width: 100px;
		height: 100px;
		text-align: center;
		background: #eee;
		border-radius: 100%;
		padding-top: 26px;
		-webkit-box-shadow: 1px 2px 2px 0px #999;
		box-shadow: 1px 2px 2px 0px #999;
	}
	.service-box i.color-1 {
		background: #3EB6FF;
		color: #fff;
	}
	.service-box i.color-2 {
		background: #A16BB8;
		color: #fff;
	}
	.service-box i.color-3 {
		background: #FF5647;
		color: #fff;
	}
	.service-icon {
		margin-bottom: 10px;
		text-align: center;
	}
	/*==================================================
	CLIENT TESTIMONIAL
=====================================================*/
	.test-inner {
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	.test-inner h5 {
		margin-bottom: 0px;
		font-size: 18px;
	}

.test-inner i{
	font-size:50px;
	line-height: 50px;
	color: #ddd;
	margin-right: 10px;
}
	#test-carousel {
		background: #f9f9f9;
		border-radius: 5px;
	}
	.test-inner h5 span {
		font-size: 13px;
		color: #888;
	}
	.carousel-control.left {
		left: 15px;
	}
	.carousel-control.right {
		right: 15px;
	}
	.carousel-control.left,
	.carousel-control.right {
		background: none;
		background: none;
		width: 50px;
		height: 50px;
		border: 2px solid#ddd;
		padding-top: 10px;
		text-shadow: none;
		color: #111;
		opacity: 0;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
	}
	.carousel-control {
		top: 38%;
	}
	#test-carousel:hover .carousel-control.left,
	#test-carousel:hover .carousel-control.right {
		opacity: 1;
	}


/*===============================================================================
	SECTION PRICING
=================================================================================*/
	.pricing-box {
		text-align: center;
		border: 1px solid#eee;
		padding: 30px 0px 0px;
	}
	.pricing-title hr {
		width: 10%;
		margin: 0 auto 20px;
		border-color: #5776F5;
		border-width: 2px;
	}
	.pricing-info ul li {
		padding: 10px 0px;
		text-transform: capitalize;
	}
	.pricing-info ul li span {
		font-weight: 700;
	}
	.price {
		background: #f9f9f9;
		padding: 30px 0px;
	}
	.price h3 {
		font-size: 38px;
		line-height: 38px;
	}
	.price h3 span {
		display: block;
		font-size: 14px;
		color: #888;
		letter-spacing: 0px;
	}
	/*	========================================================
	BLOG NEWS
==============================================================*/
	#section-blog {
		position: relative;
		background: #eee;
		padding-top: 80px;
	}
	.blog-date {
		display: block;
		margin-top: 20px;
	}
	.blog-date h5 {
		color: #999;
		margin-bottom: 0px;
		font-weight: 400;
	}
	.blog-date h5 span {
		color: #444;
		padding: 0px 5px;
		font-weight: 700;
	}
	.blog-info {
		clear: both;
		float: none;
	}
	.text-default {
		text-transform: uppercase;
		font-weight: 700;
	}

	/*=====================================================
    SECTION CONTACT
==========================================================*/
	.section-sub-heading {
		padding-top: 80px;
	}
	#section-contact {
		padding-bottom: 90px;
	}
	.form-control {
		border-radius: 0px;
		box-shadow: none!important;
		height: 45px;
		border: 0px;
		background: transparent;
		border-bottom: 1px solid#ddd;
		font-size: 14px;
		font-weight: 400;
	}
	#contactForm .form-group {
		margin-bottom: 30px;
	}

	/*=====================================================
    SECTION FOOTER
==========================================================*/
	#section-footer {
		padding: 50px 0px 30px;
		background: #f9f9f9;
	}
	.footer-socail i {
		width: 30px;
		height: 30px;
		text-align: center;
		border-radius: 50%;
		color: #fff;
		padding-top: 8px;
	}
	.footer-socail .fa-facebook {
		background: #2A398F;
	}
	.footer-socail .fa-google-plus {
		background: #ED1C24;
	}
	.footer-socail .fa-linkedin {
		background: #1C75BB;
	}
	.footer-socail .fa-twitter {
		background: #26A9E0;
	}
	.footer-location li i,
	.footer-feed li i {
		float: left;
		margin-right: 20px;
		width: 20px;
		height: 40px;
		margin-top: 5px;
	}
	.footer-location li	p{
		margin-bottom: 25px;
	}
	.footer-location li i {
		color: #3EB6FF;
	}
	.footer-feed li p {
		font-size: 14px;
	}
	.footer-feed li i,
	.footer-feed li p span {
		color: #55ACEE;
	}
	.widget-feed li {
		width: 30%;
	}
	#section-footer-btm {
		background: #202020;
		padding: 30px 0px;
	}
	.footer-btm p {
		text-transform: capitalize;
		margin-bottom: 0px;
		color: #fff;
	}
	.footer-btm p span {
		color:  #3EB6FF;
		
	}

/*=====================================================
    SECTION FLOW
==========================================================*/
#section-flow .flow-wrap h2 {
  margin-top: 60px;
}
#section-flow .flowList {
	display: flex;
}
#section-flow .flowList li {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 40px;
	background: #d60e4c;
	position: relative;
	flex: 0 0 25%;
}
#section-flow .flowList li:not(:first-child) {
	padding-left: 80px;
}
#section-flow .flowList li:nth-child(2) {
	background: #ec9e18;
	flex: 0 0 25%;
}
#section-flow .flowList li:nth-child(3) {
	background: #88b92a;
	flex: 0 0 25%;
}
#section-flow .flowList li:last-child {
	background: #2281c5;
	flex: 0 0 25%;
}
#section-flow .flowList li:not(:last-child)::before {
	content: '';
  width: 0;
	height: 0;
  margin: auto;
	border-style: solid;
	border-width: 46px 0 46px 40px;
	border-color: transparent transparent transparent #d60e4c;
	position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
	z-index: 2;
}
#section-flow .flowList li:nth-child(2)::before {
	border-color: transparent transparent transparent #ec9e18;
}
#section-flow .flowList li:nth-child(3)::before {
	border-color: transparent transparent transparent #88b92a;
}
#section-flow .flowList li span {
	display: block;
	color: #d60e4c;
	background: #fff;
	width: 100px;
	margin: 0 auto 4px;
}
#section-flow .flowList li:nth-child(2) span {
	color: #ec9e18;
}
#section-flow .flowList li:nth-child(3) span {
	color: #88b92a;
}
#section-flow .flowList li:nth-child(4) span {
	color: #2281c5;
}
#section-flow .flow {
	padding: 40px 0 40px 100px;
	position: relative;
}
#section-flow .flow:not(:first-child) {
	border-bottom: 1px solid #ccc;
}
#section-flow .flow .step {
	display: block;
	width: 80px;
	height: 80px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background: #d60e4c;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
}
#section-flow .flow:nth-of-type(2) .step {
	background: #ec9e18;
}
#section-flow .flow:nth-of-type(3) .step {
	background: #88b92a;
}
#section-flow .flow:nth-of-type(4) .step {
	background: #2281c5;
}
#section-flow .flow p,
#section-flow .flow ul {
	margin-bottom: 0;
}
#section-flow .flow h4 {
	color: #26A9E0;
	margin: 24px 0 12px;
}
/*=====================================================
    SECTION CLIENT
==========================================================*/
#section-client h2 {
	margin-top: 60px;
}
#section-client h3 {
	color: #26A9E0;
}
#section-client h4 {
	color: #26A9E0;
	padding: 0 0 5px 10px;
	margin-top: 30px;
	border-bottom: 2px solid #26A9E0;
}
#section-client .flex_box {
	display: flex;
}
#section-client .flex_box figure {
	flex: 0 0 300px;
	margin-right: 20px;
}
/*=====================================================
    SECTION COMPANY
==========================================================*/
#section-company .tabMenu {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#section-company .tabMenu li {
	color: #26A9E0;
	text-align: center;
	font-weight: bold;
	padding: .5em 1em;
	border: 2px solid #26A9E0;
	cursor: pointer;
}
#section-company .tabMenu li.active {
	background: #26A9E0;
	color: #fff;
}
#section-company .tabContent {
  display: none;
}
#section-company .tabContent.active {
  display: block;
}

/*=====================================================
    SECTION ZERO
==========================================================*/
#section-zero .zero_main {
	display: flex;
	margin-bottom: 60px;
	border: 1px solid #26A9E0;
}
#section-zero .zero_main .txt {
	min-width: 50%;
	background: #26A9E0;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
#section-zero .zero_sub {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#section-zero .zero_label {
	background: #fff;
	color: #26A9E0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 40px;
}
#section-zero .zero_copy {
	font-size: 24px;
	font-weight: bold;
}
#section-zero .zero_main p:last-of-type {
  margin-bottom: 0;
}
#section-zero .zero_main .img {
	min-width: 450px;
	background: url("../img/zero/zero_main.jpg") no-repeat center / cover;
	flex: 0 1 50%;
}
#section-zero h2 {
	margin-top: 60px;
}
#section-zero .zero_error {
	background: #fff7f7;
	padding: 40px;
}
#section-zero h3 {
	color: #26A9E0;
	font-size: 30px;
}
#section-zero h3 span {
	color: #333;
	font-size: 16px;
	display: block;
}
#section-zero h4 {
	margin: 40px 0 10px;
}
#section-zero .flex_box {
	display: flex;
}
#section-zero .flex_box figure {
	flex: 0 0 300px;
	margin-right: 20px;
}
/*=====================================================
    SECTION CAREERUP
==========================================================*/
#section-careerup h2 {
    margin-top: 60px;
}
#section-careerup h3 {
  color: #26A9E0;
  padding-bottom: 5px;
  margin-top: 30px;
  border-bottom: 2px solid;
}
#section-careerup .movie_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#section-careerup .video_wrap {
  position: relative;
}
#section-careerup .video_wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
#section-careerup .video_wrap .time {
  background: #26A9E0;
  color: #fff;
  padding: .25em 1em;
  border-radius: 0 0 0 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/*=====================================================
    SECTION EXPLANATION
==========================================================*/
#section-explanation h2 {
    margin-top: 60px;
}
#section-explanation .mb20 {
	margin-bottom: 20px;
}
#section-explanation .mb40 {
	margin-bottom: 40px;
}
#section-explanation .notes {
	margin-bottom: 0;
}
#section-explanation .fcRed {
	color: #FF5647;
}
#section-explanation .bold {
	font-weight: bold;
}
#section-explanation .marker {
	background: linear-gradient(to bottom, transparent 60%, #ffea00 60%);
}
#section-explanation .explanation_box {
	display: flex;
	justify-content: space-between;
}
#section-explanation .explanation_box.reverse {
	flex-direction: row-reverse;
}
#section-explanation .explanation_box .txt {
  flex: 0 0 48%;
  font-size: 20px;
}
#section-explanation .point {
  display: flex;
  justify-content: space-between;
}
#section-explanation .point li {
  flex: 0 0 30%;
  padding-top: 30%;
  background: #26A9E0;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#section-explanation .point li span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section-explanation .explanation_box .img {
  flex: 0 0 48%;
}
#section-explanation .present {
  padding: 40px calc(50vw - 50%);
  margin: 60px calc(50% - 50vw) 60px;
  width: 100vw;
  background: #fff7f7;
}
#section-explanation .presentWrap {
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  width: 680px;
  border-radius: 10px;
  border: 2px solid #de3e70;
}
#section-explanation .presentWrap .sub {
  display: block;
  font-size: 16px;
	text-align: center;
  margin-bottom: 5px;
}
#section-explanation .presentWrap .title {
  display: block;
  font-size: 20px;
  background: #de3e70;
  color: #fff;
  font-weight: bold;
	text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
#section-explanation .presentWrap dd{
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  background: url(../img/explanation/present.png) no-repeat right 30px center / 80px auto;
}
#section-explanation .presentWrap dd span {
  font-size: 32px;
}
#section-explanation .presentBox{
  width: 680px;
  padding: 20px;
  margin: 60px auto 0;
  border-radius: 10px;
  border: 2px solid #de3e70;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#section-explanation .presentBox p {
	margin-bottom: 0;
	line-height: 1.5;
}
#section-explanation .presentBox img {
	width: 90px;
}
#section-explanation h3 {
  color: #26A9E0;
	border-bottom: 1px solid #26A9E0;
}
#section-explanation table {
  width: 100%;
}
#section-explanation th, td {
  padding: 10px;
  border: #ccc 1px solid;
}
#section-explanation th {
  background: #eee;
  text-align: center;
	width: 30%;
}
#section-explanation .howTo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#section-explanation .howTo div {
  width: 240px;
  border-radius: 10px;
  overflow: hidden;
}
#section-explanation .howTo a {
  display: block;
  color: #fff !important;
  font-size: 18px;
  padding: 20px 15px 20px 75px;
}
#section-explanation .howTo a:hover {
  opacity: .7;
  text-decoration: none !important;
}
#section-explanation .howTo .web a {
  background: #a0c755 url(../img/explanation/icon_web.png) no-repeat left 20px center / 40px auto;
}
#section-explanation .howTo .line a {
  background: #06c755 url(../img/explanation/icon_line.png) no-repeat left 5px center / 70px auto;
}
#section-explanation .howTo a span {
  display: block;
  font-size: 14px;
}
#section-explanation .howTo p {
  font-size: 14px;
}
/*=====================================================
    SECTION ENTRY
==========================================================*/
#section-entry h2 {
   margin-top: 60px;
}
#section-entry .mb20 {
	margin-bottom: 20px;
}
#section-entry .mb40 {
	margin-bottom: 40px;
}
#section-entry a.line {
  display: inline-block;
  padding: 5px 10px 5px 35px;
  color: #fff !important;
  background: #06c755 url(../img/explanation/icon_line.png) no-repeat left 5px center / 25px auto;
  border-radius: 5px;
  margin: 0 5px;
}
#section-entry a.line:hover {
  opacity: .7;
  text-decoration: none !important;
}
#section-entry table {
  width: 100%;
}
#section-entry th, td {
  padding: 10px;
  border: #ccc 1px solid;
}
#section-entry th {
  background: #eee;
  text-align: center;
	width: 30%;
}
#section-entry .must {
  line-height: 1.5;
}
#section-entry input[type=checkbox] {
  margin-right: 5px;
}
#section-entry input[type=radio] {
  margin-right: 5px;
}
::placeholder {
  color: #ccc;
  font-size: 14px;
}
div.mfp_buttons {
  padding: 40px 0 0;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
  background: #26A9E0;
}
/*=====================================================
    SECTION THANKS
==========================================================*/
#section-thanks h2 {
   margin-top: 60px;
}
#section-thanks .mb20 {
	margin-bottom: 20px;
}
/*=====================================================
    追従バナー
==========================================================*/
#fltBnr {
  width: 220px;
/*  display: none;*/
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 99;
}
#fltBnr ul {
	margin-bottom: 0;
}
#fltBnr li {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
#fltBnr li:not(:last-child) {
	margin-bottom: 10px;
}
#fltBnr li a {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	background-color: #26A9E0;
	transition: .5s;
}
#fltBnr li:nth-child(2) a{
  background-color: #de3e70;
}
#fltBnr li:nth-child(3) a{
  background-color: #a0c755;
}
#fltBnr li a:hover {
	opacity: .8;
}

/*=====================================================
    【余白】	5px未満は個別に追加
==========================================================*/
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml60 {margin-left: 60px !important;}
.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr60 {margin-right: 60px !important;}

.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt60 {padding-top: 60px !important;}
.pt80 {padding-top: 80px !important;}
.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb80 {padding-bottom: 80px !important;}
.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 05px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pl60 {padding-left: 60px !important;}
.pr00 {padding-right: 00px !important;}
.pr05 {padding-right: 05px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}
.pr60 {padding-right: 60px !important;}
/*=====================================================
    PC・スマホ切り替え
==========================================================*/
.mb {
  display: none !important;
}
.pcBlock {
  display: block;
}
