@charset "utf-8";
/*
Theme Name: iconit_2017
Theme URI: iconit_2017
Author: mediaseek
Author URI: mediaseek
Description:mediaseek
Version: 1.0
*/

/*reset.css
------------------------------------------------------------------------------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* webview対策 */
body {
    -webkit-text-size-adjust : 100%;
}
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  background-color: #ebe6db;
}

/* タブレット用　font設定*/
@media (max-width: 800px) {
html {
  font-size: 45%;
  }
}
/* スマホ用　font設定*/
@media (max-width: 600px) {
html {
  font-size: 62.5%;
  }
}

body {
	margin: 0px;
	padding: 0px;
	color: #232b02;	/*全体の文字色*/
	font-family: 'メイリオ', Meiryo,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
  	font-size: 1.2em;
	line-height:1.4;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #fff;	/*リンクテキストの色*/
	-webkit-transition: 0.4s;	
        word-break: break-all;
	transition: 0.4s;			
        text-decoration: none;
}
a:hover {
	/*color: #fff;*/			/*マウスオン時の文字色*/
	opacity: 0.6;
	text-decoration: none;
}

/*common.css
------------------------------------------------------------------------------------------------------------------------------------------------*/
/* 共通CSS  */

/* header  */
/* footer  */

/*アイコンフォント
---------------------------------------------------------------------------*/
@font-face {
  font-family: 'ionicons';
  src: url("../fonts/ionicons.woff"),url("../fonts/ionicons.ttf");
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff"),url("../fonts/fontawesome-webfont.ttf");
}

/*PC・タブレット用　設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.pc_off{display: none;}
.sp_off{display: block; }

/*inner共通
---------------------------------------------------------------------------*/
#inner,.inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2%;
	box-sizing: border-box;
}
 
/* ヘッダー
----------------------------------------------------------- */  
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #3b3b3b;
    background: #b0d80b;
    z-index: 1!important;
}
/* ロゴ*/
#logo {
    float: left;
    width: 25%;
    overflow: hidden;
    margin: 8px 2%;
}
header#page #logo a:before {
	display: none;
}

/* SNS*/
ul.header_sns {
    float: right;
    margin: .5rem ;
}
ul.header_sns li {
    float: left;
    width: 40px;
    padding: 5px 10px;
    box-sizing: content-box;
}

/* h1テキスト*/
header h1 {
    width: 45%;
    float: left;
    padding: 1.5% 2% 0% 2%;
    box-sizing: border-box;
    font-weight: bold;
}

/* 言語select*/
.select-box01 {
    min-width: 200px;
    float: right;
    margin: 10px;
}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f104";
    font-family: "IonIcons";
    line-height: 43px;
    color: #33200f;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: 2px solid #fff;
    color: #33200f;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #33200f;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
    background-color: #afd80a;
    position: relative;
	overflow: hidden;
}
footer a {
    color: #232b02;
}

footer a:hover {
    color: #232b02;
}

ul.footermenu01 {
    width: 60%;
    margin: auto;
    padding: 1% 0;
    text-align: center;
}

ul.footermenu01 li a{
    background-color: rgba(255,255,255,0.30);
    border: 1px solid #fff;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    display: block;
    width: 60%;
    margin: 20px auto;
    line-height: 2.6em;
    border-radius: 20px 20px 20px 20px;
}

#footermenu02 ul {
    width: 100%;
    text-align: center;
    padding: 2% 0;
}

#footermenu02 li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #666666;
    color: #666666;
}

#footermenu02 li:last-child{
border-right:none;
}

#footermenu02 p {
    text-align: center;
    padding:0 0 5px 0;
}


/*topへもどる*/
p.foot_pt {
    width: 25px;
    height: 50px;
    background-color: rgba(130, 140, 92, 0);
    position: absolute;
    bottom: 6%;
    right: 10%;
}
/*topへもどる tablet*/
@media (max-width: 800px) {
p.foot_pt {
    width: 50px;
    height: 50px;
    background-color: rgba(130, 140, 92, 0);
    position: absolute;
    bottom: 2%;
    right: 10%;
}
}

a#page_top:after {
    color: #aed80a;
    content: "\f364";
    font-family: "IonIcons";
    overflow: hidden;
    font-size: 5em;
}

div#copyright {
    width: 100%;
    overflow: hidden;
    background-color: #232b02;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 1.4em;
}


/* trade_law
----------------------------------------------------------- */ 
dl.tltable {
    /*margin: 12px 8px;*/
}
dl.tltable dt {
    margin-bottom: 10px;
    float: left;
    border-bottom: 1px solid #b0d80a;
font-weight: bold;
font-size: .9em;
}
dl.tltable dd {
    margin: 0 0 2em 0%;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

/* privacy
----------------------------------------------------------- */ 

p.mb_20 {
    margin-bottom: 20px;
}
section.privacy a {
    color: #3366cc;
}



/*404
---------------------------------------------------------------------------*/
p.er_01 {
    font-size: 1.5em;
}

p.er_01 span {
    font-size: 2em;
}

p.er_02 {
    margin: 2em 0;
    font-size: 1.5em;
    font-weight: bold;
}

.er_box {
    width: 60%;
    float: left;
    margin-top: 50px;
}

img.er_img {
    width: 40%!important;
    padding: 0% 5% 5% 0;
    box-sizing: border-box;
    margin-top: 30px;
}

.er_box a {
    color: #ffffff;
    background-color: #afd80a;
    padding: 2%;
    display: block;
    width: 50%;
    text-align: center;
    margin: 50px auto;
    border-radius: 20px 20px 20px 20px;
}

/*スマホ設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 600px) {

/*スマホ用
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.pc_off{display: block!important;}
.sp_off{display: none!important;}

/*inner共通
---------------------------------------------------------------------------*/
#inner,.inner {
	margin: 0 auto;
	padding: 0 0%;
	box-sizing: border-box;
}

/* ヘッダー
----------------------------------------------------------- */  
header {
    width: 100%;
    border-bottom: 2px solid #3b3b3b;
    overflow: hidden;
    padding: 0;
	z-index: 1;
}

/* ロゴ*/
#logo {
    float: left;
    width: 40%;
    overflow: hidden;
    padding-left: 0.5em;
    box-sizing: border-box;
}

#logo img {
    padding: 0%;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
    width: 100%;
    border-top: 1px solid #97938e;
	overflow: hidden;
}


footer a:hover {
	color: #666666;
}

ul.footermenu01 {
    width: 80%;
}	

ul.footermenu01 li a {
    width: 80%;
	font-size: 1em;
}

	
p.foot_pt {
    bottom: -5px;
    right: -10px;
}	

a#page_top:after {
    font-size: 3em;
}

.select-box01 {
    min-width: 150px;
    float: right;
    margin: 10px;
}

.select-box01 {
    width: 50%;
    margin: 5% auto;
    padding: 0 25%;
}

#footermenu ul {
    text-align: center;
    padding: 2%;
	box-sizing: border-box;
}

#footermenu li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #666666;
    color: #666666;
}

#footermenu02 p {
    text-align: center;
    padding: 10px 0 5px 0;
}

#footermenu li:last-child{
    border-right:none;
}

div#copyright {
    width: 100%;
    overflow: hidden;
    background-color: #232b02;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 1em;
}
}

/*style.css
------------------------------------------------------------------------------------------------------------------------------------------------*/
/* section main_1
----------------------------------------------------------- */  
section#main_1{
    background: url(https://www.iconit.jp/wp-content/uploads/2017/10/bg1.jpg) center center no-repeat;
    background-size: /*100%*/cover;
}

#main_1 .main_inner {
    text-align: center;
    padding: 8% 0 5%;
    width: 100%;
    overflow: hidden;
    /* margin-top: 4%; */
}

.main_inner h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

/* main img*/
img.toplogo02 {
    padding: 3% 0 5%;
}

/* index_news*/
p.index_news_title {
    max-width: 650px;
    background-color: #afd80a;
    margin: auto;
    padding: 5px 0px 5px 110px;
    font-size: 1.4em;
    text-align: left;
    box-sizing: border-box;
	/* border-radius */
	border-radius:20px 20px 0px 0px ;
	-moz-border-radius:20px 20px 0px 0px ;
	-webkit-border-radius:20px 20px 0px 0px ;
	position: relative;
}

p.index_news_title span {
    width: 93px;
    position: absolute;
    left: 10px;
    top: -30px;
    display: inline-block;
}

ul.index_news_mll {
    max-width: 650px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    font-size: 1.4em;
	/* border-radius */
	border-radius:0px 0px 20px 20px ;
	-moz-border-radius:0px 0px 20px 20px ;
	-webkit-border-radius:0px 0px 20px 20px ;
	overflow: hidden;
    box-sizing: border-box;
}

ul.index_news_mll li {
    padding: 5px 0;
    text-align: left;
}

ul.index_news_mll li a{
	color:#006699;
}

ul.index_news_mll li a:hover{
	text-decoration: underline;
}

span.mll_date {
    color: #000000;
}

p.index_news_more {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

p.index_news_more a{
    background-color: #afd80a;
	color: #006699;
	display: inline-block;
	float: right;
    padding: 0 10%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

p.index_news_more a:after{
    content: "\f3d1";
    font-family: "IonIcons";
    color: #006699;
    padding: 0 5%;
    position: absolute;
    right: 0;
}

/* ダウンロードボタン*/
ul.download {
    width: 100%;
    overflow: hidden;
    padding: 2% 0 0;
}
ul.download li {
    width: 273px;
    padding: 10px;
    display: inline-block;
}

/* ダウンロードボタン tablet*/
@media (max-width: 800px) {
	ul.download {
		width: 100%;
		overflow: hidden;
		padding: 2% 0 0;
	}
	ul.download li {
		width: 30%;
		padding: 2%;
		display: inline-block;
	}
}

/* section main_2
----------------------------------------------------------- */ 
section#main_2 {
    background-color: #0fa6a6;
    width: 100%;
    overflow: hidden;
    padding: 0 0 5% 0;
    text-align: center;
    margin: auto;
}

section#main_2 .text_left {
    width: 55%;
    margin-top: -30px 0px 30px 0px;
}

img.main_2_img {
    position: absolute;
    right: 1%;
}

.main_inner02 {
    max-width: 650px;
    margin: auto;
    overflow: hidden;
	position: relative;
}

/* main_inner02  tablet*/
@media screen and (min-width: 600px) and (max-device-width: 800px) {
.main_inner02 {
    min-height: 550px;
}
	
}


.main_inner02 img {
    display: block;
    float: left;
    width: 50%;
}

.text_left {
    width: 60%;
    float: left;
    padding: 100px 0px 50px 0px;
	color: #fff;
}

.text_left h2 {
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.08em;
    border: none;
}

.text_left h2 span {
    font-size: 1.2em;
}

.text_left ul {
    text-align: center;
    margin: auto;
    margin-top: 10%;
}
.text_left ul li {
    font-size: 1.8em;
    text-align: left;
    padding: 2% 0;
    letter-spacing: 0.05em;
    overflow: hidden;
}
.text_left ul li:before {
    padding: 0 2% 10% 2%;
    font-family: "IonIcons";
    content: "\f374";
    display: block;
    width: 1em;
    float: left;
box-sizing: content-box;
}

/* section main_3
----------------------------------------------------------- */ 
section#main_3{
    background-color: #50d3ff;
    width: 100%;
    overflow: hidden;
    padding: 2% 0 7%;
    text-align: center;
    margin: auto;
}

.text_right {
    width: 60%;
    float: right;
    padding-top: 100px;
    color: #333333;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
}

img.main_3_img {
    /*float: left;*/
    /*padding-left: 20px;*/
}

.text_right h2 {
    font-size: 2.8em;
	font-weight: bold;
	letter-spacing: 0.08em;
	border: none;
}

.text_right h2 span {
    font-size: 0.8em;
}

span.deco01 {
    font-size: 1.8em;
    margin-top: 10%;
    text-align: left;
    display: inline-block;
}


/* section main_4
----------------------------------------------------------- */ 
section#main_4{
    background-color: #fa7878;
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    text-align: center;
    margin: auto;
}

img.main_4_img {
    position: absolute;
    right: 0;
    top: -65px;
}

/*高さ調整*/ 
.height_inn {
    padding-bottom: 80px;
    margin-top: -50px;
    width: 60%;
}

/* section main_5
----------------------------------------------------------- */ 
section#main_5{
    background-color: #ffff66;
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    text-align: center;
    margin: auto;
}

.text_right ul {
    text-align: center;
    margin: auto;
    margin-top: 5%;
}
.text_right ul li {
    font-size: 1.8em;
    text-align: left;
    padding: 2% 0;
    letter-spacing: 0.05em;
    overflow: hidden;
}
.text_right ul li:before {
    padding: 0 2% 10%;
    font-family: "IonIcons";
    content: "\f374";
    display: block;
    width: 1em;
    float: left;
    box-sizing: content-box;
}

img.main_5_img {
    float: left;
    margin-top: -50px;
}

/*高さ調整*/ 
.height_inn02 {
    padding-top: 80px;
}

/* section main_6
----------------------------------------------------------- */ 
section#main_6{
    background-color: #907ae2;
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    text-align: center;
    margin: auto;
}

img.main_6_img {
    position: absolute;
    right: 0;
    top: 0px;
}

/* page_css
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* page_header
----------------------------------------------------------- */ 
header#page #logo a:before {
    padding: 1% 0%;
 	font-family: 'FontAwesome';
    content: "\f137";
    display: block;
	width: 1.1em;
    float: left;
    font-size: 2em;
}

header#page #logo {
    width: 50%;
    margin: 1%;
}

header#page #logo img {
}

/* page_content
----------------------------------------------------------- */ 
section#page_content {
    width: 100%;
    padding: 5% 5%;
    overflow: hidden;
    position: relative;
    background-color: #f0e6dc;
    box-sizing: border-box;
}

/* タブレット用　*/
@media (max-width: 800px) {

section#page_content {
    padding: 10% 5% 5%;
}
}

section#page_content h1 {
    font-size: 2em;
    margin: 5% 0 2%;
}

/* category
----------------------------------------------------------- */ 
ul.category_news_mll li {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
	position: relative;
	margin: 2% 0;
}

ul.category_news_mll li a {
    width: 100%;
    display: inline-block;
    color: #006699;
    padding: 3%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
}
ul.category_news_mll li span.mll_title_top {
    font-size: 1em;
}
	
ul.category_news_mll li a:after {
    font-family: "IonIcons";
    font-size: 2em;
    content: "\f125";
    display: block;
    float: right;
    color: #ebe6dc;
    position: absolute;
    right: 2%;
    top: 25%;
}

ul.category_news_mll li a:hover{
	text-decoration: underline;
    color: #ffffff;
    background-color: #afd80a;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

ul.category_news_mll li	span.mll_date{
	display: block;
    margin-bottom: 0.2em;
}


ul.category_news_mll li	span.mll_date:hover{
	color:#fff!important;
}

/* single
----------------------------------------------------------- */ 
.page_inner {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 1.5em;
	margin-bottom: 20px;
}


    h2 {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 4px solid #b0d80b;
    margin-bottom: 20px;
}

.page_inner span.mll-inner {
    display: block;
    text-align: right;
    margin-bottom: 2%;
}

p.modoru{
    color: #006699;
    font-size: 1.5em;
    padding: 2% 0;
    margin: 5% auto 0;
    text-align: center;
    display: block;
}

p.modoru a{
    color: #006699;
}

p.modoru a:hover{
}

p.modoru a:before {
    padding: 0 1%;
    font-family: 'FontAwesome';
    content: "\f137";
    width: 1.1em;
    font-size: 2em;
    color: #b0d80b;
    vertical-align: middle;
}

.page_inner.single img {
    max-width: 100%!important;
    width: auto /*!important*/;
    float: none;
}

/* contact
----------------------------------------------------------- */ 

span.fc_blue,span.fc_blue a {
    color: #3366cc;
	word-break: break-all;
}

ol.count01 {
    counter-reset: olcount 0;
    counter-reset: number;
    margin-left: 1.5em;
	margin: 20px 0;
}
ol.count01>li:before {
    content: counter(number) ".";
    counter-increment: number 1;
    position: absolute;
    left: 30px;
}

.p_right {
    width: 50%;
    float: left;
    margin-top: 20px;
    font-size: 0.7em;
    line-height: 1.6;
}
img.p_left {
    width: 25%;
    margin: 2%;
}


/* qa
----------------------------------------------------------- */ 
span.green {
    color: #b0d80b;
}

.accordionbox{background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 20px 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 20px;
}

#acMenu dt h2 {
    font-size: 1em;
    font-weight: bold;
    border-bottom: none;
    margin-bottom: 0;
}
#acMenu dt {
    display: block;
    float: left;
    width: 100%;
    margin-top: -5px;
    border: none;
    margin-bottom: 12px;
}

#acMenu dd{
    display:none;
	width: 100%;
    overflow: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 3px #b0d80b solid;
}

#acMenu dt:after {
    content: "\f48a";
    font-family: "IonIcons";
    color: #dcdcdc;
    font-size: 2em;
    padding: 0 5%;
    position: absolute;
    right: -2%;
    margin-top: -40px;
    font-weight: bold;
}

#acMenu dt.active:after{
    content: "\f463";
    font-family: "IonIcons";
    color: #dcdcdc;
    padding: 0 5%;
    position: absolute;
    right: -2%;
    margin-top: -40px;
    font-weight: bold;
}

img.qa_img {
    max-width: 100%;
    float: none;
    text-align: center;
    margin: 5% auto;
    display: block;
}

/**** ▽ page 送り ****/
/* pageer */
.wp-pagenavi {
	display: table;
	margin: 0 auto;
	margin-top: 3em;
	text-align: center;
}

.wp-pagenavi:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.wp-pagenavi span.pages {
    font-size: 1em!important;
}

.wp-pagenavi span,
.wp-pagenavi a  {
	display: block;
	font-size: 1.5em;
	float: left;
	color: #fff;
	background: #99cc33;
	text-align: center;
	line-height: 37px;
	width: 30px;
	height: 35px;
	margin-left: 8px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}
.wp-pagenavi span.extend {
	background: none !important;
	color: #787878 !important;
}
.wp-pagenavi span.current {
	background: #999999;
	color: #fff;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink {
	line-height: 34px !important;
}

.wp-pagenavi a:hover {
	color: #fff !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #ebe6db!important;
}

/* 利用規約
----------------------------------------------------------- */

.mb_05 {
	margin-bottom: .5rem;	
}
.mb_20 {
    margin-bottom: 20px;
}
.ml_10 {
    margin-left: 10px;
}

section.rule a {
    color: #3366cc;
	text-decoration: underline;
}

h2.ttl_03 span {
    font-weight: bold;
    margin: 0!important;
    display: block;
    padding: 2% 1% 1%;
}

h3.ttl_04 {
    font-size: 0.9em;
    border-bottom: none;
    margin-left: 10px;
    font-weight: bold;
}

ol.count01 li {
    padding-bottom: 5%;
}

ol.count01_in {
    margin: 10px 0 -20px;
}

ol.count01_in li {
    list-style: outside decimal;
    padding: 0 0 0 0;
    font-size: 0.8em;
}

ol.count-alphabet {
    list-style-type: none;
	    padding-left: 0;
		padding-bottom: 0;
	counter-reset: cnt;
}
ol.count-alphabet li {
    counter-increment: cnt;
    position: relative;
    padding-left: 3.0rem;
	padding-bottom: .5rem;
}
ol.count-alphabet > li:before {
    content: "("counter(cnt, lower-alpha)") ";
    position: absolute;
    top: 0;
    left: 0;
}

ol.count-number {
    list-style-type: none;
	    padding-left: 0;
	padding-bottom: 0;
	counter-reset: cnt;
}
ol.count-number > li {
    counter-increment: cnt;
    position: relative;
    padding-left: 3.0rem;
	padding-bottom: .5rem;
}
ol.count-number > li:before {
    content: "("counter(cnt)") ";
    position: absolute;
    top: 0;
    left: 0;
}

ul.li_disc02 {
    margin: 10px 0 10px 40px;
}

ul.li_disc02 li {
    margin: 0 0 0px 0;
    padding: 0 0 0 10px;
    font-size: 0.8em;
    list-style: outside decimal;
}

ul.li_disc {
    padding-left: 20px;
    margin: 10px 0;
}
/**en**/
ol.count02 h3 {
    margin-left: -40px;
	margin-top: 10px;
}

ol.count02 {
    margin: 10px 0 -20px;
}

ol.count02 li {
    list-style: outside decimal;
    padding: 0 0 0 0;
}




/* monotalk
----------------------------------------------------------- */ 
section#mt_wapper {
    width: 100%;
    padding: 5% 0%;
    overflow: hidden;
    position: relative;
    background-color: #f0e6dc;
    text-align: center;
    box-sizing: border-box;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

section.container01 {
    background-color: #f5f3ee!important;
    padding: 5% 0!important;
}

.main_inner_monotalk {
    max-width: 725px;
    margin: auto;
    overflow: hidden;
	position: relative;
}

.first_ctner01 {
    margin-top: 50px;
}

.main_inner_monotalk h1 {
    text-align: center;
    font-size: 2em;
}

.main_inner_monotalk h3 {
    margin: 0 0 5px 0;
    font-size: 1.5em;
}

p.mt_detail01 {
    font-size: 2.0em;
    margin-bottom: 20px;
}

img.monotalkurl {
    width: 50%;
}

span.mono_green {
    color: #8cbf00;
    font-weight: bold;
}
span.mono_blue {
    color: #3498cc;
    font-weight: bold;
}


img.point01, img.point03 {
    width: 40%;
    float: left;
}

img.point02{
    width: 40%;
    float: right;
}

.pointbox img,.pointbox02 img{
	margin-bottom: 10px;
}

.pointbox,.pointbox03 {
    width: 55%;
    float: left;
    padding: 5% 5% 0 5%;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4em;
}

.pointbox02{
    width: 55%;
    float: right;
    padding: 5% 5% 0 5%;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.5em;
}

.colorful span:nth-child(1) { color: #9933cc; }
.colorful span:nth-child(2) { color: #9933cc; }
.colorful span:nth-child(3) { color: #cc3399; }
.colorful span:nth-child(4) { color: #cc3399; }
.colorful span:nth-child(5) { color: #cc3399; }
.colorful span:nth-child(6) { color: #ff6633; }
.colorful span:nth-child(7) { color: #ff6633; }
.colorful span:nth-child(8) { color: #ff9933; }
.colorful span:nth-child(9) { color: #ff9933; }

span.insta_color{
  position: relative;
  color:#ff9933;
  text-shadow:1px 1px 1px rgba(255, 255, 255, 0.3);
}
span.insta_color:before,
span.insta_color:after{
content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
span.insta_color:before {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #F07575; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #d40bf9, #ffdb2c); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #d40bf9, #ffdb2c); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #d40bf9, #ffdb2c); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #d40bf9, #ffdb2c); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom, #d40bf9, #ffdb2c); /* Standard syntax; must be last */
}
span.insta_color:after{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #F07575; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #e3645f, #f57932); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #e3645f, #f57932); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #e3645f, #f57932); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #e3645f, #f57932); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom,#e3645f, #f57932); /* Standard syntax; must be last */
}
span.tw_blue {
    color: #2fa6df;
    font-weight: bold;
}

span.kutikomi {
    color: #ff9933;
    font-weight: bold;
}

span.prezent {
    color: #ff6666;
    font-weight: bold;
}

img.mono_banner {
    width: 100%;
    margin: 5px 0;
    display: inline;
    float: none;
}

/* zigen
----------------------------------------------------------- */ 
section#mt_wapper_zigen {
    width: 100%;
    padding: 5% 0%;
    overflow: hidden;
    position: relative;
    background:linear-gradient(to right,#14b4c8, #00beb4);
    text-align: center;
    box-sizing: border-box;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

section.container01_zigen {
    width:  82%;
    background-color:#e6fafa;
    padding: 5%!important;
    border-radius:  30px;
    margin: 25px auto;
}

.pointbox_zigen {
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4em;
}

.main_inner_zigen {
    max-width: 680px;
    line-height:2em;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

.main_inner_zigen img.point01, img.point03 {
    width: 40%;
}

.main_inner_zigen img.point02{
    width: 40%;
}

.main_inner_zigen h1 {
    text-align: center;
    font-size: 2em;
}

.main_inner_zigen h1 img{
    width: 90%;
    margin:40px 0 15px 0;
} 

.main_inner_zigen h3 {
    margin: 0 0 5px 0;
    font-size: 2.4em;
    color: #ffffff;
}

.main_inner_zigen ul li .kutikomi{
    font-size: 1.2em;
    font-weight: bold;
}


.main_inner_zigen ul{
    margin: 0 0 20px 20px;

}

.main_inner_zigen ul .left{
    display: block;
    display: inline-block;
}

.midashi_zigen {
        width: 94%;
        margin:0 auto 20px auto;
    background-color: #14d2d2;
    color: #ffffff;
    font-weight: bold;
    font-size: 2em;
    padding:2%;
    display: block;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

/* enterprise・user 
----------------------------------------------------------- */ 	
section#ep_wapper_pc {
    width: 100%;
    padding: 3%;
    overflow: hidden;
    position: relative;
    background-color: #f0e6dc;
    text-align: left;
    box-sizing: border-box;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

section#ep_wapper_pc img{
	margin: auto;
    text-align: center;
    display: inline-block;
}

section#ep_wapper {
    max-width: 800px;
    margin: auto;
}

.topmg{
    padding-top: 50px!important;
}

#ep_wapper h1.ep {
	font-size: 1.5em;
    background-color: #fff;
    padding: 0.5em;
    border-radius: 50px;
    margin-bottom: 10px;
	text-align: center;
}

img.img_mg {
    margin: 1em 0;
}

#ep_wapper .text {
	font-size: 2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: none;
}

#ep_wapper h1 span {
    color: #3499cc;
    font-weight: bold;
}
	
span.ep_fontstyle_1 {
    color: #3399cc;
    font-size: 120%;
    font-weight: bold;
}	

section#ep_wapper .container {
    width: 100%;
    background-color: #fff;
    padding: 5%!important;
    border-radius: 30px;
    box-sizing: border-box;
}

.ep_content_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: -20px 0 20px 0;
}

.ep_left{
    width: 60%;
    margin: auto;
    font-size: 1.6em;
}
	
.ep_right{
    width: 40%;
    margin: auto;
    font-size: 1.4em;
} 

.ep_left p.btn {
    background-color: #ff8f1f;
    border-radius: 30px;
    text-align: center;
    position: relative;
    margin: 1em 0;
}

.ep_left p.btn a {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.4em;
    display: block;
}

p.btn a:after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    right: 5px;
    color: #ffffff;
}

p.ep_fontstyle_2 {
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
}

p.ep_fontstyle_2 span {
    font-size: 0.8em;
}

.bg {
    display: flex;
    justify-content: space-between;
}

.bg .bg_left,.bg .bg_right{
	width: 48%;
	}
.bg_mid {
    width: 10%;
    padding: 0.5em;
    margin: 30% 0;
}	
.bg .bg_left,.bg .bg_right{
	text-align: center;
    background-color: #99cc33;
    padding: 2%!important;
    border-radius: 10px;
    box-sizing: border-box;
}

.bg .bg_right{
    background-color: #3399cc;
}	

.iconit_link, .monotalk_link {
    margin: 1em 0;
	text-align: center;
}
.bg_02 ul.download {
    padding: 0;
}	
.bg_02 ul.download li {
    width: 95%;
}
	
.bg_03 {
    color: #fff;
    font-size: 2em;
	text-align: left;
}

p.btn {
    background-color: #ff8f1f;
    border-radius: 50px;
    text-align: center;
    position: relative;
    margin: 30px 0 10px;
}	
p.btn a{	
    font-size: 3em;
    padding: 0.4em;
    display: block;
	font-weight: bold;
	}
	
p.btn a:after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    right: 20px;
    color: #ffffff;
}

span.kome{   
	text-align: center;
    display: block;
    color: #666666;
    font-size: 1.8em;
}
.boxmg {
    margin-top: 2em;
}

img.catchphrase {
    padding-top: 50px;
}

p.foot_ep_btn {
    max-width: 800px;
    background-color: #3399cc;
    border-radius: 50px;
    text-align: center;
    position: relative;
    margin: 1em auto;
    font-size: 1.8em;
    font-weight: bold;
}

p.foot_ep_btn a{	
	font-size: 1.2em;
    padding: 0.8em;
    display: block;
    color: #fff;
	}
	
p.foot_ep_btn a:after {
    font-size: 1.6em;
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    right: 20px;
    top: 20px;
    color: #ffffff;
}

span.ep_fontstyle_3{
    display: block;
    font-size: 0.6em;
}

ul.header_sns {
    float: right;

}

/*user */
#ep_wapper .h301{
    font-size: 1.5em;
    padding: 1em 10em;
    margin-bottom: 10px;
}

h2.userh2{
    font-size: 3em;
    padding: 0.2em 0;
    border-radius: 20px;
    margin-top: 20px;
    border: none;
    text-align: center;
    color: #fff;
}

#ep_wapper .green{
    background-color: #99cc33;
}

#ep_wapper .blue {
    background-color: #3399cc;
}

.ep_content_box_yt {
    overflow: hidden;
    margin-top: -50px;
}

img.user_img_mg01 {
    display: block!important;
    margin: 0!important;
}

.yt_left {
    width: 50%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2em;
    margin-top: 40px;
}

.yt_right {
    width: 50%;
    float: left;
    overflow: hidden;
}

.user_content_box,.user_content_box_last {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.user_content_box:before{
    content: "";
    position: absolute;
    bottom: -90px;
    right: 45%;
    border: 50px solid transparent;
    border-top: 40px solid #ffffff;
}

.bkwhite{
    border-radius: 20px;
	background-color: #fff;
}

.user_left{
    width: 40%;
    margin: auto;
	text-align: center;
    font-size: 1.6em;
}

.user_left02{
    width: 60%;
    margin: auto;
    font-size: 1.4em;
}

.user_right{
    width: 60%;
    margin: auto;
    font-size: 1.4em;
} 

.user_right02{
    width: 40%;
    margin: auto;
	text-align: center;
    font-size: 1.6em;
}

img.user_img_mg02 {
    display: block;
    margin: 1em 0 0 2em!important;
}

.user_right.topmg {
    margin-top: -5em;
}

.user_right p {
    font-size: 2em;
    color: #666;
    line-height: 1.2;
    padding: 2em 0 0 1em;
    font-weight: bold;
}

.user_right ul.download li {
    width: 40%;
    margin: auto;
    display: block;
}

.user_right.step3 {
    padding: 0 12% 0 30px;
    box-sizing: border-box;
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
}

.user_count {
    counter-reset: olcount 0;
    counter-reset: number;
    font-size: 1.4em;
    padding-left: 30px;
    padding-bottom: 15px;
    display: block;
    }

ol.user_count>li {
    list-style-type: none;
    }

ol.user_count>li:before {
    content:"●";
	position: absolute;
    left: 0;
    color: #3399cc;
}

	
ol.user_count li {
    position: relative;
    padding-left: 1.3em;
}

ol.user_count > li > em {
    display: inline-block;
    font-weight: bold;
}

.pmak{
	text-align: right;
}

ol.user_count span {
    padding-left: 20px;
}

.user_calam{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

h3.h302 {
    font-size: 2.3em!important;
    padding: 2em 0 0.5em 1em;
    color: #3399cc;
    font-weight: bold;
}

p.kome02 {
    font-size: 1.5em;
    padding: 0 4em;
    margin: 20px 0;
    color: #cc0000;
    margin-bottom: 50px;
}
p.kome02 a{
    color: #cc0000;
	text-decoration: underline;
}

.user_calam02 {
    padding: 1em 1em 0;
    border-radius: 20px;
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
	color: #fff;
	box-sizing: border-box;
}

.user_right h3 {
    padding: 0 12% 0 5%;
    box-sizing: border-box;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.3em;
}

img.user_img_mg03 {
    display: block!important;
    padding: 2em;
	width: 80%;
}

.orange{
	background-color:#ff8f1f!important;
}

.youtube01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    border: solid #fff 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
.youtube01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* enterprise・user 　tablet設定*/
@media screen and (min-width: 600px) and (max-device-width: 800px) {
	section#ep_wapper_pc {
		font-size: 120%!important;
	}
	.ep_left.mg01{
		margin:  0 0 0 2em;
	}
	
	p.foot_ep_btn {
    	width: 95%;
	}
	
	.ep_left.mg01 {
    	margin: auto;
    	padding: 0 1em;
	}

	#ep_wapper .h301 {
    	padding: 1em 5em;
	}
	.user_right p {
    	padding: 2em 0 0 80px;
		font-size: 1.5em;
	}
	.user_content_box:before {
    right: 42%;
	}
	.user_right.step3 {
    padding: 1em 1em 2em 60px;
	}
	
	.user_right ul.download li {
    width: 85%;
}
	
	.btnmg ul li {
    width: 60%!important;
}
	
	
}




/*スマホ設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 600px) {


.pc_off{display: block!important;}
.sp_off{display: none!important;}

/*inner共通
---------------------------------------------------------------------------*/
#inner,.inner {
	margin: 0 auto;
	padding: 0 0%;
	box-sizing: border-box;
}


/* section main_1
----------------------------------------------------------- */  
section#main_1{
    background: url(https://www.iconit.jp/wp-content/uploads/2017/10/bg1.jpg) center center no-repeat;
    background-size: cover;
	padding: 0px 5% 0;
}
.main_inner h1 {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.08em;
    padding: 50px 0 0;
}

img.toplogo02 {
    padding: 10% 0;
    width: 100%;
}

span.mll-inner {
    display: block;
}

ul.download li {
    width: 50%;
    display: block;
    margin: auto;
}

ul.index_news_mll {
    font-size: 0.8em;
    padding: 10px;
    width: 80%;
}

p.index_news_title {
    margin-top: /*50px*/20px;
    font-weight: bold;
    font-size: 0.8em;
    width: 80%;
}

p.index_news_title span {
    width: 80px;
    position: absolute;
    left: 10px;
    top: -30px;
    display: inline-block;
}
	
/* section main_2
----------------------------------------------------------- */  
.text_left {
    width: 50%;
    float: left;
    color: #fff;
    padding: 20% 0 20% 10%!important;
    box-sizing: border-box;
}
.main_inner02 img {
    display: block;
    float: left;
    width: 50%;
    padding: 0 1%;
    box-sizing: border-box;
}

img.main_2_img {
    position: absolute;
    right: 8%;
    top: 5%;
}

.text_left h2{
	font-size: 1.8em;
    letter-spacing: 0.03em;
}

.text_left h2 span {
    font-size: 1.2em;
}
	
.text_left ul li {
    font-size: 1em;
    text-align: left;
    padding: 2% 0;
    letter-spacing: 0.05em;
}	

/* section main_4
----------------------------------------------------------- */ 
.text_right {
    width: 60%;
    font-size: 1em;
    padding: 8% 2% 0;
}
	
.text_right h2 {
    font-size: 1.8em;
    letter-spacing: 0.03em;
}

.text_left.height_inn {
    width: 55%;
    margin-top: 20px;
}
	
/* section main_3
----------------------------------------------------------- */ 
section#main_3{
    padding: 2% 0;
}	
	
img.main_3_img {
    margin-left: 8%;
    margin-bottom: 8%;
}
	
span.deco01 {
    margin-top: 0;
    font-size: 1em;
}

.height_inn03 {
    width: 55%;
    position: absolute;
    right: 3%;
    top: 20%;
}	
	
/* section main_2
----------------------------------------------------------- */ 
img.main_4_img {
    position: absolute;
    right: 10%;
    top: 0px;
}

.text_right ul li {
    font-size: 1em;
}
	
/* section main_4
----------------------------------------------------------- */ 
img.main_5_img {
    margin-top: -5%;
    margin-left: 8%;
    margin-bottom: 10%;
}
	
.height_inn02 {
    padding-top: 15%!important;
    width: 55%;
    position: absolute;
    right: 5%;
}
	
.height_inn {
    margin-top: 0px;
}

/* section main_6
----------------------------------------------------------- */ 
img.main_6_img {
    position: absolute;
    right: 10%;
    top: 10%;
}
	
	
/* page_css
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* header
----------------------------------------------------------- */ 
header#page #logo a:before {
    padding: 1% 0%;
 	font-family: 'FontAwesome';
    content: "\f137";
    display: block;
	width: 1.1em;
    float: left;
    font-size: 2em;
}

header#page #logo{
    width: 100%;
	margin: 1%;
}

header#page #logo img{
    padding: 2% 0 0 0;
    width: 40%;
}
	
ul.header_sns li {
    float: left;
    width: 35px;
    padding: 5px 10px;
}
	
/* page_content
----------------------------------------------------------- */ 
.page_inner{
	font-size:1.2em;
}	
	
section#page_content {
    width: 100%;
    padding: 12% 5% 20px;
    overflow: hidden;
    position: relative;
    background-color: #f0e6dc;
    box-sizing: border-box;
}
	
section#page_content h1 {
    font-size: 2em;
    margin: 5% 0 2%;
}

.page_inner img {
    width: 20%;
    padding: 0%;
}
	
.p_right {
    width: 100%;
}

/* category
----------------------------------------------------------- */ 
ul.category_news_mll li {
	padding: 3%;
}

/* qa
----------------------------------------------------------- */ 	
img.qa_img {
	width: 100%;
    float: none;
    text-align: center;
    margin: 5% auto;
    display: block;
}

dl.accordionbox {
    padding: 20px 10px 0px 10px;
	font-size: 1.2em;
}	
	
#acMenu dt {
    padding-left: 0;
    font-size: 0.8em;
}

#acMenu dt:after {
    margin: -8% 0 0 0;
}

#acMenu dt.active:after {
    margin: -8% 0 0 0;
}	
	
/* 利用規約
----------------------------------------------------------- */ 
ol.count01_in {
    margin: 10px 0 -20px;
    padding-left: 10px;
}

	
/* 404
----------------------------------------------------------- */ 
.er_box {
    width: 100%;
    margin: 0;
}

img.sp_er_img {
    margin: 0 auto 20px;
    padding: 0 35%;
    width: 100%!important;
}

p.er_01 span {
    font-size: 1.8em;
}
	
	
.page_inner.single img {
    width: 100%;
}


/* monotalk sp
----------------------------------------------------------- */ 
.first_ctner01 {
    margin-top: 50px;
}

img.monotalkurl {
    width: 70%;
}
	
.main_inner_monotalk {
    padding: 3%;
}
	
.main_inner_monotalk h1 {
    font-size: 1.4em;
    margin: 0 0 10px 0;
}	

p.mt_detail01 {
    font-size: 1.3em;
    margin-bottom: 20px;
}	

img.point01, img.point03 {
    width: 300px;
    float: none;
}

img.point02{
    width: 300px;
    float: none;
}
	
.pointbox, .pointbox03 {
    width: 100%;
    padding: 2% 5% 0;	
}
	
.pointbox02 {
    width: 100%;
    padding: 2% 5% 0;
}
	
img.mono_banner {
    width: 100%;
    margin: 5px 0;
}

.spbanner{
    padding: 2% 0 10%;
	}


/* zigen sp
----------------------------------------------------------- */ 
.pointbox_zigen {
    width: 100%;
    padding:0% 5%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4em;
}

.midashi_zigen {
    width: 94%;
    margin:0 auto 10px auto;
    background-color: #14d2d2;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    padding:2%;
    display: block;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.main_inner_zigen ul{
    margin: 0 0 10px 0;
}

.main_inner_zigen h3 {
    margin: 0 0 0 0;
    font-size: 1.6em;
    color: #ffffff;
}

.main_inner_zigen img.point01, img.point03 {
    width: 280px;
}

.main_inner_zigen img.point02{
    width: 280px;
}

/* enterprise sp
----------------------------------------------------------- */
section#ep_wapper_pc{
  font-size: 62.5%;
}	
	
section#ep_wapper {
    width: 100%!important;
}
.topmg{
    padding-top: 50px!important;
}

#ep_wapper .text {
    margin-bottom: 50px;
}
	
span.ep_fontstyle_1 {
    color: #3399cc;
    font-size: 120%;
    font-weight: bold;
}	

section#ep_wapper .container {
    width: 100%;
    background-color: #fff;
    padding: 5%!important;
    border-radius: 30px;
    box-sizing: border-box;
}

.ep_content_box {
	font-size:1.1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ep_left {
    padding: 0 0.5em;
}	
.ep_right {
}	
	
.ep_left p.btn {
    background-color: #ff8f1f;
    border-radius: 30px;
    text-align: center;
    position: relative;
    margin: 1em 0;
}	
.ep_left p.btn a{	
	font-size: 1.1em;
    padding: 0.8em;
    display: block;
}
	
p.btn a:after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    right: 5px;
    color: #ffffff;
}
	
p.btn {
}	
p.btn a{	
	font-size: 2em;
    padding: 0.8em;
	}
	
p.btn a:after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    right: 5px;
}


p.foot_ep_btn {
    width: 93%;
    font-size: 1.2em;
}

p.foot_ep_btn a{	
	}
	
p.foot_ep_btn a:after {
    right: 5px;
    top: 20px;
    font-size: 1em;
}

ul.header_sns {
    float: right;

}

/*user*/	
#ep_wapper .h301 {
    font-size: 1.5em;
    padding: 1em 2em;
}
.user_right p {
    font-size: 1.4em;
    padding: 2em 0 0 2em;
}
	
.user_content_box, .user_content_box_last {
    margin-bottom: 20px;
}
	
.user_content_box:before {
    right: 37%;
	bottom: -60px;
    border: 40px solid transparent;
    border-top: 20px solid #ffffff;
}	
	
.yt_left {
    padding: 1em 1em 0 0;
    margin-top: 10px;
}
	
.user_right h3 {
    padding: 0 0% 0 15%;
	font-size: 1.2em;
}
	
.user_calam02 {
    margin: 10px 0!important;
}
	
p.kome02{
	padding: 0!important;
	margin: 0px 0 20px!important;
    font-size: 1.5em;
}	

h3.h302{
    padding: 0!important;
    font-size: 1.5em!important;
	
}

.user_right.step3 {
    font-size: 1.5em;
}	
	
.user_right ul.download li {
    width: 85%;
	}
.btnmg ul li {
    width: 60%!important;
}
	
ol.user_count,.user_count {
    padding: 0!important;
}
	
img.user_img_mg03 {
    display: block!important;
    padding: 1em 0 0 2em;
    width: 70%;
}
	
.user_right, .user_right02 {
    padding: 0.5em;
}
	
h2.userh2{
    border-radius: 10px;
}

.bkwhite{
    border-radius: 10px;
}
	

}
/* 202204 データランキング導線 */
/* 202206 ICONIT Liteページ導線 */
.link-dataranking .image-link {
	position: relative;
    display: inline-block;
    width: calc(40% - 12px);
    max-width: 330px;
    margin: 2% 12px 0 auto;
	box-sizing: border-box;
}
.link-dataranking .image-link:nth-child(2) {
    margin: 2% auto 0 12px;
}
.link-dataranking .image-link a,
.link-lite .image-link a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.link-dataranking .image-link a span.image-link-text,
.link-lite .image-link a span.image-link-text {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	padding: .5em .34em .34em 1.5em;
	border-radius: 200px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .05em;
}
.link-lite .image-link a span.image-link-text {
	padding: .25em;
}
.link-dataranking .image-link a span.image-link-text.y-clr::after,
.link-dataranking .image-link a span.image-link-text.m-clr::after,
.link-lite .image-link a span.image-link-text.bnr-lite::after {
	content: '';
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 0.65em;
    height: 0.65em;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.link-dataranking .image-link a span.image-link-text.m-clr::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.link-dataranking .image-link a span.y-clr {
	background-color: #fa754b;
    background-image: url(img/code.png);
    background-repeat: no-repeat;
	color: #fff;
	border: solid 2px #ff9a57;
    background-size: 18%;
    background-position: left 6% top 50%;
}
.link-dataranking .image-link a span.m-clr {
	background-color: #09c6d2;
    background-image: url(img/code.png);
    background-repeat: no-repeat;
    color: #fff;
    border: solid 2px #3edfd9;
    background-size: 18%;
    background-position: left 6% top 50%;
}
.link-dataranking .image-link a span.text-bold {
	font-weight: 900;
}
.small-character {
	font-size: .8em;
}
@media (min-width: 987px) {
.link-dataranking .image-link a span.y-clr,
.link-dataranking .image-link a span.m-clr {
	background-size: 64px;
}
}
@media (max-width: 600px) {
.link-dataranking {	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link-dataranking .image-link,
.link-dataranking .image-link:nth-child(2),
.link-lite .image-link {
    position: relative;
    display: block;
    width: 90%;
    margin: 2% 5%;
    box-sizing: border-box;
}
.link-dataranking .image-link:nth-child(2) {
    margin-top: 4%;
}
.link-dataranking .image-link a span.image-link-text,
.link-lite .image-link a span.image-link-text {
	padding: 0.5em 1em 0.2em 1.5em;
	line-height: 1.15em;
	font-size: 1.34em;
}
.link-lite .image-link a span.image-link-text {
	padding: 0.1em .5em 0.25em .5em;
}
/*.link-dataranking .image-link a span.y-clr,
.link-dataranking .image-link a span.m-clr {
	text-align: left;
}*/
}
.link-lite .image-link {
    position: relative;
    display: inline-block;
    width: /*calc(40% - 12px)*/50%;
    max-width: 480px;
    margin: calc(2% + 10px) auto 0 auto;
    box-sizing: border-box;
}
.image-link a span.bnr-lite {
	background-color: #f1f1f1;
    /*background-image: url(../img/ico-chan-y.png);*/
    background-repeat: no-repeat;
    color: /*#675bc6*/ #7888ff;
    border: solid 2px #fff;
    background-size: 18%;
    background-position: right 12% top 0.35em;
}
.link-lite .image-link a span.image-link-text.bnr-lite::after {
    border-top: solid 2px #7888ff;
    border-right: solid 2px #7888ff;
}
.link-lite .image-link a img {
	width: 50%;
    max-width: 274px;
    margin: 0.15em auto 0 auto;
    display: block;
}
.link-lite .image-link a span.image-link-text {
	font-weight: 900;
}
@media (max-width: 600px) {
.link-lite {
    margin-top: 4%;
}
.link-lite .image-link {
    display: block;
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
}
.link-lite .image-link a img {
	width: 70%;
    margin: 0 auto;
}
.link-lite .image-link a span.image-link-text .small-character {
    font-size: .7em;
	line-height: .7em;
	letter-spacing: -0.025em;
}
#main_1 .main_inner {
	padding: 8% 0 8%;
}
}
@media (min-width: 601px) and (max-width: 800px) {
.link-lite {
	margin-top: 2%;		
}
}
.bnr_area {
	margin: 20px 20px 0 20px;
}
.bnr_area img {
	border-radius: 4px;
}
@media screen and (min-width: 601px) {
.bnr_area {

	margin: 30px 30px 0 30px;
}
}
@media screen and (min-width: 711px) {
	.bnr_area {
		max-width: 650px;
	margin: 30px auto 0 auto;
	}
}

/* 20260514 記事ページ修正 */
.main_inner02:has(.single) {
    max-width: 768px;
}
.page_inner.single {
    line-height: 1.5;
    padding-top: 28px;
    padding-bottom: 28px;
}
.page_inner.single p {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 1.05em;
}
.page_inner.single ul,
.page_inner.single ol {
  margin: 1.5em 0;
  font-size: 1.05em;
}
.page_inner.single li + li {
  margin-top: .25em;
}
.page_inner.single img {
margin-top: 1em;
margin-bottom: 1.5em;
}
.page_inner.single .mlli_date {
    display: block;
    width: 100%;
    /*text-align: right;*/
    margin-top: -.5em;
    font-size: 1.05em;
}
.page_inner.single a {
    color: /*#EB604A*/#3366cc;
    text-decoration: underline;
text-decoration-color: currentColor;
text-underline-offset: 0.15em;
}
.page_inner.single a .has-inline-color {
  text-decoration: underline;
  text-decoration-color: currentColor ;
}
.page_inner.single .wp-block-button a {
text-decoration: none;
}
.page_inner.single strong {
    font-weight: 700;
}
.page_inner.single h2:first-child,
.page_inner.single h3:first-child,
.page_inner.single h4:first-child {
margin-top: 0;
}
.page_inner.single h2 {
font-size: 1.5em;
margin-top: 2.25em;
    margin-bottom: 28px;
    line-height: 1.25;
    padding-bottom: .35rem;
}
.page_inner.single h3 {
font-size: 1.35em;
font-weight: 700;
margin-top: 1.75em;
margin-bottom: 1rem;
padding-left: 1.75rem;
position: relative;
}
.page_inner.single h4 {
font-size: 1.2em;
    font-weight: 700;
    margin-top: 1.75em;
    margin-bottom: .5rem;
    padding-left: 1.125em;
    position: relative;
}
.page_inner.single h3::before {
    content: "";
    position: absolute;
    top: calc(50% - .25rem);
    left: 0;
height: calc(100% - .75rem);
width: .5rem;
transform: translateY(-50%);
background: #B0D80B;
}
.page_inner.single h4::before {
    content: "■";
    position: absolute;
    top:.785em;
    left: 0;
transform: translateY(-50%);
color: #B0D80B;
}
.page_inner.single ul li {
    padding-left: 1em;
    position: relative;
}
.page_inner.single ul li::before {
    content: "";
    position: absolute;
    top: .6em;
    left: .25em;
height: .5rem;
width: .5rem;
border-radius: 1000px;
background: #B0D80B;
}

/* color */
.has-text-color.has-brand-green-app-color,
mark.has-inline-color.has-brand-green-app-color {
color: #B0D80B;
}
.has-brand-green-app-background-color {
background: #B0D80B;
}
.has-text-color.has-brand-green-main-color,
mark.has-inline-color.has-brand-green-main-color {
color: #79B700;
}
.has-brand-green-main-background-color {
background: #79B700;  
}
.has-text-color.has-link-blue-color,
mark.has-inline-color.has-link-blue-color {
color: #3366cc;
}
.has-link-blue-background-color {
background: #3366cc;
}
.has-text-color.has-blog-red-color,
mark.has-inline-color.has-blog-red-color  {
color: #e35259;
}
.has-blog-red-background-color {
background: #e35259;
}
.has-text-color.has-blog-orange-color,
mark.has-inline-color.has-blog-orange-color {
color: #f58f00;
}
.has-blog-orange-background-color {
background: #f58f00;
}
.has-text-color.has-blog-marker-orange-color,
mark.has-inline-color.has-blog-marker-orange-color {
color: #ffe4bd;
}
.has-blog-marker-orange-background-color {
background: #ffe4bd;
}
.has-text-color.has-blog-marker-yellow-color,
mark.has-inline-color.has-blog-marker-yellow-color {
color: #fff6a8;
}
.has-blog-marker-yellow-background-color {
background: #fff6a8;
}
.has-text-color.has-blog-marker-light-green-color,
mark.has-inline-color.has-blog-marker-light-green-color {
color: #e4ff8c;
}
.has-blog-marker-light-green-background-color {
background: #e4ff8c;
}
.has-text-color.has-blog-marker-light-blue-color,
mark.has-inline-color.has-blog-marker-light-blue-color {
color: #d7fafa;
}
.has-blog-marker-light-blue-background-color {
background: #d7fafa;
}
.has-text-color.has-blog-pale-pink-color,
mark.has-inline-color.has-blog-pale-pink-color {
color: #ffebf4;
}
.has-blog-pale-pink-background-color {
background: #ffebf4;
}
.has-text-color.has-blog-pale-yellow-color,
mark.has-inline-color.has-blog-pale-yellow-color {
color: #f6ffd9;
}
.has-blog-pale-yellow-background-color {
background: #f6ffd9;
}
.has-text-color.has-blog-pale-beige-color,
mark.has-inline-color.has-blog-pale-beige-color {
color: #f0e6dc;
}
.has-blog-pale-beige-background-color {
background: #f0e6dc
}
.page_inner.single .has-brand-green-app-color a,
.page_inner.single .has-brand-green-main-color a,
.page_inner.single .has-link-blue-color a,
.page_inner.single .has-blog-red-color a,
.page_inner.single .has-blog-orange-color a,
.page_inner.single .has-blog-marker-orange-color a,
.page_inner.single .has-blog-marker-yellow-color a,
.page_inner.single .has-blog-marker-light-green-color a,
.page_inner.single .has-blog-marker-light-blue-color a,
.page_inner.single .has-blog-pale-pink-color a,
.page_inner.single .has-blog-pale-yellow-color a,
.page_inner.single .has-blog-pale-beige-color a {
    color: currentColor;
}