/*
Theme Name: dw
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body{
	font: 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;

}
.wrap_in.plane{
	margin-top:50px;
}
.head_logo{
	 text-align: center;
	 margin:50px auto;
	 width:550px;
}
.head_logo img{
 width:100%;
}
.footer_logo{
	 text-align: center;
	 margin:10px auto;
	 width:250px;
}
.footer_logo img{
 width:250px;
 height:28px;
}
a{
	text-decoration: none;
	color:#000;
}
section{
	margin:auto;
	padding:40px 0px;
	width:100%;
}
img:not(.post_section02 img){
	width: 100%;
	height: 100%;
 }
section img{
	 height: 100%;
 }
.lang_tab{
	height:30px;
	font-size:15px;
	width:120px;
	margin-top: 3px;
  vertical-align: top;
}
#head_cont{
	width:100%;
	min-width: 1200px;
	position: relative;
}
.content_big{
	width:1000px;
	margin:0 auto;
}
#special{
	width:100%;
	background-color: #f0f8ff;
	min-width: 1200px;
}
.lang_box span img{
	font-size:35px;
}
.content950_blog{
	width:950px;
	padding:40px 100px;
	margin:0 auto;
	border:solid 1px #000;
}
.content{
	width:100%;
	margin:0 auto;
}
.content1200{
	width:1200px;
	margin:0 auto;
}
.content1200 h2{
	margin:20px auto;
	padding:28px;
	text-align: center;
	font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
	color:#DF5D69;
	font-size: 35px;
	transform: scale(0.7, 1);
	letter-spacing: inherit;
}
.h2_desc{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 4px;
}
.h2_desc02{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
.h2_desc03{
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
}

.head_visual_blog{
	margin:0px;
	padding:240px 50px 220px;
	width:100%;
	background-image: url(/ap-test/wp-content/themes/acro-plus/images/header_blog.jpg);
	background-size:cover;
	content: "";
}
.head_visual_blog::after{
  background-color: black;
  opacity: 0.4;
}
.head_text_blog{
	color:#fff;
	font-size: 38px;
	text-align: center;
}
.signle_ct_flex{
	display: flex;
}
@media (min-width:756px){

.pc_none{
 display: none;
}
}

@media (max-width:756px){
	.content1100{
		width:100%;
		margin:0 auto;
	}

	body{
		width:100%;
	}
	body img:not(.post_section img){
		width:100%;
	}
	section{
		padding:40px 10px 40px;
	}
	.h2_desc{
		font-size:23px;
	}
	.content1100 h2 {
    margin: 10px auto;
    padding: 10px;
		font-size:30px;
	}

}


/* sp_nav */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	    width: 35px;
	    height: 27px;
	    top: 15px;
	    z-index: 205;
	    right: 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(15px) rotate(-42deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-8px) rotate(41deg);
}
.main_post_title{
	font-size: 2.4em;
}


#nav-toggle{
	z-index: 205;
}


#gloval-nav{
	display:none;
	position: fixed;
	width:100%;
	height:100%;
	top: 0;
	background-color: #fff;
	z-index: 200;
	overflow: scroll;
}
.sp_navmenu ul li{
	list-style: none;
	padding:10px;
	border-bottom:solid 1px #060606;
}
.sp_navmenu ul li:last-child{
	border-bottom:none;
}
.sp_navmenu{
	text-align: center;
	width:70%;
	margin: 20% auto;
	font-size: 22px;
}
.sp_navmenu a{
	color:#000;
}
.eng_list_sp{
	display:none;
}
.eng_list_sp{
	display:none;
	margin-left: 0px;
}
.eng_list_sp li{
	padding:5px;
	font-size:18px;
}

.relative_post_flexboxpc{
	display: flex;
	justify-content: flex-start;
  padding: 0px;
}
.relative_posts_single{
	width:200px;
	margin:10px;
	border:solid 1px #f2f2f2;
	list-style: none;
}
dd{ margin-inline-start: 0px;}

.relative_posts_single .posts_img img{
 width:100%;
}
.posts_img img{
	width: 230px;
	height: 170px;
}
.relative_post_title{
	font-size: 14px;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
}

.slick-dots{
	list-style:disc;
}
.slick-dots {
    position: initial;
	}
.posts_img{

}
dl{
	margin-block-start: 0em;
}
.content950_normal{
	width:950px;
	margin:0 auto;
}
.post_title{
	font-weight: bold;
}
.content_big p{
	font-size: 20px;
	line-height: 1.8;
}
@media (max-width:756px){
	.content_big {
    width: 100%;
    margin: 0 auto;
	}
	.content950_blog{
		padding:40px 10px;
		margin:0 auto;
		border:none;
		width:100%;
	}
	.content950_normal{
		width:100%;
	}
	.post_flexbox{
		overflow: hidden;
	}
	ul.post_flexbox > li{
		margin:15px;
	}
	.ap_posts_single{
		margin:10px;
	}
	.post_flexboxpc{
		display: none;
	}

	}

.serch-field{

}
.search-form{
	width:250px;
}

.serch_div{
	display: flex;
	justify-content: flex-end;
	margin-bottom:30px;
}

#search-form-1{
	border-top: none;
	border-right: none;
	border-left: none;
	width:200px;
	padding-bottom: 3px;
	padding-top: 18px;
}

.search-form .search-submit {
	border-radius: 5px;
	background-color: #bbb;
  bottom: 0px !important;
  padding: 0px 5px 0px!important;
  position: absolute!important;
  right: 47px!important;
  top: 19px!important;
}

@media (max-width:756px){
.search-form {
    width: 215px;
}
.search-form .search-submit {
	right: 15px !important;
}

}


.fadein {
  opacity : 0;
  transform : translate(0, 0px);
  transition:all 0.5s;
  display:block;
  margin:20px auto;
  text-align:center;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
.fadein-01 {
  opacity : 0;
	animation-duration:2s;
	animation-delay:1s;
  transform : translate(0, 0px);
  transition:all 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
.fadein-02 {
	opacity : 0;
	animation-delay:5s;
	animation-duration:2s;
  transform : translate(0, 0px);
  transition:all 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
.fadein-l {
  opacity : 0;
  transform : translate(-80px, 0px);
  transition:all 0.5s;
}
.fadein-r {
  opacity : 0;
  transform : translate(100px, 0px);
  transition:all 0.5s;
}
.fadein-u {
  opacity : 0;
  transform : translate(0px, 100px);
  transition:all 1s;
}
.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.wipeout{
	margin:0 auto;
	overflow: hidden;
	width:0px;
	transition: 2000ms linear;
}
.wipein{
	width:100%;
}


.css-fade01{
	opacity: 0;
  animation-name:fade-in01;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in01 {
  0% {opacity: 0; transform: translate3d(0,0,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

.css-fade02{
	opacity: 0;
  animation-name:fade-inr02;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:2s;
  animation-fill-mode: forwards;
}
@keyframes fade-inr02 {
  0% {opacity: 0; transform: translate3d(0,0,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
/*
.fadein-l{
	opacity: 0;
  animation-name:fade-inl;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-inl {
  0% {opacity: 0; transform: translate3d(-100px,0,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

.fadein-r{
	opacity: 0;
  animation-name:fade-inr;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-inr {
  0% {opacity: 0; transform: translate3d(100px,0,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

.fadein-b{
	opacity: 0;
  animation-name:fade-inb;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-inb {
  0% {opacity: 0; transform: translate3d(0,-100px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
*/

.wipefade{
	opacity:0;
}
.wipefade03{
	opacity:0;
}

.wipeout02 {
	opacity:1;
  overflow: hidden;
  position: relative;
}

.wipeout02:before {
  animation: img-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background-color: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.wipeout03 {
	opacity:1;
  overflow: hidden;
  position: relative;
}

.wipeout03:before {
  animation: img-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background-color: #dcdcdc;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}



@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}

.current{
	background:#cdcdcd;
}

.pagenate{
	display: flex;
	justify-content: center;
}
.blog_sns_box{
	border-top:solid 1px #000;
}
.blog_sns_box ul{
	display: flex;

}
.blog_sns_box ul li{
	list-style: none;
	width:20px;
	height:20px;
	margin:5px 10px;
}
.blog_sns_box ul li img{
	width:100%;
}



.wrap{
  width:100%;
/*	background-color:#fafad2; */
}
.wrap_in{
  width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
	padding-top:10px;
	padding-bottom:100px;
}
.aside_bnr{
  width:98%;
  margin:0 auto;
	margin-top: 15px;
}
.aside_bnr img{
  border-radius: 15px;
  width:100%;
  margin:0 auto;
  text-align: center;
  margin-bottom:10px;
}

.wrap_left{
  width:850px;
}
.content_news_box{
  display: flex;
  align-items: center;
  background-color: #fff;
  padding:15px;
  border-radius: 15px;
  margin-top:10px;
  margin-bottom: 20px;
  border:solid 1px #f2f2f2;
}
aside{
	margin-top:10px;
}
.aside_box_01{
  border:solid 1px #f2f2f2;
	background-color: #fff;
  border-radius: 15px;
  margin-top:10px;
  margin-bottom: 20px;
  padding:15px;
}
.content_news_box p{
  margin-block-start: 0em;
    margin-block-end: 0em;
}
.n_title{
  font-size: 22px;
  margin-block-start: 0em;
    margin-block-end: 0em;
}
.n_text{
  margin-left:20px;
  width:65%;
  height: 150px;
}
.n_p{
  border-bottom:solid 1px #e4ddd6;
  max-width: 100%;
  word-wrap:break-word;
  height: 80px;
  padding-top:10px;
}
.n_thumb img{
  width:200px;
  border-radius: 10px;
  vertical-align: bottom;
}
.n_sub{
  display: flex;
  justify-content: end;
}
.n_sub02{
  display: flex;
  justify-content: flex-end;
}
.n_category{
  margin-right:20px;
}
.wrap_right{
  width:320px;
}

.saishin{
  margin-block-start: 0em;
  margin-block-end: 0.2em;
	text-align: center;
	padding-bottom:5px;
	border-bottom:solid 1px #e4ddd6;
}
ul{
  padding-inline-start: 0px;
  font-size:15px;
}
.as_li{
	display: flex;
  margin-bottom:20px;
  border-bottom: solid 1px #e4ddd6;
}
.as_li p{
  margin-block-start: 0em;
  margin-block-end: 0.2em;
}
.as_day{
  font-size:11px;
}
.side_img{

}
.side_img img{
	width: 80px;
  height: 60px;
}
.side_text{
	margin-left:3%;
}

.post_section{
	width:850px;
}
.post_section02{
	width: 790px;
  padding: 30px;
  background: #fff;
}
.posts_li{
	margin:15px;
	background: #ffffff;
	display: flex;
	padding:15px;
	border-radius: 10px;
}

.post-categories{
	display: inline-block;
}
.post-categories li{
	display: inline-block;
	background-color: #f26e36;
	padding: 2px 6px;
  border-radius: 20px;
}

.post_text{
	margin-left:10px;
	height:180px;
	position: relative;
	width:100%;
}

.post_title{
	font-weight: bold;
  display: block;
  font-size: 1.8em;
  margin-block-start: 0.2em;
	margin-block-end: 0em;
  line-height: 1.3;
}
ul.rank_ul {
counter-reset: number 0;
}
ul.rank_ul .as_li::before {
counter-increment: number 1;
content: counter(number);
position: absolute;
background: #ffd700;
width:15px;
font-weight: bold;
text-align: center;
}

main a{
	color:#000;
}

.sp_list_cont{
	margin:10px;
	position: relative;
}
.chumoku{
	display: block;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */

.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.pagination a:not(.prev):not(.next):hover{
	color: #fff;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
}

/* 前へ */

.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}

.lang_box{
	position: absolute;
	right: 5%;
	background: #fff;
}
.lang_box ul{
	display: flex;
	margin-block-start: 0.1em;
    margin-block-end: 0.1em;
		border: solid 1px;
}
.lang_box ul li{
	padding:5px 20px;
	list-style: none;
}


.catego ul.post-categories li a{
	background-color: #f26e36;
	border-radius: 15px;
	padding: 2px 10px;
}
.catego02{
	margin-left: auto;
}
.signle_ct_flex a{
	color:#000;
}
.catego02 ul.post-categories li{
	background-color: #f26e36;
	border-radius: 15px;
	padding: 2px 10px;
}
.catego02 ul{
	margin-block-start: 0em;
    margin-block-end: 0em;
}
.pick_p{
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: -1px;
	background: #fff;
	opacity: 0.7;
	height: 50px;
	width: 100%;
}
.post_sub{
	display: flex;
	position: absolute;
	bottom:5px;
	align-items: baseline;
}
.pick_p p{
	padding-top: 10px;
	font-size:20px;
}

.tags{

	margin-left:20px;
}
.tags p a{
	background-color: #bfb;
	margin-left:5px;
	border-radius: 15px;
	padding: 4px 10px;
}
.post_desc{
	opacity: 0.7;
	font-size:14px;
}

.pick_cate{
	position: absolute;
	left:0;
	top:0;
	background: #f26e36;
	padding:2px 5px;
	opacity: 0.8;
}


.searchform {
position: relative;
}

.searchfield {
font-size: 14px;
width: 90%;
margin: 3px;
padding: 10px;
border: solid 1px #bbb;
border-radius: 4px;
background-color: #fff;
}

.searchsubmit {
font-family: FontAwesome;
font-size: 1.4em;
position: absolute;
top: 0;
right: 8%;
margin-top: 10px;
padding: 0;
cursor: pointer;
color: #6297f5;
border: none;
background: transparent;
}

.searchsubmit:hover {
opacity: .6;
}

.subinfo{
	background-color: #f2f2f2;
}

.side_tag li{
	display: inline-block;
	padding: 6px;
	background-color: #bfb;
	border-radius: 20px;
	margin: 3px;
}
.post_head{
	display: flex;
	justify-content: space-between;
}
.relative_post_box{
	margin-top:30px;
	background: #fff;
	padding:20px;
}
#footer{
	padding-top:50px;
	padding-bottom:50px;
	background: #f2f295;
	color:#fff;
}
#footer{
	color:#000;
	min-width: 1200px;
	width:100%;
	background: #f2f295;
}
#footer a{
	color:#000;
}
.footer_wrap{
	width:1200px;
	display: block;
	margin:0 auto;
}
.footer_box p{
 text-align: center;
}
.footer_link{
	color:#fff;
	display: flex;
	justify-content: center;
}
.footer_link li{
	margin: 10px;
	width: 160px;
	text-align: center;

}
.footer_link li a{
	color:#fff;
}
.footer_copy{
	text-align: center;
}
.list_p{
	margin-top:30px;
	margin-left:30px;
}
.list_p span{
	font-size:25px;
	font-weight:bold;
}

option.usa:before{
content: url("/wp-content/themes/dw/images/flag/usa.png");
}
option.jpa:before{
content: url("/wp-content/themes/dw/images/flag/usa.png");
}
option.ger:before{
content: url("/wp-content/themes/dw/images/flag/usa.png");
}
.breadcrumb{
	width:1200px;
	margin: 20px auto 0px;
}
.breadcrumb ol{
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
.breadcrumb ol li {
  position: relative;
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-right: 0.8em;
	border-left-color: #00CCFF;
	background: #00CCFF;
	padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
	margin-top:3px;
}
.breadcrumb ol li a{
	color:#fff;
}
.breadcrumb ol li:after{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-style: solid;
	border-color: transparent;
	border-left-color: #00CCFF;/*背景色*/
	border-width: 14px 12px;
	width: 0;
	height: 0;
}
.breadcrumb ol li:last-child:after{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-style: solid;
	border-color: transparent;
	border-left-color: #ffffFF;/*背景色*/
	border-width: 14px 12px;
	width: 0;
	height: 0;
}
.SandboxRoot.env-bp-min .timeline-ShowMoreButton {
    font-size: 12px;
    width: 130px;
}
@media (max-width:756px){
	.post-categories li{
	  border-radius: 10px;
	}
	.side_text {
    margin-left: 3%;
    width: 71%;
}
	.head_logo_sp{
		 text-align: center;
		 margin:10px auto;
		 width:60%;
	}
	.head_logo_sp img{
	 width:100%;
	}
.h1{
	margin-block-start: 0em;
    margin-block-end: 0em;
}

	.sp_list_cont{
		margin:15px auto;
		position: relative;
	}
.wrap_in{
	display: block;
	width:100%;
}
.wrap_left{
	width:100%;
}
.wrap_right{
	width:100%;
}

#special {
	width: 92%;
	    background-color: #f0f8ff;
	    min-width: 10px;
	    margin: 0 auto;
}
.sp_list_box{
	display: block;
}
.post_section {
    width: 100%;
}
.posts_img{
	width:40%;
}
dl dt.posts_img{
	width:100%;
}
.post-categories li {
    padding: 0px 4px;
}
.aside_bnr {
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
}
.posts_img img {
    width: 100%;
    height: auto;
}
.post_title{
	font-size:100%;
	margin-block-end: 0.3em;
}
.post_sub {
	display: flex;
	position: relative;
	justify-content: left;
    align-items: flex-end;
bottom: 0px;
}

.footer_wrap {
    width: 100%;
	}
	.post_text {
    margin-left: 10px;
    height: 140px;
    position: relative;
}
	.posts_li {
	    margin: 20px 10px;
	    background: #ffffff;
	    display: flex;
			border:solid 1px #cccccc;
	    border-radius: 10px;
	}
	.post_section02 {
		    width: 95%;
		    padding: 0px;
		    background: #fff;
		    margin: 0 auto;
		}
	.post_head {
    display: block;
	}
	.sp_header{
		position:relative;
		width:100%;
		display: block;
		height:60px;
		background: #fff;
		z-index:100;
		border-bottom:solid 1px;
	}
	#head_cont {
		width: 100%;
		min-width: 200px;
	}
	.catego ul.post-categories li {
    background-color: #f26e36;
    border-radius: 15px;
    padding: 0px 3px;
	}
	.post_text {
    margin-left: 10px;
    height: auto;
	}
	.posts_li {
		padding: 5px;
	}
	.catego{
		margin:5 0px;
	}
	.catego02{
		margin-left: 2%;
	}
	.signle_ct_flex{
			align-items: baseline;
	}

	.tags {
		margin-top:5px;
    margin-left: 0px;
	}
	.tags p a {
    padding: 4px 14px;
	}
	.sp_none{
		display:none;
	}
	.pc_none02{
		display: block;
	}
	.sp_navmenu .lang_box {
    position: relative;
     right: 5%;
    background: #fff;
	}
	.sp_navmenu .lang_box{
		margin:20px;
	}
	.sp_head_serch{
		padding:8px;
		background: #f2f2f2;
	}
	.sp_head_serch .searchfield {
    font-size: 14px;
    width: 95%;
    margin: 3px;
    padding: 10px 0px;
    border: solid 1px #bbb;
	}
	.side_img {
		width:23%;
	}
	.side_img img {
    width: 100%;
		height:auto;
	}
	.searchsubmit {
    font-family: FontAwesome;
    font-size: 1.4em;
    position: absolute;
    top: 0px;
    right: 6%;
    margin-top: 8px;
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    border: none;
    background: transparent;
	}
	.breadcrumb{
		width:98%;
		margin: 30px auto 30px;
	}
	.post_head div p{
		margin:15px 0px;
	}
	.list_p {
	    margin-top: 0px;
	    margin-left: 30px;
	}
	h1{
	margin-block-start: 0em;
	margin-block-end: 0em;
}

#footer {
    min-width: 200px;

}

}

.to_top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: none;
    opacity: 0;
    transition: 1s linear;
		background: #f26e36;
		border-radius: 10px;
		text-align: center;
		z-index: 20;
}
.to_top a{
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.to_top :before {
    content: '\f106';
    font-size: 35px;
    font-family: FontAwesome;
    color: #fff;
}
.top_open {
    display: block;
    opacity: 1;
    transition: 1s linear;
    overflow: hidden;
}
@media (max-width:755px){
.to_top {
		bottom: 20px;
		z-index: 20;
}
}
@media (min-width:755px){
	.pc_none02{
		display: none;
	}
	.sp_none{
		display:block;
	}

}

.test_css{

}

/* Text meant only for screen readers. */
