/*
Theme Name: monois 1
*/

/*
 *  基本構造
 */

body{background: #efefef;}
header{background: #fff;}
div#main_wrapper{
	background-color: #fff;
	background-image: url(img/bg_grid.png);
	background-repeat: repeat;
	background-position: center top;
}
/* main{ background: #fff; padding-left: 30px; padding-right:30px; padding-top: 20px;} */
main{ padding-left: 30px; padding-right:30px; padding-top: 20px;}
footer{}
div#page-header{ margin: 0 auto; max-width: 1080px;}

div.container{ display:flex; margin: 0 auto 0 auto; padding-bottom: 30px; max-width: 1080px; }
div.main{ flex:1; /* background: #fff; */ }
div.side{ width: calc(33.3% - 40px); }

body div.main{ order:1; }
body div.side{ order:2; margin-left: 60px; margin-right: 0px; } /* サイドメニューは右 */
/* トップ */
body.home div.main{ order:2; }
body.home div.side{ order:1; margin-left: 0px; margin-right: 60px; } /* サイドメニューは左 */

@media print, screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
.pc2x { display: block !important; }
.pc { display: none !important; }
.sp { display: none !important; }
}

@media print, screen and (min-width: 1024px) {
.pc2x { display: none !important; }
.pc { display: block !important; }
.sp { display: none !important; }
}

@media print, screen and (max-width: 1023px) {
	main{ padding-left: 0px; padding-right: 0px; padding-top: 12px; }
	div.container{ display: block; }
	div.main{ padding-left:12px; padding-right: 12px; padding-bottom: 12px;}
	div.side{ width: calc(100% - 24px); padding-left:12px; padding-right: 12px; }
	body div.side{ margin-left: 0; }

	.pc2x { display: none !important; }
	.pc { display: none !important; }
	.sp { display: block !important; }


	/* トップ */
	body.home div.side{ margin-right: 0; }
}

/*
 *  フォント
 */
@font-face{
	font-family: 'rounded-mplus-1c-medium';
	src: url('./font/rounded-mplus-1c-medium.woff') format('woff'),
	     url('./font/rounded-mplus-1c-medium.ttf') format('truetype');
}

body{
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", YuGothic, Roboto, "Droid Sans", "メイリオ", "Meiryo","ＭＳ Ｐゴシック" , "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #555;
	font-weight: 300;
}
a:link,
a:hover,
a:focus,
a:visited{
	text-decoration: none;
	color: #0093ff;
	outline: none;
}

/*
 *  パーツ
 */


/* 共通 */
header div#main-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #e0e0e0;
	font-family: "rounded-mplus-1c-medium";
	font-size: 14px;
	color: #4a4a4a;
}

header div#main-header p#logo{
	width: 215px;
	order: 2;
}
header div#main-header nav a{
	color: #4a4a4a;
	display: block;
	width: 100%;
}
header div#main-header nav ul li a{
	background-size: 38% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 28px;
	text-align: center;
	width: 64px;
	font-size: 12px;
}

header div#main-header nav#main-navigation1 {
	width: 350px;
	order: 1;
}
header div#main-header nav#main-navigation2 {
	width: 350px;
	order: 3;
}
header div#main-header nav#main-navigation3 {
	display: none;
}
header div#mb-header {
	display: none;
	height: 0;
	position:relative;
	font-family: "rounded-mplus-1c-medium";
	font-size: 14px;
}
header div#mb-header nav#mb-navigation{
	position: absolute;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 10;
	transition: height 250ms 0s ease;

}

header div#main-header nav#main-navigation1 ul{
	display: flex;
}

header div#main-header nav#main-navigation1 ul li a{
	margin-left: 20px;
}
header div#main-header nav#main-navigation1 ul li:nth-child(1) a{
	background-image: url(./img/main_nav_puzzle.svg);
}
header div#main-header nav#main-navigation1 ul li:nth-child(2) a{
	background-image: url(./img/main_nav_news.svg);
}
header div#main-header nav#main-navigation1 ul li:nth-child(3) a{
	background-image: url(./img/main_nav_blog.svg);
}

header div#main-header nav#main-navigation2 ul{
	display: flex;
	justify-content: flex-end;
}
header div#main-header nav#main-navigation2 ul li a{
	margin-right: 20px;
}
header div#main-header nav#main-navigation2 ul li:nth-child(1) a{
	background-image: url(./img/main_nav_vision.svg);
}
header div#main-header nav#main-navigation2 ul li:nth-child(2) a{
	background-image: url(./img/main_nav_company.svg);
}
header div#main-header nav#main-navigation2 ul li:nth-child(3) a{
	background-size: 32% auto;
	background-position: center 8%;
	background-image: url(./img/main_nav_support.svg);
}
header div#main-header nav#main-navigation3 ul{
	display: flex;
	justify-content: flex-end;
}
header div#main-header nav#main-navigation3 ul li a{
	margin-right: 0;
	background-size: auto 100%;
	padding-top: 35px;
	width: 45px;
	background-image: url(./img/main_nav_menu_open.svg);
}
header div#main-header nav#main-navigation3 ul li a.opened{
	background-image: url(./img/main_nav_menu_close.svg);
}

header div#mb-header nav#mb-navigation ul{
	background: #fff;
}

header div#mb-header nav#mb-navigation ul li{
	border-bottom: 1px solid #e0e0e0;
}
header div#mb-header nav#mb-navigation ul li a{
	color: #4a4a4a;
	display: block;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: 35% center;
	text-align: center;
	padding-left: 5%;
	width: 95%;
}
header div#mb-header nav#mb-navigation p{
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	background-color: #e0e0e0;
}
header div#mb-header nav#mb-navigation p a{
	color: #4a4a4a;
	display: block;
	margin: 0 auto;

	color: #4a4a4a;
	display: block;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 0px;
	width: 200px;
	background-image: url(./img/main_nav_iconlist.svg);


}

header div#mb-header nav#mb-navigation ul li:nth-child(1) a{
	background-image: url(./img/main_nav_puzzle.svg);
}
header div#mb-header nav#mb-navigation ul li:nth-child(2) a{
	background-image: url(./img/main_nav_news.svg);
}
header div#mb-header nav#mb-navigation ul li:nth-child(3) a{
	background-image: url(./img/main_nav_blog.svg);
}
header div#mb-header nav#mb-navigation ul li:nth-child(4) a{
	background-image: url(./img/main_nav_vision.svg);
}
header div#mb-header nav#mb-navigation ul li:nth-child(5) a{
	background-image: url(./img/main_nav_company.svg);
}
header div#mb-header nav#mb-navigation ul li:nth-child(6) a{
	background-image: url(./img/main_nav_support.svg);
}




header div#breadcrumbs{
	border-bottom: 1px solid #e0e0e0;
}
header div#breadcrumbs ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    color: #4a4a4a;
}
header div#breadcrumbs ul li{
	height: 48px;
	line-height: 48px;
	padding-right: 25px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(./img/breadcrumbs_follow.svg);
}
header div#breadcrumbs ul li:first-child{
}
header div#breadcrumbs ul li:last-child{
	background: none;

}

header div#breadcrumbs ul a{
	display:block;
    color: #4a4a4a;
}

div.main ul.applist{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;

}


div.main ul.applist>li{
	margin-bottom: 30px;
}
/*
div.main ul.applist>li p.video {width:100%; padding-top:56.25%; position:relative;}
div.main ul.applist>li p.video iframe{width:100%; height: 100%; position:absolute; top:0; right:0; }
*/
div.main ul.applist>li p.image { position: relative; }
div.main ul.applist>li p.image img{width: 100%; border-radius: 18px;}
div.main ul.applist>li p.image a.with-video:after {
    content: url(./img/btn_play.svg);
    position:absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -25px;
}


div.main ul.applist>li h2{font-family: "rounded-mplus-1c-medium"; font-size: 16px; line-height:1; padding:10px 0 4px 0;}
div.main ul.applist>li h2 a{ display: block; padding:0 0 0 20px; margin:0; background:url("img/icon_app_title.svg") 0% 50% no-repeat;}
div.main ul.applist>li h2 a:link{ color:#4a4a4a;}
div.main ul.applist>li h2 a:hover{ color:#4a4a4a;}
div.main ul.applist>li h2 a:visited{ color:#4a4a4a;}
div.main ul.applist>li h2 a:focus{ color:#4a4a4a;}
div.main ul.applist>li p.description{font-size: 14px; line-height:1.5; padding:0 0 4px 0;}
div.main ul.applist>li p.description a{ display: block; padding:0; margin:0;}
div.main ul.applist>li p.description a:link{ color:#4a4a4a;}
div.main ul.applist>li p.description a:hover{ color:#4a4a4a;}
div.main ul.applist>li p.description a:visited{ color:#4a4a4a;}
div.main ul.applist>li p.description a:focus{ color:#4a4a4a;}
div.main ul.applist>li p.description a{font-size: 14px; line-height:1.5; padding:4px 0;}
div.main ul.applist>li ul.link{display:flex;}
div.main ul.applist>li ul.link li{ padding-right: 5px; }
div.main ul.applist>li ul.link li:last-child{ padding-right: 0px; }
div.main ul.applist>li ul.link li img{height:32px;}
div.side h3{font-family: "rounded-mplus-1c-medium"; font-size: 18px; padding-bottom: 12px; line-height: 1.2;}

h3.h_follow_me{vertical-align:bottom;}
h3.h_follow_me::before{content:'　'; background: url(./img/follow_icon.svg) 0% 50% no-repeat; display: inline-block; width: 25px; height: 20px;}
ul.follow_link{ display: flex; align-items: center; height: 94px; padding-bottom: 24px; justify-content: space-between; }
ul.follow_link li { width:23%; }
ul.follow_link li a{
	display: block; width: 100%; padding-top: 65px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-align:center;
	background-size: 58px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
ul.follow_link li.follow_in { visibility: visible; }
ul.follow_link li.follow_li { visibility: visible; }
ul.follow_link li.follow_tw a{background-image:url(./img/icon_follow_tw.png); }
ul.follow_link li.follow_fb a{background-image:url(./img/icon_follow_fb.png); }
ul.follow_link li.follow_in a{background-image:url(./img/icon_follow_in.png); }
ul.follow_link li.follow_li a{background-image:url(./img/icon_follow_li.png); }
ul.follow_link li.follow_yt a{background-image:url(./img/icon_follow_yt.png); }
ul.follow_link li.follow_tw a:link,ul.follow_link li.follow_tw a:visited{color:#1DA1F2;}
ul.follow_link li.follow_fb a:link,ul.follow_link li.follow_fb a:visited{color:#385495;}
ul.follow_link li.follow_in a:link,ul.follow_link li.follow_in a:visited{color:#F12483;}
ul.follow_link li.follow_li a:link,ul.follow_link li.follow_li a:visited{color:#00B900;}
ul.follow_link li.follow_yt a:link,ul.follow_link li.follow_li a:visited{color:#C81F26;}

div.article-info {
	padding-top: 2px;
	margin-bottom: 24px;
	border-style: solid;
	border-width: 26px;
	-moz-border-image: url(img/frame_info.png) 26 repeat;
	-webkit-border-image: url(img/frame_info.png) 26 repeat;
	-o-border-image: url(img/frame_info.png) 26 repeat;
	border-image: url(img/frame_info.png) 26 fill repeat;
	margin-top: 25px;
}

div.article-info h3{color:#ffcc33;position: relative;}

div.article-info h3::after{
position: absolute;
content: '';
display: block;
width: 100%;
height: 100px;
top: -60px;
background-color: transparent;
background-image: url(./img/info_fig_binder.png), url(./img/info_fig_pencil.png);
background-repeat: no-repeat, no-repeat;
background-size:auto 46%, auto 75%;
background-position: 50% 0%, 100% 10%;
}

div.article-info p.date{color:#4a4a4a;font-size: 12px; font-family: 'Montserrat', sans-serif; }
div.article-info div.text-and-fig{display: flex; justify-content: space-between; align-items:flex-start;
	padding-bottom: 11px;
	margin-bottom: 11px;
	background:url(img/line_dash_info.png) bottom left repeat-x;
}
div.article-info a:last-child div.text-and-fig{
	background:none;
	margin-bottom: 0px;
}

div.article-info div.text-and-fig div.text{ flex: 1; padding-right: 10px; }
div.article-info div.text-and-fig div.text p.title{ color:#4a4a4a; font-size: 12px; font-weight: bold; line-height: 1.6; padding-top: 5px;}
div.article-info div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 12px;  line-height: 1.6; }
div.article-info div.text-and-fig p.fig{ width: 80px;}
div.article-info div.text-and-fig p.fig img{ width: 80px; vertical-align: bottom;}

div.app-recommend { padding-top: 2px; padding-bottom: 24px; }
div.app-recommend div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px;}
div.app-recommend div.text-and-fig p.fig{ width: 100px;}
div.app-recommend div.text-and-fig p.fig img{ width: 100px; vertical-align: bottom;}
div.app-recommend div.text-and-fig p.title{ flex: 1; padding-left: 10px; color:#4a4a4a; font-size: 12px; font-weight: bold; line-height: 1.2;}


hr#footer_line{ border:none; height:10px; padding:0; margin: 0;
	background-image: url(./img/footer_wave.png);
	background-color: #fff;
	background-repeat: repeat-x;
	position: relative;
	overflow: visible;
}

hr#footer_line::after{
	position: absolute;
	content: '';
  display: block;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	top: -40px;
	background-color: transparent;
	background-image: url(./img/footer_fig1.svg);
	background-repeat: no-repeat;
	background-size:content;
	background-position: 95% 50%;
}

footer{ color: #fff; font-size: 14px; font-family: 'Montserrat', sans-serif;
padding-top: 12px; padding-bottom: 36px; text-align:center;
background: #73BBEC;
}
footer ul.bogo-language-switcher{display: flex; justify-content: center; margin: 0 0 10px 0;}
footer ul.bogo-language-switcher li{ padding: 0 10px; }

footer a:link, footer a:hover, footer a:focus, footer a:visited{
	color: #F0CF32;
}

a.app-list_button{ display: block; width: 532px; color:#fff; text-align: center;
 font-size: 16px; font-weight: bold; margin: 10px auto 30px auto; }
a.app-update-traingo_button{ display: block; width: 100%; color:#fff; text-align: center;
 font-size: 16px; font-weight: bold; margin: 10px auto 0px auto; }
a.contact_button{ display: block; width: 240px; height: 56px; color:#fff; background: #a8a8a8; text-align: center;
 line-height: 56px; font-size: 16px; font-weight: bold; margin: 30px auto; border-radius: 28px; }
a.iconlist_button{ display: block; width: 532px; height: 56px; color:#fff; text-align: center;
 line-height: 56px; font-size: 16px; font-weight: bold; margin: 10px auto 10px auto; border-radius: 28px;
 background: #a8a8a8;
 background-size: auto 60%; }
a.specchart_button{ display: block; width: 532px; height: 56px; color:#fff; text-align: center;
 line-height: 56px; font-size: 16px; font-weight: bold; margin: 10px auto 30px auto; border-radius: 28px;
 background: #a8a8a8 url(./img/icon_graph.svg) no-repeat 8% center;
 background-size: auto 60%; }
a.app-update-rube_button{ display: block; width: 344px; height: 56px; color:#fff; text-align: center;
 line-height: 56px; font-size: 16px; font-weight: bold; margin: 10px 0; border-radius: 28px;
 background: #a8a8a8 url(./img/icon_updateinfo.svg) no-repeat 8% center;
 background-size: auto 60%; }
a.app_support_button{
	display: block; width: 344px; height: 56px;
}

a.more-update-botton{ display:block; text-align:center; margin: 12px auto 0 auto; padding: 12px 0;
	border: 1px solid #95989A; width: 15em; font-family: "rounded-mplus-1c-medium"; font-size: 12px; }
a.more-update-botton:link{ color:#4a4a4a;}
a.more-update-botton:hover{ color:#4a4a4a;}
a.more-update-botton:visited{ color:#4a4a4a;}
a.more-update-botton:focus{ color:#4a4a4a;}

nav.prev-next-button{ display: flex; }
nav.prev-next-button a{ display:block; text-align:center; margin: 12px 12px 0 0; padding: 12px 0;
	border: 1px solid #95989A; width: 10em; font-family: "rounded-mplus-1c-medium"; font-size: 12px; }
nav.prev-next-button a:link{ color:#4a4a4a;}
nav.prev-next-button a:hover{ color:#4a4a4a;}
nav.prev-next-button a:visited{ color:#4a4a4a;}
nav.prev-next-button a:focus{ color:#4a4a4a;}

article.type1 blockquote::before {
    color: #e2e5e8;
    content: open-quote;
    font-size: 4rem;
    line-height: 0.1;
    vertical-align: -32px;
}
article.type1 blockquote {
    background-color: #f4f6fa;
    border: 2px solid #e2e5e8;
    display: block;
    margin-bottom: 40px;
    padding: 16px;
    quotes: "“" "‘";
}

/* トップ */
body.home p.sp-header-lead{
	/*background:#FDD108; color: #fff; font-family: "rounded-mplus-1c-medium"; font-size: 14px; text-align: center; line-height: 1.7; padding-top: 8px; padding-bottom: 8px;*/
	background:url(img/bg_sp-header.png) no-repeat; color: #fff; font-family: "rounded-mplus-1c-medium"; font-size: 3.5vw; text-align: center; height: 14vw; margin-right: 2vw; padding-top:5vw; line-height:1.3; margin-top: 4vw;
	background-size: contain;
}

body.home main{
	padding-top: 0;
}
body.home div.main ul.applist>li{
	width: calc(50% - 30px); /* 60pxを２つで分ける */
}
body.home main div#page-header{
	padding-top: 32px;
	padding-bottom: 30px;
}
body.home main div#page-header img{
	width: 100%;
}

/* アプリ一覧 */
body.post-type-archive-app div.main ul.applist>li{
	width: calc(33.3% - 40px);/* 120pxを３つで分ける */
}

body.post-type-archive-app h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}

/* アプリ詳細 */
body.single-app main div.main p.key-fig { position:relative; }
body.single-app main div.main p.key-fig a.with-video:after {
    content: url(./img/btn_play.svg);
    position:absolute;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -42px;
}
body.single-app main div.main p.key-fig img{ width: 100%; padding-bottom: 10px;}
body.single-app div.main h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.single-app main div.main p.date{font-size: 16px; font-family: 'Montserrat', sans-serif; padding-bottom: 10px;}
body.single-app main div.main article { font-size: 15px; line-height: 1.75; padding-bottom: 24px;}
body.single-app main div.main article p { margin-bottom: 1em; }
body.single-app main div.main h2{ font-family: "rounded-mplus-1c-medium"; font-size: 20px; line-height: 40px; padding-top: 5px;}
body.single-app main div.main ul.link{display:flex; padding-top: 0; padding-bottom: 20px; justify-content: flex-end;}
body.single-app main div.main ul.link li{ padding-right: 5px; }
body.single-app main div.main ul.link li:last-child{ padding-right: 0px; }
body.single-app main div.main ul.link li img{height:48px;}
body.single-app main div.main h3{ font-family: "rounded-mplus-1c-medium"; font-size: 14px; line-height: 40px; padding-top: 20px;}
body.single-app main div.main blockquote.with-fig { border: 1px solid #e0e0e0; background: #fafafa; padding: 12px; margin: 10px 0; }
body.single-app main div.main blockquote.with-fig p { margin-bottom: 0; }
body.single-app main div.main blockquote.with-fig h4{font-weight: bold; font-size: 12px; line-height: 1.5; padding-bottom: 10px;}
body.single-app main div.main blockquote.with-fig div.text-and-fig{ display:flex; }
body.single-app main div.main blockquote.with-fig div.text-and-fig p.fig{  width: 25%; position:relative; }
body.single-app main div.main blockquote.with-fig div.text-and-fig p.fig a.with-video:after {
    content: url(./img/btn_play.svg);
    position:absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -20px;
}
body.single-app main div.main blockquote.with-fig div.text-and-fig p.fig img{  width: 100% }

body.single-app main div.main blockquote.with-fig div.text-and-fig p.text{ padding-left: 10px; flex:1; font-size: 12px; }
/* ブログ */
body.post-type-archive-article h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.single-article h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 6px; line-height: 1.2;}

body.post-type-archive-article div.article-list { padding-top: 2px; padding-bottom: 24px; }
body.post-type-archive-article div.article-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
body.post-type-archive-article div.article-list div.text-and-fig div.text{ flex: 1; padding-left: 20px; order:2; }
body.post-type-archive-article div.article-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 16px; font-family: 'Montserrat', sans-serif; }
body.post-type-archive-article div.article-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 15px; font-weight: bold; line-height: 1.7; padding-top: 6px; padding-bottom: 6px;}
body.post-type-archive-article div.article-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 14px;  line-height: 1.7; }
body.post-type-archive-article div.article-list div.text-and-fig p.fig{ width: 154px; order:1;}
body.post-type-archive-article div.article-list div.text-and-fig p.fig img{ width: 154px; }

body.post-type-archive-article main div.main p.date,
body.single-article main div.main p.date{font-size: 16px; font-family: 'Montserrat', sans-serif; padding-bottom: 10px;}
body.post-type-archive-article main div.main p.fig img,
body.single-article main div.main p.fig img{ width: 100%; padding-bottom: 10px;}
body.post-type-archive-article main div.main article,
body.single-article main div.main article { font-size: 15px; line-height: 1.75; padding-bottom: 24px;}
body.single-article main div.main article div.text p{padding-bottom: 1em;}

body.post-type-archive-article main div.main h2,
body.single-article main div.main h2{ font-family: "rounded-mplus-1c-medium"; font-size: 20px; line-height: 40px; padding-top: 20px;}
body.post-type-archive-article main div.main ul.link,
body.single-article main div.main ul.link{display:flex; padding-top: 20px; padding-bottom: 20px;}
body.post-type-archive-article main div.main ul.link li,
body.single-article main div.main ul.link li{ padding-right: 5px; }
body.post-type-archive-article main div.main ul.link li:last-child,
body.single-article main div.main ul.link li:last-child{ padding-right: 0px; }
body.post-type-archive-article main div.main ul.link li img,
body.single-article main div.main ul.link li img{height:48px;}

/* ニュース */
body.post-type-archive-news h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.single-news h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 6px; line-height: 1.2;}

body.post-type-archive-news div.article-list { padding-top: 2px; padding-bottom: 24px; }
body.post-type-archive-news div.article-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
body.post-type-archive-news div.article-list div.text-and-fig div.text{ flex: 1; padding-left: 20px; order:2; }
body.post-type-archive-news div.article-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 16px; font-family: 'Montserrat', sans-serif; }
body.post-type-archive-news div.article-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 15px; font-weight: bold; line-height: 1.7; padding-top: 6px; padding-bottom: 6px;}
body.post-type-archive-news div.article-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 14px;  line-height: 1.7; }
body.post-type-archive-news div.article-list div.text-and-fig p.fig{ width: 154px; order:1;}
body.post-type-archive-news div.article-list div.text-and-fig p.fig img{ width: 154px; }

body.post-type-archive-news main div.main p.date,
body.single-news main div.main p.date{font-size: 16px; font-family: 'Montserrat', sans-serif; padding-bottom: 10px;}
body.post-type-archive-news main div.main p.fig img,
body.single-news main div.main p.fig img{ width: 100%; padding-bottom: 10px;}
body.post-type-archive-news main div.main article,
body.single-news main div.main article { font-size: 15px; line-height: 1.75; padding-bottom: 24px;}
body.single-news main div.main article div.text p{padding-bottom: 1em;}

body.post-type-archive-news main div.main h2,
body.single-news main div.main h2{ font-family: "rounded-mplus-1c-medium"; font-size: 20px; line-height: 40px; padding-top: 20px;}
body.post-type-archive-news main div.main ul.link,
body.single-news main div.main ul.link{display:flex; padding-top: 20px; padding-bottom: 20px;}
body.post-type-archive-news main div.main ul.link li,
body.single-news main div.main ul.link li{ padding-right: 5px; }
body.post-type-archive-news main div.main ul.link li:last-child,
body.single-news main div.main ul.link li:last-child{ padding-right: 0px; }
body.post-type-archive-news main div.main ul.link li img,
body.single-news main div.main ul.link li img{height:48px;}

body.single-news main div.main div.text-and-fig{display: flex; justify-content: space-between; align-items:flex-start; padding-bottom: 22px;}
body.single-news main div.main div.text-and-fig p.fig{ width: 180px;}
body.single-news main div.main div.text-and-fig div.text{ flex: 1; padding-left: 10px; }

/* ビジョン */
body.vision h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; max-width: 1080px; margin: 0 auto; line-height: 1.2;}
body.vision main div#page-header img{
	width: 100%;
}
body.vision main article{ max-width: 512px; margin: 50px auto 10px auto; }
body.vision main article h2{  font-family: "rounded-mplus-1c-medium"; font-size: 20px; line-height: 60px; text-align: center; padding-bottom: 10px;}
body.vision main article section:nth-child(1) h2 span{ background:url(./img/wave_line_red.png) left bottom repeat-x; background-size: auto 20%; padding: 0.4em 0.5em;}
body.vision main article section:nth-child(2) h2 span{ background:url(./img/wave_line_yellow.png) left bottom repeat-x; background-size: auto 20%; padding: 0.4em 0.5em;}
body.vision main article section:nth-child(3) h2 span{ background:url(./img/wave_line_blue.png) left bottom repeat-x; background-size: auto 20%; padding: 0.4em 0.5em;}
body.vision main article section:nth-child(4) h2 span{ background:url(./img/wave_line_red.png) left bottom repeat-x; background-size: auto 20%; padding: 0.4em 0.5em;}
body.vision main article section:nth-child(5) h2 span{ background:url(./img/wave_line_yellow.png) left bottom repeat-x; background-size: auto 20%; padding: 0.4em 0.5em;}
body.vision main article section:nth-child(1) h2 span em{ color:#c73a33; text-transform:uppercase;}
body.vision main article section:nth-child(2) h2 span em{ color:#f0cf32; text-transform:uppercase;}
body.vision main article section:nth-child(3) h2 span em{ color:#73bbec; text-transform:uppercase;}
body.vision main article section:nth-child(4) h2 span em{ color:#c73a33; text-transform:uppercase;}
body.vision main article section:nth-child(5) h2 span em{ color:#f0cf32; text-transform:uppercase;}

body.vision main article section{ margin-bottom: 50px; font-size: 15px; line-height: 1.75;}

/* 会社概要 */
body.company h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.company main{ font-size: 14px; line-height: 1.6; }
body.company main div.main{
	background: #fff;
	padding: 30px;
	border: 1px solid #e0e0e0;
}
body.company main table { border-top: 1px solid #e0e0e0; margin-bottom: 30px; }
body.company main table th{ width: 110px; vertical-align: middle; text-align: left; border-bottom: 1px solid #e0e0e0; padding: 20px 10px; }
body.company main table td{ width: 590px; vertical-align: middle; text-align: left; border-bottom: 1px solid #e0e0e0; padding: 20px 0; }
/* サポート */
body.support h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.support main { font-size: 14px; line-height: 1.6;}
body.support main div.main{
	background: #fff;
	padding: 30px;
	border: 1px solid #e0e0e0;
}
body.support main article section{ padding-top: 30px; }
body.support main article h2{  font-family: "rounded-mplus-1c-medium"; font-size: 20px; }
body.support main article section div.q_and_a{ border: 1px solid #e0e0e0; border-radius: 5px; margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: right 5px top 5px;
	background-size: 32px auto;
	background-image: url(./img/btn_qanda_open.svg);
}
body.support main article section div.q_and_a em{
	font-weight: bold; padding-right: 5px;
}
body.support main article section div.q_and_a.opened{
	background-image: url(./img/btn_qanda_close.svg);
}

body.support main article section div.q_and_a div.question a{ display: block; padding: 10px 40px 10px 12px;}
body.support main article section div.q_and_a div.question a:link{ color:#4a4a4a;}
body.support main article section div.q_and_a div.question a:hover{ color:#4a4a4a;}
body.support main article section div.q_and_a div.question a:visited{ color:#4a4a4a;}
body.support main article section div.q_and_a div.question a:focus{ color:#4a4a4a;}

body.support main article section div.q_and_a div.answer{
	margin: 0 12px 0 12px;
	height: 0px;
	overflow: hidden;
	transition: all 250ms 0s ease;
}
body.support main article section div.q_and_a div.answer.show{
	margin: 10px 12px 10px 12px;
	height: auto;
	max-height: 1000px;
}

/* 求人情報 */
body.recruit h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.recruit main { font-size: 14px; line-height: 1.6;}
body.recruit main div.main{
	background: #fff;
	padding: 30px;
	border: 1px solid #e0e0e0;
}
body.recruit main article section{ padding-top: 30px; }
body.recruit main article h2{  font-family: "rounded-mplus-1c-medium"; font-size: 20px; }


/* ピタゴラン更新情報 */
body.post-type-archive-app_update_rube h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.single-app_update_rube h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 6px; line-height: 1.2;}

body.post-type-archive-app_update_rube div.update-list { padding-top: 2px; padding-bottom: 24px; }
body.post-type-archive-app_update_rube div.update-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text{ flex: 1; padding-right: 20px; order:1; }
body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 16px; font-family: 'Montserrat', sans-serif; }
body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 15px; font-weight: bold; line-height: 1.7; padding-top: 6px; padding-bottom: 6px;}
body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 14px;  line-height: 1.7; }
body.post-type-archive-app_update_rube div.update-list div.text-and-fig p.fig{ width: 140px; order:2;}
body.post-type-archive-app_update_rube div.update-list div.text-and-fig p.fig img{ width: 140px; }


/* ツクレール更新情報 */
body.post-type-archive-app_update_traingo h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; line-height: 1.2;}
body.single-app_update_traingo h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 6px; line-height: 1.2;}

body.post-type-archive-app_update_traingo div.update-list { padding-top: 2px; padding-bottom: 24px; }
body.post-type-archive-app_update_traingo div.update-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text{ flex: 1; padding-right: 20px; order:1; }
body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 16px; font-family: 'Montserrat', sans-serif; }
body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 15px; font-weight: bold; line-height: 1.7; padding-top: 6px; padding-bottom: 6px;}
body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 14px;  line-height: 1.7; }
body.post-type-archive-app_update_traingo div.update-list div.text-and-fig p.fig{ width: 140px; order:2;}
body.post-type-archive-app_update_traingo div.update-list div.text-and-fig p.fig img{ width: 140px; }


/* 更新情報詳細 */
body.single-app_update_rube main div.main p.date,
body.single-app_update_traingo main div.main p.date{font-size: 16px; font-family: 'Montserrat', sans-serif; padding-bottom: 10px;}
body.single-app_update_rube main div.main p.fig img,
body.single-app_update_traingo main div.main p.fig img{ width: 100%; padding-bottom: 10px;}
body.single-app_update_rube main div.main p.key-fig img,
body.single-app_update_traingo main div.main p.key-fig img{ width: 100%; padding-bottom: 10px;}
body.single-app_update_rube main div.main p img.full-width,
body.single-app_update_traingo main div.main p img.full-width{ width: 100%;}

body.single-app_update_rube main div.main article,
body.single-app_update_traingo main div.main article{ font-size: 15px; line-height: 1.75; padding-bottom: 24px;}
body.single-app_update_rube main div.main article div.text p,
body.single-app_update_traingo main div.main article div.text p{padding-bottom: 1em;}
body.single-app_update_rube main div.main h2,
body.single-app_update_traingo main div.main h2{ font-family: "rounded-mplus-1c-medium"; font-size: 20px; line-height: 40px; padding-top: 20px;}
body.single-app_update_rube main div.main ul.link,
body.single-app_update_traingo main div.main ul.link{display:flex; padding-top: 20px; padding-bottom: 20px;}
body.single-app_update_rube main div.main ul.link li,
body.single-app_update_traingo main div.main ul.link li{ padding-right: 5px; }
body.single-app_update_rube main div.main ul.link li:last-child,
body.single-app_update_traingo main div.main ul.link li:last-child{ padding-right: 0px; }
body.single-app_update_rube main div.main ul.link li img,
body.single-app_update_traingo main div.main ul.link li img{height:48px;}

/* 404 */
body.error404 h1{ font-family: "rounded-mplus-1c-medium"; font-size: 24px; padding-bottom: 20px; max-width: 1080px; margin: 0 auto; line-height: 1.2;}
body.error404 main div#page-header img{
	width: 100%;
}
body.error404 main article{ max-width: 512px; margin: 50px auto 10px auto; }
body.error404 main article h2{  font-family: "rounded-mplus-1c-medium"; font-size: 20px; line-height: 60px; text-align: center; }
body.error404 main article section{ margin-bottom: 50px; font-size: 15px; line-height: 1.75;}

span.chiik{ background-color: #f93 !important; color:#fff; display:inline-block; border-left: 4px solid #f93; border-right: 4px solid #f93; margin-right:3px;}

@media print, screen and (min-width: 1024px) {

	/* トップ */
	body.home div.main ul.applist>li{
		padding-right: 60px;
		padding-bottom: 27px;
	}
	body.home div.main ul.applist>li:nth-child(2n){
		padding-right: 0px;
		margin-right: 0px;
	}

	/* アプリ一覧 */
	body.post-type-archive-app div.main ul.applist>li{
		padding-right: 60px;
	}
	body.post-type-archive-app div.main ul.applist>li:nth-child(3n){
		padding-right: 0;
	}

	/* ビジョン */
	body.vision div#main_wrapper{
		background-color: #fff;
		background-image: url(img/vision_bg.png), url(img/bg_grid.png);
		background-repeat: no-repeat, repeat;
		background-position: center 470px, center top;
		background-size: cover, auto;
	}
}

@media print, screen and (max-width: 1023px) {
	/* 共通 */

	header div#main-header{
		height: 72px;
	}
	header div#main-header p#logo{
		width: 200px;
	}
	header div#main-header nav#main-navigation1{
		width: 100px;
	}
	header div#main-header nav#main-navigation1 ul{
		display: none;
	}
	header div#main-header nav#main-navigation2{
		display: none;
	}
	header div#main-header nav#main-navigation3{
		display: block;
		width: 100px;
		order: 3;
	}
	header div#mb-header {
		display: block;

	}

	header div#mb-header nav#mb-navigation.show{
		height: 390px;
	}
	header div#breadcrumbs ul{ padding-left:12px; padding-right: 12px; }

	div.side h3{ padding-top: 12px;}
	footer{ font-size: 12px;}

	ul.follow_link li.follow_li { visibility: visible; }


	/* トップ */
	body.home main div#page-header{
		padding-top: 0
	}

	/* アプリ一覧 */
	body.post-type-archive-app h1{font-size: 20px; padding-bottom: 12px;}
	/* アプリ詳細 */
	body.single-app div.main h1{font-size: 20px; padding-bottom: 12px;}
	/* ブログ */
	body.post-type-archive-article h1{ font-size: 20px; padding-bottom: 12px;}
	/* ニュース */
	body.post-type-archive-news h1{ font-size: 20px; padding-bottom: 12px;}
	/* 会社概要 */
	body.company h1{ font-size: 20px; padding-bottom: 12px;}
	/* サポート */
	body.support h1{ font-size: 20px; padding-bottom: 12px;}

	/* ビジョン */
	body.vision main h1{ padding-left:12px; padding-right: 12px; font-size: 20px; padding-bottom: 12px; }
	body.vision main article{ margin: 30px auto 10px auto; }
	body.vision main article h2{  font-family: "rounded-mplus-1c-medium"; font-size: 22px; line-height: 60px; text-align: center; }
	body.vision main article section{ margin-bottom: 30px; font-size: 14px; line-height: 1.75;}

	/* 会社概要 */
	body.company main table th{ width: 25%; padding: 15px 0; }
	body.company main table td{ width: 75%; padding: 15px 0; }



}
@media print, screen and (max-width: 1023px) and (min-width: 700px) {
	/* 共通 */

	/* トップ */
	body.home div.main ul.applist>li{
		padding-right: 60px;
	}
	body.home div.main ul.applist>li:nth-child(2n){
		padding-right: 0px;
	}

	a.app-update-traingo_button{
			max-width: 320px;
 	}


	/* アプリ一覧 */
	body.post-type-archive-app div.main ul.applist>li{
		width: calc(50% - 30px); /* 60pxを２つで分ける */
		padding-right: 60px;
	}
	body.post-type-archive-app div.main ul.applist>li:nth-child(2n){
		padding-right: 0;
	}

	/* ビジョン */
	body.vision div#main_wrapper{
		background-color: #fff;
		background-image: url(img/vision_bg.png), url(img/bg_grid.png);
		background-repeat: no-repeat, repeat;
		background-position: center 330px, center top;
		background-size: cover, auto;
	}

}

@media print, screen and  (max-width: 699px) {
	/* 共通 */
	a.app-list_button{ width: 80%; }
	a.iconlist_button{ width: 80%; }
	a.specchart_button{ width: 80%; }
	/* トップ */
	body.home div.main ul.applist>li{
		width: 100%;
	}

	a.app-update-traingo_button{
			max-width: 320px;
	}
	/* アプリ一覧 */
	body.post-type-archive-app div.main ul.applist>li{
		width: 100%;
		padding-right: 0;
	}

	/* アプリ詳細 */
	body.single-app main div.main blockquote.with-fig div.text-and-fig p.fig{  width: 34%; }
	/* ブログ */
	body.post-type-archive-article div.article-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
	body.post-type-archive-article div.article-list div.text-and-fig div.text{ flex: 1; padding-left: 12px; order:2; }
	body.post-type-archive-article div.article-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 12px; font-family: 'Montserrat', sans-serif; padding-bottom: 2px; }
	body.post-type-archive-article div.article-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 12px; font-weight: bold; line-height: 1.7; padding-bottom:0; padding-top:0;}
	body.post-type-archive-article div.article-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 12px;  line-height: 1.7; }
	body.post-type-archive-article div.article-list div.text-and-fig p.fig{ width: 100px; order:1;}
	body.post-type-archive-article div.article-list div.text-and-fig p.fig img{ width: 100px; }

	/* ニュース */
	body.post-type-archive-news div.article-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
	body.post-type-archive-news div.article-list div.text-and-fig div.text{ flex: 1; padding-left: 12px; order:2; }
	body.post-type-archive-news div.article-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 12px; font-family: 'Montserrat', sans-serif; padding-bottom: 2px; }
	body.post-type-archive-news div.article-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 12px; font-weight: bold; line-height: 1.7; padding-bottom:0; padding-top:0;}
	body.post-type-archive-news div.article-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 12px;  line-height: 1.7; }
	body.post-type-archive-news div.article-list div.text-and-fig p.fig{ width: 100px; order:1;}
	body.post-type-archive-news div.article-list div.text-and-fig p.fig img{ width: 100px; }

	/* ビジョン */
	/*
	body.vision main article section:nth-child(1) h2{
		position:relative;
		background: #eff;
	}
	body.vision main article section:nth-child(1) h2::after{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100vw;
		height: 50px;
		background: #fee;
	}
	*/

	/* ピタゴラン更新情報 */
	body.post-type-archive-app_update_rube div.update-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
	body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text{ flex: 1; padding-right: 12px; order:1; }
	body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 12px; font-family: 'Montserrat', sans-serif; padding-bottom: 2px; }
	body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 12px; font-weight: bold; line-height: 1.7; padding-bottom:0; padding-top:0;}
	body.post-type-archive-app_update_rube div.update-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 12px;  line-height: 1.7; }
	body.post-type-archive-app_update_rube div.update-list div.text-and-fig p.fig{ width: 100px; order:2;}
	body.post-type-archive-app_update_rube div.update-list div.text-and-fig p.fig img{ width: 100px; }

	/* ツクレール更新情報 */
	body.post-type-archive-app_update_traingo div.update-list div.text-and-fig{display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px;}
	body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text{ flex: 1; padding-right: 12px; order:1; }
	body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text p.date{color:#4a4a4a;font-size: 12px; font-family: 'Montserrat', sans-serif; padding-bottom: 2px; }
	body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text p.title{ color:#4a4a4a; font-family: "rounded-mplus-1c-medium"; font-size: 12px; font-weight: bold; line-height: 1.7; padding-bottom:0; padding-top:0;}
	body.post-type-archive-app_update_traingo div.update-list div.text-and-fig div.text p.content{ color:#4a4a4a; font-size: 12px;  line-height: 1.7; }
	body.post-type-archive-app_update_traingo div.update-list div.text-and-fig p.fig{ width: 80px; order:2;}
	body.post-type-archive-app_update_traingo div.update-list div.text-and-fig p.fig img{ width: 80px; }

}
