/*
Theme Name: OptimizeWP Child Theme
Theme URI: http://deploy.mikado-themes.com
Description: A child theme of OptimizeWP
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Template: optimizewp
*/
@import url("../optimizewp/style.css");

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p|M+PLUS+Rounded+1c|Noto+Sans+JP&display=swap&subset=japanese');
.m-plus {
	font-family: 'M PLUS 1p', sans-serif;
}

.TsukuARdGothic-Std-R {
font-family: fot-tsukuardgothic-std,sans-serif;
font-weight: 400;
font-style: normal;
}
.TsukuARdGothic-Std-B {
font-family: fot-tsukuardgothic-std,sans-serif;
font-weight: 700;
font-style: normal;
}

body {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue,Hiragino Kaku Gothic ProN","メイリオ",meiryo,sans-serif;
   font-size: 16px !important;
   line-height: 30px !important;
	color: #3E3E3E;
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
    body {
   font-size: 17px !important;
   line-height: 25px !important;
}
    }

@media only screen and (max-width: 480px){
.mkdf-container-inner, .mkdf-grid, .mkdf-grid-section .mkdf-section-inner, .mkdf-slider .carousel-inner .mkdf-slider-content-outer {
    width: 340px ;
}
}

h1, h2, h3, h4, h5, h6 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue,Hiragino Kaku Gothic ProN","メイリオ",meiryo,sans-serif;
   color: #3E3E3E;
   line-height: 1.3em;
}

.mkdf-btn, .post-password-form input[type=submit], .woocommerce .button, input.wpcf7-form-control.wpcf7-submit, 
element.style, .mkdf-main-menu ul li a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue,Hiragino Kaku Gothic ProN","メイリオ",meiryo,sans-serif;
}

h3, p, li, dt, dd {
	margin-top: 0px !important;
}

.mkdf-section-subtitle {
   font-size: 16px !important;
   line-height: 30px !important;
   margin: 0;
}

.mkdf-blog-list-item-inner .mkdf-item-text-holder h3 {
	font-size: 1.2em !important ;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.mb32 {
    margin-bottom: 32px !important;
}

.mb48 {
    margin-bottom: 48px !important;
}

.mb64 {
    margin-bottom: 64px !important;
}

.mb96 {
    margin-bottom: 96px !important;
}

.mb128 {
    margin-bottom: 128px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb192 {
    margin-bottom: 192px !important;
}

.mb256 {
    margin-bottom: 256px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt16 {
	margin-top: 16px !important;
}

.mt24 {
	margin-top:24px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.pd16 {
	padding: 16px !important;
}

.pd16-8 {
	padding: 16px 8px !important;
}

.pd24 {
	padding: 24px !important;
}

.pd32 {
	padding: 32px !important;
}

.pd48 {
	padding: 48px !important;
}


.mkdf-icon-list-text {
    font-size: 15px !important;
    font-weight: 600 !important;
}

/*横並び*/
.flex-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

.float dt {
    float: left;
    clear: left;
    width: 50%;
}

.float dd {
    float: left;
    width: 50%;
}

.career-float dt {
    float: left;
    clear: left;
    width: 20%;
}
.career-float dd {
    float: left;
    width: 80%;
}

.box {
    border: dotted 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    background-color: #fbfbfc
}

.price-box {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    background-color: #ed769a;
	text-align: center;
	font-weight: bold;
	color: white;
}

/* ボタン */
.radius {
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
}

/* フォント設定 */
.white {
	color: white;
}
.ex_large {
	font-size: 2em;
}
.large {
	font-size: 1.2em;
}
.mid {
	font-size: 1em;
}

.small {
	font-size: 0.8em;
}

.h_small {
	font-size: 0.6em;
}

.red {
	color: #ed006a !important;
}

.bold {
	font-weight: bold !important;
}

.center
{
	text-align: center !important;
}

dt, dd {
	font-size: 16px;
	line-height: 26px;
}

ul li {
	list-style: none;
}

table tbody tr th, table tbody tr td {
    padding: 15px;
	 display: table-cell;
    vertical-align: inherit;
}

table, th, td {
    border: 1px solid #CECEBF;
}

table {
    border-collapse: collapse;
}

th {
	background: #fbfbfc;
}

/* アコーディオン */
.mkdf-accordion-holder .mkdf-accordion-content {
   margin: 0;
   padding: 30px 0px;
   border-top: 7px solid #e4e4e4;
	border-bottom: 7px solid #e4e4e4; 
}

/* teamイメージ */
.mkdf-team .mkdf-team-image img {
    width: 180px;
    height: 180px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* blogリストタイトル */
.mkdf-blog-list-item-inner .mkdf-item-text-holder h3 {
    font-size: 1.1em !important;
    font-weight: 600 !important;
}

.border-left {
	border-left: 4px solid;
   padding: .1em 0 .1em .8em;
}

/* blog:Masonryタイトル */
.mkdf-blog-holder article .mkdf-post-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-top: 10px;
    text-transform: capitalize;
}

#sing_in_english h2, #sing_in_english h3, #sing_in_english h5  {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* はこ*/
.conclusion {
    position: relative;
    border: solid 1px #f2a900;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 2em 1.5em 1.5em;
}
.matome {
    font-weight: 700;
	 color: #f2a900;
    font-size: 1.1em;
    background: #fff;
    padding: 0 .5em;
    position: absolute;
    top: -.5em;
    line-height: 1;
}

/* footer*/

.footer_logo {
	width: 80%;
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
    .footer_logo {
	width: 100%;
}
    }

footer .mkdf-footer-top-holder .widget ul li a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-family: Poppins,sans-serif;
}

footer .mkdf-footer-top-holder .widget ul li {
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: Poppins,sans-serif;
}

/* 上下センター*/

.pattern {
  height:60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 画像メディアクエリ*/

.image-size img {
	max-width: 80%;
	height: auto;
}
@media screen and (max-width: 640px) {
    .image-size img {
        max-width: 100%;
		height: auto;
    }
}
@media screen and (max-width: 1280px) {
    .image-size img {
        max-width: 100%;
		height: auto;
    }
}