/*
Theme Name: Anothemes
Theme URI: https://anothemes.com/
Author: Anothemes
Author URI: https://anothemes.com/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/* Css */
@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);

/*==========================================================
	2. GENERAL
==========================================================*/
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-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 16px;
	color: #0E75D3;
    font-family: 'Noto Sans JP', sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
	
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img{
	border:none;
	max-width:100%;	
	height: auto;
}
a{
	color:#373737;
    text-decoration:none;

}
a:hover{
	color: #01B200;
	text-decoration:none;
}
a:focus{
	text-decoration: none;
	outline: none;
}
a, 
button, 
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #d5d5d5;
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	font-style: italic;
	border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #e31e1e;
	outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-color: #FCD998;
}
iframe {
	max-width: 100%;
}

/* custom bootstrap css */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.hidden {
    display: none !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
	margin: auto;
}
.thumbnail {
	border-radius: 0;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
    position: fixed;
    z-index: 10;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    padding: 10px 0;
}
.header-content .d-flex {
    justify-content: space-between;
    align-items: center;
}
.site-brand {
    line-height: 0;
}
.main-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
    font-size: 0;
}
.main-menu ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.main-menu ul li a {
	display: block;
    color: #222222;
    font-family: Yu Gothic;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    margin-right: 66px;
    text-align: center;
}
.main-menu ul li:last-child a {
    margin-right: 0;
}
.main-menu .en {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #555555;
    font-family: Yu Gothic;
    display: block;
    text-align: center;
}
.main-menu a span {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li a:hover span,
.main-menu .active a span {
	color: #01B200;
}
.main-menu .campaign_details {
    background: linear-gradient(180deg, #FF7337 0%, #E6662F 100%);
    border: 2px solid #E95617;
    border-radius: 10px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    padding: 0 35px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}
.main-menu .campaign_details:hover {
    background: linear-gradient(180deg, #FB5B17 0%, #CE5F30 100%);
    color: #fff;
}
.menu-main {
	display: inline-block;
	vertical-align: middle;
}
.mobile-menu {
    display: none;
    color: #000;
    width: 40px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.mobile-menu span {
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    transition: .5s;
    background: #01B200;
    border-radius: 2px;
}
.mobile-menu span.bar1 {
    top: 0;
}
.mobile-menu span.bar2 {
    top: 12px;
}
.mobile-menu span.bar3 {
    top: 24px;
}
.mobile-menu.change span.bar1 {
    top: 12px;
    transform: rotate(135deg);
}
.mobile-menu.change span.bar2 {
    width: 0;
    opacity: 0;
}
.mobile-menu.change span.bar3 {
    top: 12px;
    transform: rotate(-135deg);
}
body.open {
    overflow: hidden;
}
/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
	min-height: 300px;
}
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs li:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	content:"\f101";
	font-family: FontAwesome;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.left-content .site-content {
	float: right;
}
.site-content {
    padding-top: 90px;
}
.site-main .widget {
	margin-bottom: 15px;
}
.site-main .widget > ul {
	padding-left: 13px;
}
.site-main .widget-title {
	font-size: 16px;
}
.widget_nav_menu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_nav_menu .menu li {
	padding: 7px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.widget_nav_menu .menu li:last-child {
	border-bottom: none;
}
.widget .searchform {
	display: block;
}
.widget .searchform > div {
	width: auto;
}
.widget .searchform #s {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-main .widget_blog_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_blog_widget ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.widget_blog_widget ul li:first-child {
	padding-top: 0;
}
.widget_blog_widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.widget_blog_widget .thumb {
	display: block;
	width: 70px;
	margin-right: 20px;
	float: left;
}
.widget_blog_widget li h4 {
	display: block;
	display: -webkit-box;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	max-height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0 5px;
}
.widget_blog_widget li h4 a {
	color: #333;
}
.widget_blog_widget li h4 a:hover {
	color: #3c8545;
}
.widget_blog_widget li span {
	font-size: 12px;
	color: #999999;
}
article.post {
	margin-bottom: 30px;
}
.post-title {
	border-bottom-style: dashed;
}
.post-thumb {
	margin-bottom: 10px;
	border-radius: 0;
}
.post-thumb a {
	display: block;
}
.post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.post-thumb a:hover img {
	opacity: 0.8;
}
.post-meta > * {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 5px;
}
.post-meta > *:last-child {
	margin-right: 0;
}
.post-meta > * i {
	margin-right: 5px;
	font-size: 12px;
}
.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.site-404 h1 {
    margin-bottom: 50px;
}
.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}
.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/
.d-flex {
    display: flex;
}
.main-banner {
    padding-top: 147px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 91px);
}
.banner-content {
    padding-left: 87px;
    padding-right: 210px;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.banner-content img {
    width: auto;
    height: 100%;
}
.banner-title h1 {
    margin-top: 147px;
}
.banner-title h1 {
    margin-top: 147px;
    max-width: 800px;
    padding: 0 27px 0 27px;
    font-weight: 900;
    font-size: 44px;
    line-height: 82px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
.banner-title h1 span {
    display: block;
    position: relative;
    z-index: 1;
}
.banner-title h1:before {
    content: "";
    background: #01B200;
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 76px;
    width: 100%;
    top: 6px;
}
.banner-title h1:after {
    content: "";
    background: #01B200;
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 76px;
    width: 100%;
    bottom: 0;
}

.merit {
    padding-bottom: 172px;
}
.merit-title {
    background: #01B200;
    padding-top: 26px;
    max-height: 100px;
    margin-bottom: 68px;
    position: relative;
    margin-top: -40px;
}
.merit-title:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: calc(1170px / 2) solid transparent;
    border-right: calc(1170px / 2) solid transparent;
    border-top: 68px solid #01B200;
    top: 100%;
}
.merit-title h2 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 42px;
    line-height: 82px;
    text-transform: uppercase;
}
.merit-lists {
    padding-top: 80px;
}
.merit-item {
    background: #FFFFFF;
    border: 2px solid rgba(1, 178, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    margin-bottom: 70px;
    padding: 40px;
    position: relative;
}
.m-border {
    margin-bottom: 65px;
}
.merit-item:last-child {
    margin-bottom: 0px;
}
.m-item1 .merit-thumb {
    display: flex;
    align-items: center;
}
.merit-thumb {
    line-height: 0;
    width: 290px;
}
.merit-desc {
    width: calc(100% - 290px);
    padding-left: 60px;
}
.has-border {
    padding: 40px 70px 42px 38px;
}
.has-border .merit-thumb {
    width: 292px;
}
.has-border .merit-desc {
    width: calc(100% - 292px);
}
.t-border {
    background: #FFFFFF;
    border: 2px dashed #0E75D3;
    border-radius: 10px;
}
.b-greeb {
    border: 2px solid #01B200;
}
.merit-note {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #0E75D3;
    margin: 49px 0;
    margin-left: 19px;
    width: 286px;
    background: #fff;
}
.t-img {
    position: relative;
    height: 129px;
    align-self: flex-end;
}
.t-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.merit-desc {
    font-size: 0;
}
.merit-desc h3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #01B200;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.merit-desc h3:before {
    content: url(images/before.png);
    margin-right: 16px;
    display: inline-block;
}
.merit-info {
    font-weight: bold;
    font-size: 28px;
    line-height: 52px;
    color: #0E75D3;
}
.campaign_details-btn {
    width: 600px;
    background: linear-gradient(180deg, #FF7337 0%, #E6662F 100%);
    border: 3px solid #E95617;
    border-radius: 10px;
    display: block;
    height: 70px;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    margin: 0 auto;
}
.campaign_details-btn:hover {
    background: linear-gradient(180deg, #FB5B17 0%, #CE5F30 100%);
    color: #fff;
}
.campaign_details-btn:before {
    content: "";
    background-image: url(images/campaign_details-btn.png);
    position: absolute;
    width: calc(100% - 54px);
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: -56px;
    transform: translateX(-50%);
}
.merit-lists .campaign_details-btn {
    /*margin-bottom: 65px;*/
    margin-top: -44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campaign_details-btn img {
    margin-right: 22px;
}

.add-friends {
    background: #EEF7E6;
    padding: 115px 0 50px;
    text-align: center;
}
.add_friends-title h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 61px;
    text-transform: uppercase;
    color: #01B200;
    margin-bottom: 25px;
}
.friends_subtitle {
    font-weight: 900;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #E6662F;
}
.friends_subtitle span {
    color: #FFAB00;
}
.add_friends-lists {
    margin-top: 100px;
    margin-bottom: 106px;
}
.add_friends-item {
    position: relative;
    background: #01B200;
    border-radius: 10px;
    padding: 6px 7px;
    width: calc((100% / 3) - ((45px * 2) / 3));
    margin-right: 45px;
    display: flex;
    flex-direction: column;
}
.add_friends-item:last-child {
    margin-right: 0;
}
.add_friends-item > span {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #E6662F;
    border-radius: 50%;
    line-height: 65px;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    left: -32px;
    top: -33px;
}
.add_friends-item h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 0 20px;
}
.friends-item-inner {
    display: flex;
    background: #fff;
    flex-grow: 1;
    flex-direction: column;
}
.add_friends-thumb {
    flex: 1 1 auto;
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}
.add_friends-thumb img {
    max-width: 230px;
}
.add_friends-desc {
    font-size: 16px;
    line-height: 23px;
    color: #E6662F;
    padding: 0 15px 20px;
    min-height: 89px;
}
.add_friends-item:first-child .add_friends-desc {
    font-size: 15px;
    line-height: 22px;
}
.add_friends_text {
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
    text-transform: uppercase;
    color: #0E75D3;
}
.campaign-btn-bottom {
    margin-top: 34px;
}

.sp {
    display: none;
}



/*fix design*/
.campaign_details_group {
    margin-bottom: 65px;
}
.campaign_details_note {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #F16C33;
    text-align: center;
    margin-top: 10px;
}
.campaign_details-btm {
    margin-bottom: 0;
}
.m-item3 .merit-info {
    max-width: 610px;
}
.merit_note {
    height: 40px;
    background: #F26D34;
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    top: 20px;
    right: -13px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 38px;
    padding: 0 20px;
}
.merit_note::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #E75F25;
    border-right: 11px solid transparent;
    right: 0;
    position: absolute;
    top: 100%;
}

/*Fix design 2*/
.t-border.t-note {
    position: relative;
    align-self: flex-end;
    height: 178px;
    margin-bottom: 16px;
}
.t-border.t-note .merit-note img {
    position: absolute;
    left: 26px;
    bottom: 74%;
    z-index: 0;
}
.t-border.t-note .merit-note p {
    position: relative;
}
.t-border.t-note .merit-note {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    width: 332px;
    bottom: 9px;
}
.merit_desc_note {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    margin-top: 21px;
    margin-bottom: -15px;
}
/*==========================================================
	7. FOOTER
==========================================================*/
.site-footer {
	padding: 142px 0 30px;
}
.logo-ft {
    text-align: center;
    margin-bottom: 52px;
}
.logo-ft img{
    display: block;
    margin: 0 auto;
}
.logo-ft img:first-child {
    margin-bottom: 30px;
}
.copyright {
	line-height: 20px;
	font-size: 14px;
    color: #AEAEAE;
    text-align: center;
}

@media all and (-ms-high-contrast:none) {
    .main-menu .campaign_details {
        line-height: 42px;
    }
}