@charset "utf-8";

/*Mobile First- CSS Document */
/*@media screen and (max-width: 599px) {*/
/*--- スマホ599pxまでのCSS -----------------------------------------*/

.body {
width: 100%;
margin: 0px;
font-size: 100%;
text-align: center;
list-style-type: none;
position: relative;
}

.wrap{
	overflow: hidden;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
}

.b {
	font-weight:bold;
}

/* -- ヘッダー --*/
.header{
	width:100%;
	position:fixed;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #ddd;
}
.header .container {
	display: flex;
	justify-content: space-between;
	padding: .45em 1.5em;
}
.header__header-logo a {
	display: block;
}
.header__header-logo a img {
	margin-top: .25em;
}

/*PC用ナビゲーション非表示*/
.pc-nav{
	display: none;
}

/*ハンバーガーメニュー--------------------------*/
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 30px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
}

#ham-menu li{
	padding-top: 10px;
	font-size: 1.8rem;
	line-height: 5rem;
	border-bottom: 1px dashed #ccc;
}


#ham-menu .global-nav__item.global_tel {
	line-height:1.5em;
}
#ham-menu .global-nav__item.global_tel .span1 {
	font-size:14px; font-size:1.4rem;
}
#ham-menu .global-nav__item.global_tel .span2 {
	display:inline-block;
	margin-bottom:.75em;
}



#ham-menu li a{
	text-decoration: none;
	color: #333;
}

#ham-menu li a:hover{
	color: #007af9;
}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-button {
    background-color: #fff; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #666; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    text-align: center;
    top: 0px;
	/* top: 7px; */
	right: 0;
	/* width: 50px;  */
    width: auto; 
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
	padding-right: 8px;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-button {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
/*ここまでハンバーガーメニュー--------------------------*/

/* メインエリア */
.section{
	padding:3rem 0;
	max-height:100%;
}
.section h1{
	font-weight:bold;
	font-size: 35px; font-size:3.5rem;
	line-height:4rem;
}
.section h2{
	font-weight:bold;
	font-size:22px; font-size:2.2rem;
	line-height:1.3em;
	margin-top: 10px;
}

.section.-contact{
	margin-top: -6rem;
	padding: 3rem 0 10rem 0;
}

.br::before{
	content: "\A" ;
	white-space: pre ;
}
.text-center{
	width: 100%;
	margin: 0 auto;
}
.text-center-jhs{
	color: white;
	margin-bottom: .3em;
}
.section h3{
	font-size:21px; font-size:2.1rem;
	line-height:1.3em;
}
.section .lead{
	/*display: block;*/
	font-size:15px; font-size:1.5rem;
	line-height:1.5em;
	text-align: justify;
	/*width: 68%;*/
	/*margin: 0 auto;*/
}

.left_content a.btn{
	display: block;
	color: white;
	background-color:#333;
	text-decoration: none;
	padding: 1em;
	border-radius:5px;
	width: 70%;
	margin: 10px auto;
}

.left_content_s{
	margin-top:5em;
}

.left_content_s a.btn {
    display: block;
    color: white;
    background-color: #333;
    text-decoration: none;
    padding: 1em;
    border-radius: 5px;
    width: 70%;
    margin: 10px auto;
}

.section .lead img{
	float:left;
}


/* Mpvie_Top */
.movie_top {
	position: relative;
	/* background-image:url(../img/bg_smapho.png); */
	/* background-position:center; */
	/* background-repeat:no-repeat; */
	/* -moz-background-size:cover; */
	/* background-size:cover; */
	width:100%;
	overflow:hidden;
	padding-top:51px;
	padding-bottom: 0;
}
.key_box {
	position: relative;
}
.slick-dots {
	display: none !important;
}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
/* text */
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-box h1 {
	font-size: 30px; font-size: 3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: .25em;
  line-height: 1.3em;
  padding: 0;
  text-align: center;
	color: #fff;
	margin: 5em 0;
	text-shadow: #000 5px 5px 10px;
}
.text-box p {
	font-size: 15px; font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
	color: #fff;
	margin-top: .5em;
}
.text-box .action_message {
	margin: 1em auto;
}
.key_box .text-box .btn-regist {
	font-size: 16px; font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	width: 80%;
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 2px;   /* Firefox用 */ 
	/* margin: 0 0 1em; */
}
.text-box p img.ccus_mark {
	position: absolute;
	right: 8%;
	bottom: 95%;
	width: 30%;
}
.text-box p img.angle_bottom {
	position: absolute;
	left: 46%;
	bottom: -8%;
	width: 2em;
}

/* Corona_Message */
.corona_message{
	width: 85%;
	margin: -2em auto 0;
}
.corona_message h2{
	font-family: 'Noto Sans JP', sans-serif;
	color: #004ea2;
	letter-spacing: .1em;
}
.corona_message h3 {
	 color:#004ea2;
	 font-size:15px; font-size:1.5rem; 
	 font-weight:bold;
	 margin-top:1em;
}
.corona_message img{
	width: 100%;
	margin: 0 auto;
}
.corona_message img.eyecatch{
	width: 100%;
	margin: 1em 0;
}
.corona_message p{
	font-size: 15px; font-size: 1.5rem;
	text-align: left;
	line-height: 1.65em;
	margin-bottom: 0;
	text-align: justify;
}
.corona_message p.supplement {
	font-size: 14px; font-size: 1.4rem;
	margin-top: .8em;
}
.corona_message p.supplement a {
	text-decoration: none;
	color: #006eff;
}
.corona_message .action_message{
	border: solid 1px #004ea2;
	border-radius: 10px;        /* CSS3草案 */
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 10px;   /* Firefox用 */ 
	margin-top: 2em;
	padding: 1em;
}
.corona_message .action_message img{
	width: 70%;
	margin-bottom: 1em;
}
.corona_message .action_message p{
	margin: 0 auto;
}
.corona_message .action_message a{
	text-decoration: none;
	font-weight: bold;
	color: #f15a24;
}


/* Main_Top */
.main_top{
	/* position: relative; */
	background:url(../img/bg_smapho.png) no-repeat;
	background-position:center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width:100%;
	overflow:hidden;
	/* padding-top:110px; */
	padding-bottom: 40px;
	display: block;
}
.main_top h1 {
	margin-bottom:0.4em;
}
.main_top h1 img {
	margin:0.1em;
	/* width: 47%; */
	height: auto;
}
.main_top_lead{
	margin:0 auto;
	font-size:16px; font-size:1.5rem;
	margin-bottom:1.4em;
	line-height:1.5em;
	max-height:100%;
	/*width: 90%;*/
}
.main_top_lead_info{
	margin:0 auto;
	font-size:23px; font-size:2.3rem;
	font-weight: bold;
	color: #d36066;
	margin-bottom:0.4em;
	line-height:1.5em;
	max-height:100%;
}

.main_top_lead_info a {
	text-decoration: none;
	color: #d36066;
}

.main_top_lead_info a:hover {
	color: #d2777c;
}

.boldText {
	font-weight: bold;
	font-size: 22px;
}

	/*資料請求・新規お申込みボタン*/
/* border-radius がサポートされていない場合 */
.no-borderradius .btn-regist, .btn-regist{
	display:inline-block;
	text-decoration: none;
	/* background:#d36066; */
	background: #ed1c24;
	color:#fff;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.8rem;
	border-radius: 5px;
}
/* border-radius がサポートされている場合 */
.borderradius .btn-regist{
	display:inline-block;
	/* background:#d36066; */
	background: #ed1c24;
	color:#fff;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.8rem;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.btn-regist.-new{
	letter-spacing: .3em;
}
.btn-regist:hover{
	background:#cb1c24;
	color:#fff;
}


/*セミナーボタン*/
/* border-radius がサポートされていない場合 */
.no-borderradius .btn-seminar, .btn-seminar{
	display:inline-block;
	text-decoration: none;
	background:#29abe2;
	color:#fff;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.8rem;
	border-radius: 5px;
	margin-top:1em;
}
/* border-radius がサポートされている場合 */
.borderradius .btn-seminar{
	display:inline-block;
	background:#29abe2;
	color:#fff;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.8rem;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	margin-top:1em;
}
.btn-seminar:hover{
	background:#4abbe7;
	color:#fff;
}

/*お客様の声ーボタン*/
/* border-radius がサポートされていない場合 */
.no-borderradius .btn-voice, .btn-voice{
	display:inline-block;
	text-decoration: none;
	background:#fff;
	color:#333;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.8rem;
	border-radius: 5px;
	margin-top:1em;
}
/* border-radius がサポートされている場合 */
.borderradius .btn-voice{
	display:inline-block;
	background:#fff;
	color:#333;
	width:90%;
	padding: .8em 0;
	font-size:18px; font-size:1.8rem;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	margin-top:1em;
	border: solid 1px #333;
}
.btn-voice:hover{
	background:#fff;
	color:#888;
	border: solid 1px #888;
}

/* border-radius がサポートされていない場合 */
.no-borderradius .btn-JH, .btn-JH{
	display:inline-block;
	background:#fff;
	color:#d36066;
	border: 1px solid #d36066;
	width:90%;
	padding:1.1em 0;
	font-size:22px; font-size:2.2rem;
	font-weight:bold;
	text-decoration: none;
	border-radius: 5px;
	margin-bottom:.5em;
}
/* border-radius がサポートされている場合 */
.borderradius .btn-JH{
	display:inline-block;
	background:#fff;
	color:#d36066;
	border: 1px solid #d36066;
	width:90%;
	padding:1.1em 0;
	font-size:22px; font-size:2.2rem;
	font-weight:bold;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	margin-bottom:.5em;
}
.btn-JH:hover{
	color:#de6c73;
	border: 1px solid #de6c73;
}

/* border-radius がサポートされていない場合 */
.no-borderradius .btn-begin, .btn-begin{
	display:none;
	/*display:inline-block;*/
	background:#9bba4d;
	color:#fff;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.8rem;
	margin-top:1em;
}
/* border-radius がサポートされている場合 */
.borderradius .btn-begin{
	display:none;
	/*display:inline-block;*/
	background:#9bba4d;
	color:#fff;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.8rem;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
/* border-radius がサポートされていない場合 */
.no-borderradius h2 a.btn-case,  h2 a.btn-case{
	display:inline;
	background:#9bba4d;
	color:#fff;
	padding:0.5em 1em;
	margin-left:3em;
	font-size:14px; font-size:1.4rem;
	text-align:center;
	font-weight:normal;
	margin-top:1em;
}
/* border-radius がサポートされている場合 */
.borderradius  h2 a.btn-case{
	display:inline;
	background:#9bba4d;
	color:#fff;
	padding:0.5em 1em;
	margin-left:3em;
	font-size:14px; font-size:1.4rem;
	text-align:center;
	font-weight:normal;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.btn-begin:hover,  h2 a.btn-case:hover{
	background:#afc654;
	color:#fff;
}

/* Footer */
.footer{
	clear:both;
	background:#235eae;
	padding:2.2em 0;
	overflow:hidden;
}
.footer .container{
	padding: 0;
}
.footer .left_content{
	position: relative;
	padding: 0;
}

.footer .right_content{
	/*float:left;*/
	font-size: 1.5rem;
	width:90%;
}

.footer ul.global_nav{
	margin-top: 5%;
margin-left: 10%;
	width:100%;  /* fb_plugins公開時の設定 */
}
.footer li.global_nav_item{
	float:left;
	padding-right:1.5em;
	font-size:14px; font-size:1.4rem;
}
.footer li.global_nav_item a{
	display:block;
	text-decoration: none;
	padding:0.3em 0;
	color:#fff;
}
.footer li.global_nav_item a:hover{
	color:#ddd;
}
.footer_pagetop{
	/*clear: both;*/
	float:right;
	margin-top: -12%;
}
.footer_pagetop a img{
	padding:0.6em 0;
}
.footer ul.footer_nav{
	float:left;
	margin-left: 10%;
	width:100%;
}
.footer li.footer_nav_item{
	float:left;
	padding:0.5em 1em 0.5em 0;
	font-size:12px; font-size:1.2rem;
	color:#fff;
}
.footer li.footer_nav_item a{
	display:inline-block;
	color:#fff;
	text-decoration: none;
}
.footer li.footer_nav_item a:hover{
	color:#ddd;
}
.footer li.sns_icon{
	padding-top:1em;
}
.footer .copyright{
	clear:both;
	padding-top:2em;
}
.footer .copyright_text{
	color:#fff;
	font-size:13px; font-size:1.3rem;
	margin-bottom: 1em;
}
.footer .copyright_text a{
	color: #fff;
	font-size:13px; font-size:1.3rem;
	margin-bottom: 1em;
	text-decoration: none;
}
.footer .copyright ul.sociallink{
	float:right;
	margin-bottom: 1rem;

}
.footer .copyright ul.sociallink li.sociallink_button{
	float:right;
	margin-right:1em;
}
.sns_icon{
	display: none;
}

/* Top --------------------*/
.top{
	background-color:#ecf4f8;
	padding-top:7rem;
}
.top h1{
	font-size:26px; font-size:2.6rem;
}
.top_lead{
	margin:0 auto;
	width: 85%;
	font-size:15px; font-size:1.5rem;
	margin-top:1em;
	line-height:1.5em;
	text-align: left;
}
.top_lead_sub_main{
	margin:1em auto;
	width: 85%;
	font-size:13px; font-size:1.3rem;
	line-height:1.5em;
	text-align: left;
}
.top_lead_sub_main span{
	display:block;
	border:solid 1px #666;
	padding:1em 1.5em;
}
.top_lead_sub{
	margin:0 auto;
	width: 85%;
	font-size:13px; font-size:1.3rem;
	margin-top:1em;
	line-height:1.5em;
	text-align: left;
}
.top a{
	color:#39F;
	text-decoration:none;
}
.top a:hover{
	text-decoration:underline;
}
.top a.operation_link{
	font-size:18px; font-size:1.8rem;
	font-weight:bold;
}

.top.-contact .top__img {
	width: 80%;
	margin: 1.5em auto 1em;
}

/* Features */
.features{
	overflow:hidden;
}
.features p.lead{
	padding-top:0.5em;
	font-size:14px; font-size:1.4rem;
	text-align: center;

}
.features h2{
	font-weight: bold;
	font-size:21px; font-size:2.1rem;
	line-height:1.3em;
}
.features ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
  margin-top:0.5em;
	width: 90%;
	margin: 0 auto;
}
.features li img{
	width: 65%;
}
.features li{
	width: 30%;
	overflow:hidden;
}
.features a{
	margin-top:1.8em;
	text-decoration: none;
	display:block;
	border:solid 1px #ccc;
	padding:1.8em 0;
	border-radius: 0.5rem;
}
.features a:hover{
	background-color:#f5f6f7;
}


/* Feature1-7 */
#feature1, #feature3, #feature5, #feature7{
	background-color:#f5f6f7;
}
.feature span.new{
	display:inline-block;
	background:#F00;
	color:#fff;
	font-size:12px; font-size:1.2rem;
	font-weight:bold;
	padding:0.2em 0.6em;
	margin-right:0.5em;
	text-indent:0;
}

.feature h2 img{
	width:50px;
	height:50px;
	padding-right:15px;
	vertical-align:middle;
}
.feature h2{
	font-size:18px; font-size:1.8rem;
	color:#004ea2;
	width: 85%;
	text-align: left;
	margin-left:10%;
	/*padding-left: 5rem;*/
}
.list2top {
	font-size:18px; font-size:1.8rem;
	color:#004ea2;
	margin-left: 6.5rem;
	margin-top: -1rem;
}
.feature h2 span{
	font-size:13px; font-size:1.3rem;
	font-weight:normal;
	color:#333;
	padding-left:1em;
}
.feature ul{
	margin-top:1.5em;
}
.feature ul li{
	/*padding:1em 0;*/
	width: 85%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 1rem;
}
.feature ul li img{
	width: 100%;
	margin-bottom: 1em;
}
.feature ul li h3{
	font-size:16px; font-size:1.6rem;
	line-height:1.5em;
	font-weight:bold;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	padding-top: 1rem;
}
.feature ul li h3 span{
	display:inline-block;
	background-color:#333;
	padding:0 10px;
	padding-left:
	2.5rem;
	margin-left:0.8em;
	font-size:12px; font-size:1.2rem;
	color:#fff;
	vertical-align:middle;
}
.feature ul li h3 span.option{
	background-color:#004ea2;
}
.feature ul li p{
	font-size:15px; font-size:1.5rem;
	margin:0.5em 0 0 .5em;
}

#feature2 a.btn-case {
	text-decoration: none;
	display:inline;
	background:#9bba4d;
	color:#fff;
	padding:0.5em 1em;
	margin-left:5em;
	font-size:14px; font-size:1.4rem;
	text-align:center;
	font-weight:normal;
	margin-top:1em;
}

#feature4 a.btn-case {
	text-decoration: none;
	display:inline;
	background:#9bba4d;
	color:#fff;
	padding:0.5em 0.8em;
	margin-left:6em;
	font-size:14px; font-size:1.4rem;
	text-align:center;
	font-weight:normal;
	margin-top:1em;
}

.contact .btn-regist{
	display:inline-block;
	background: #ed1c24;
	color:#fff;
	width:90%;
	padding:1.1em 0;
	font-size:18px; font-size:1.7rem;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	letter-spacing: .05em;
}
.btn-regist:hover{
	/*background:#f47a4a;*/
	background:#cb1c24;
	color:#fff;
}
/* LP_Mov */
/* LP_Action */
.lp_mov, .lp_action{
	background:#f5f6f7;
}

/* LP_Footer */
.lp_footer{
	background:#235eae;
	padding:2.2em 1em;
}
.lp_footer .copyright .copyright_text{
	color:#fff;
}

/* SLP_Top お問合せ*/
.slp_top{
	background-color:#036;
}
.slp_top h1, .slp_top h2{
	color:#FFF;
}

/* SLP_Why */
.slp_why{
		background-color:#CCC;
}

/* SLP_Footer */
.slp_footer{
	background:#235eae;
	padding:2.2em 0;
}
.slp_footer .copyright .copyright_text{
	color:#fff;
}


/* SLP_Contact_Top */
.slp_contact_top{
	background:#333;
	padding:2.2em 1em;
}
h1.slp_contact_top_h1{
	color:#FFF;
	font-size:26px; font-size:2.6rem;
	line-height:1.5em;
	margin-bottom:0.5em;
}
p.slp_contact_top_p{
	color:#FFF;
	font-size:16px; font-size:1.6rem;
	line-height:1.5em;
	text-align:left;
}
/* FAQ */
.faq{
	width: 90%;
	margin: 0 auto;
}
.faq h2{
	font-size:21px; font-size:2.1rem;
	margin-bottom:1em;
	text-align: left;

}
.faq h2.feature{
	margin-top:2em;
}
.faq ul{
	margin-bottom:5em;
}
.faq ul li{
	margin-top:1.2em;
}
.faq h3{
	text-align: left;
	font-size:16px; font-size:1.6rem;
	line-height:1.5em;
	/*text-indent:1em;*/
	/*width:90%;*/
	background-color:#f5f6f7;
	border:solid 10px #f5f6f7;
	/*padding-left: 2em;
	text-indent: -2em;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq h3 span{
	display: none;
	display:inline-block;
	margin-left: .8em;
	/* float: right; */
	vertical-align: middle;
	/*padding-right:1em;*/
	/* margin-top: -1rem; */
	font-weight:bold;
	/*padding-left: -2rem;*/
}

.faq h4{
	text-align: left;
	font-size:16px; font-size:1.6rem;
	border-left:8px solid #333;
	text-indent:0.5em;
	padding-left:-0.5em;
	margin-bottom:0.5em;

}
.faq_item{
	border-left:solid 10px #f5f6f7;
	border-bottom:solid 10px #f5f6f7;
	border-right:solid 10px #f5f6f7;
	padding:2em 1.8rem 0em 1.8rem;
}
.faq_item p{
	text-align: left;
	font-size:16px; font-size:1.6rem;
	margin-bottom:1.8em;
}
.faq_item p.attention{
	font-size:13px; font-size:1.3rem;
	color:#666;
	margin-bottom:2em;
}
.faq a{
	color:#004ea2;
	text-decoration:underline;
}
.faq a:hover{
	color:#9dbd52;
	text-decoration:underline;
}

.faq_item ul li{
	padding-bottom:1em;
}
.faq_item ul li h3 {
	font-size:21px; font-size:2.1rem;
	margin:0.8em 0;
}

.faq_item ul li ul li{
	font-size:16px; font-size:1.6rem;
	line-height:1.8em;
}
.faq_item ul li ul li a{
	color:#06C;
}
.faq_item ul li ul li a:hover{
	color:#69C;
}
/*}*/
/*end*/

/*--- タブレット600以上～959px以下のCSS -----------------------------------*/
/*@media screen and (min-width:600px), screen and (max-width:959px) {*/
@media screen and (min-width:600px) {

.terms ul li.legal_item ul li.legal_item_child{
	margin-top:0.3em;
	text-indent:0em;
}
.mobile_view, .desktop_view{
	display:none;
}
.tablet_view{
	display:block;
}

/* -- ヘッダー --*/
.header h1.header_logo{
	width:25%;
}

.main_top h1 img {
			margin:0.3em;
		}

.main_top_lead{
			font-size:17px; font-size:1.7rem;
			width:100%;
			line-height: 1.7em;
		}

.borderradius .btn-regist, .borderradius .btn-seminar, .borderradius .btn-voice{
			padding:.8em 0;
			font-size:20px; font-size:2rem;
			letter-spacing: .3em;
		}
.borderradius .btn-regist.-new{
	max-width: 422px;
}

.borderradius .btn-JH{
			padding:.5em 0;
			font-size:25px; font-size:2.5rem;
			font-weight:bold;
			margin-bottom:.5em;
		}

		/*PRトップの展示会リンク*/
		.exhibition_pr{
			background-image:url(../img/JHSPR.png);
			background-position:center;
			background-repeat:no-repeat;
			-moz-background-size:cover;
			background-size:cover;
			width:100%;
			overflow:hidden;
			}
			.exhibition_pr li.exhibition_btn{
				display:block;
				margin-top:320px;
				/*margin-left:60px;*/
			}
			.exhibition_pr li.exhibition_btn img{
				width: 45%;
				/*margin-right:20px;*/
			}
			.exhibition_pr li.exhibition_btn_mobile{
				display:none;
			}
			.exhibition_pr li.exhibition_text{
				margin-left:40px;
			}
			.exhibition_pr li.exhibition_text img{
				width: 44%;
			}

		/*PRトップのセミナーリンク*/
		.seminar_pr{
			background-image:url(../img/seminar_bg_smapho.png);
			background-position:center;
			background-repeat:no-repeat;
			-moz-background-size:cover;
			background-size:cover;
			width:100%;
			overflow:hidden;
			padding-top:60px;
			padding-bottom: 45px;
			background-position:0 -40px;
			}

			.voucher_pr{
				background-image:url(../img/voucher_bg_smapho.png);
				background-position:center;
				background-repeat:no-repeat;
				-moz-background-size:cover;
				background-size:cover;
				width:100%;
				overflow:hidden;
				padding-top:60px;
				padding-bottom: 45px;
				background-position:0 -40px;
				}

			.japanhome_pr{
				background-image:url(../img/JHS_PRimg.png);
				background-position:center;
				background-repeat:no-repeat;
				-moz-background-size:cover;
				background-size:cover;
				width:100%;
				overflow:hidden;
				padding-top:60px;
				padding-bottom: 45px;
				background-position:0 -40px;
				}

			.seminar_pr h2 {
				font-size: 2.6rem;
				color: white;
				margin-bottom:0.4em;
			}

			.voucher_pr h2 {
				font-size: 2.6rem;
				color: white;
				margin-bottom:0.4em;
			}

			.seminar_title_s{
				font-size: 1.9rem;
				color: white;
				letter-spacing: 2px;
				margin-bottom: -5px;
			}

			.voucher_title_s{
				font-size: 1.9rem;
				color: white;
				letter-spacing: 2px;
				margin-bottom: -5px;
			}

			.replace_title_s{
				font-size: 2.2rem;
				font-weight:bold;
				color: #333;
				letter-spacing: 2px;
				margin-bottom: 0px;
			}

			.replace_title_s2{
				font-size: 2rem;
				letter-spacing: 2px;
				margin-bottom: 0px;
			}
			.replace_title_s3{
				width: 85%;
				font-size: 1.5rem;
				letter-spacing: 0px;
				margin-top: 10px;
				margin-bottom: 10px;
			}

			.replace_title_s4{
				margin: 0 auto;
				text-align: left;
				font-weight: normal;
				width: 85%;
				font-size: 1.4rem;
				margin-top: 3px;
				padding-bottom: 15px;
			}

			.seminar_pr img {
				width: 50%;
			}

		/*PRトップのIT補助金リンク*/
		.ITSubsidy_pr{
			background-image:url(../img/ITSubsidy_bg_smapho.png);
			background-position:center;
			background-repeat:no-repeat;
			-moz-background-size:cover;
			background-size:cover;
			width:100%;
			overflow:hidden;
			padding-top:25px;
			padding-bottom: 25px;
			background-position:0 -40px;
			}
			.ITSubsidy_pr img.ITSubsidy_title {
				display: none !important;
			}
			.ITSubsidy_pr img.ITSubsidy_title_smapho {
				display: block !important;
				width: 50%;
			}
		.ITSubsidy_pr a{
			text-decoration:none;
		}
		.ITSubsidy_pr a p{
			display:inline;
			padding-left:.5em;
			font-size:18px; font-size:1.8rem;
			color:#06F;
		}
		.ITSubsidy_pr a  img.pdfIcon {
			width: 2.5%;
			vertical-align:top;
		}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
/* text */
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-box h1 {
	font-size: 30px; font-size: 3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: .25em;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
	color: #fff;
	margin: 4em 0 2.5em;
}
.text-box p {
	font-size: 15px; font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
	color: #fff;
	margin-top: .5em;
}
.text-box .action_message {
	margin: 1em auto;
}
.key_box .text-box .btn-regist {
	font-size: 16px; font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	width: 35%;
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 2px;   /* Firefox用 */ 
	/* margin: 0 0 1em; */
}
.text-box p img.ccus_mark {
	position: absolute;
	top: none;
	left: 8%;
	bottom: 0;
	width: 18%;
}
.text-box p img.angle_bottom {
	position: absolute;
	left: 48%;
	bottom: -8%;
	width: 2em;
}

/*メインフォーム*/
.sendBtn{
	width:55%;
}

.footer .right_content {
     /*float: left;*/
    font-size: 1.5rem;
    width:90%;
}
.footer ul.footer_nav {
    float: left;
    margin-left: 10%;
    width: 100%;
}

/*Top*/
.top h1 {
    font-size: 30px;
    font-size: 3rem;
		text-align: left;
		margin-left: 7%;
}
.top_lead{
	margin:0 auto;
	width: 85%;
	font-size:15px; font-size:1.5rem;
	margin-top:1em;
	line-height:1.5em;
	text-align: left;
}
.top_lead_sub_main{
	margin:1em auto;
	width: 85%;
	font-size:13px; font-size:1.3rem;
	line-height:1.5em;
	text-align: left;
}
.top_lead_sub_main span{
	display:inline-block;
	border:solid 1px #666;
	padding:.8em 1em;
}
.top_lead_sub{
	margin:0 auto;
	width: 85%;
	font-size:13px; font-size:1.3rem;
	margin-top:1em;
	line-height:1.5em;
	text-align: left;
}


.top.-contact .top__item-box {
	position: relative;
}
.top.-contact .item-box__img {
	position: absolute;
	width: 25%;
	top: 5%;
	right: 5%;
}


.section h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4em;
    margin-top: 10px;
		/*text-align: left;
		margin-left: 7%;*/
}
.replace_pr h2 {
	font-size: 2.6rem;
	color: #004ea2;
	margin-bottom:0.6em;
	margin-top: -1px;
	width: 90%;
}
.ourClient h2{
	font-size: 26px; font-size: 2.6rem;
	color: #004ea2;
}

.JH-backimage{
	height: 43em;
	background-image:url(../img/JH_promo_img-m.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: 0rem 27rem;
}


.features ul {
    display: flex;
    justify-content: space-between;
    flex-wrap:nowrap;
    margin-top: 0.5em;
    width: 90%;
    margin: 0 auto;
}

.features li {
  padding: 0 2px;
}

.features p.lead {
    padding-top: 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
}

.list2top {
    font-size: 30px; font-size: 3rem;
    color: #004ea2;
    margin-left: 27rem;
    margin-top: -4.5rem;
}

.feature ul li img {
    width: 100%;
		/*margin: 0 auto;*/
		text-align: center;

		margin-bottom: 1em;
	}

#feature2 a.btn-case {
	    text-decoration: none;
	    display: inline;
	    background: #9bba4d;
	    color: #fff;
	    padding: 0.5em 1em;
	    margin-left: -20em;
	    font-size: 14px;
	    font-size: 1.4rem;
	    /*text-align: center;*/
	    font-weight: normal;
	}

	#feature4 a.btn-case {
	    text-decoration: none;
	    display: inline;
	    background: #9bba4d;
	    color: #fff;
	    padding: 0.5em 0.8em;
	    margin-left: -19em;
	    font-size: 14px;
	    font-size: 1.4rem;
	    text-align: center;
	    font-weight: normal;
	    margin-top: 1em;
}

.features h2{
	text-align: left;
	margin-left: 7%;
}

.contact_form_answer {
    text-align: center;
		padding: 0 2%;
}

/* Material */

.flexbox_material{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.material ul{
	width:100%;
}
.material ul li.material_item{
	width:45%;
	margin: 2em auto;
}
.material ul li.material_item div{
	margin-top:1em;
	text-align:left;
}
.material ul li.material_item div.flex-order-2{
	margin-left:1em;
}
.material h3 {
	font-size:20px; font-size:2rem;
	font-weight:bold;
	color:#004ea2;
}
.material h3 span {
	font-size:18px; font-size:1.8rem;
	color:#666;
}
.material .btn {
	display:inline-block;
	font-size:16px; font-size:1.6rem;
	color: white;
	background-color:#333;
	text-decoration: none;
	padding: 1em 0em;
	text-indent:1.5em;
	border-radius:5px;
	width: 100%;
	margin: 10px auto;
}
}

/*faq*/
.faq h2{
	margin-left: -0.5rem;
}
.faq h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0;
		padding-left: 1em;
		padding-right: 1em;
}

.faq {
width: auto;
}

.faq .container{
	/* width: 85%; */
}

.faq_item p {
	text-align: left;
	width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.8em;
}

.faq h4 {
	text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 8px solid #333;
    text-indent: 0.5em;
    padding-left: -0.5em;
    margin-bottom: 0.5em;
}
/*end*/






/*--- PC960px以上のCSS ----------------------------------------------*/
@media screen and (min-width:960px){	
	
.mobile_view, .tablet_view{
	display:none;
}
.desktop_view{
	display:block;
}


.body{
-webkit-text-size-adjust:100%;
min-width: 100%;
}

.header .container {
	width:960px;
	height: 60px;
	padding:0;
	margin:0 auto;
	align-items: center;
}
.container {
	width:960px;
	padding:0;
	margin:0 auto;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
/*ハンバーガーメニュー非表示*/
#menu-button{
	display: none;
}

#ham-menu{
	display: none;
}
#menu-cb{
	display: none;
}

.pc-nav{
	display:inline;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#004ea2;
	text-decoration:none;
}

.header__global-nav {
	flex-basis: 820px;
}
.pc-nav {
	display: flex;
	justify-content: space-between;
}
.pc-nav ul.global-nav {
	display: flex;
	justify-content: space-between;
}
.pc-nav ul.global-nav.-link li.global-nav__item {
	font-size:14px; font-size:1.4rem;
	padding-right:1.5em;
	padding-top:.25em;
}
.pc-nav ul.global-nav.-btn li.global-nav__item {
	font-size:14px; font-size:1.4rem;
	padding-right:1.5em;
}
.pc-nav ul.global-nav li.global-nav__item a {
	display:block;
	padding-bottom: .3em;
	border-bottom: 2px solid rgba(255,0,0,0)
}
.pc-nav ul.global-nav.-link {
	margin-top:1em;
}
.pc-nav ul.global-nav.-link li.global-nav__item a:hover {
	padding-bottom:0.3em;
	border-bottom:solid 2px #004ea2;
	color:#004ea2;
}
.pc-nav ul.global-nav li.global-nav__item a.target {
	display:block;
	padding-bottom:0.3em;
	border-bottom:solid 2px #333;
	color:#333;
}


.header li.ad_message {
	float:left;
}
.header li.ad_message p.triangle {
	float:left;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 15px solid #eaeaea;
	margin-top:0.75em;
	margin-left:1em;
}
.header li.ad_message p.ad_message {
	margin-left:2em;
	color:#d36066;
	font-weight:bold;
	background-color:#eaeaea;
	display:block;
	padding:0.3em 1em;
	border:solid 1px #eaeaea;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */

}


/* 以下、ad_message非公開時の設定 */
.header li.ad_message{
	display:none;
}


.header .global-nav.-add_tel{
	/* margin-top:.75em; */
	align-items: center;
}
.header .global-nav.-add_tel li.global-nav__item:last-child{
	padding-right:0;
}
/* .header li.global_tel {
	margin-top:-.75em;
} */
.header li.global_tel .span1 {
	font-size:12px; font-size:1.2rem;
}
.header li.global_tel .span2 {
	font-size:20px; font-size:2rem;
	font-weight:bold;
	color:#ed1c24;
	line-height: 1;
}


/* border-radius がサポートされていない場合 */
.no-borderradius .header li.global_login a, .header li.global_login a{
	display:block;
	padding:0 1em;
	margin-top:0px;
	border:solid 1px #ed1c24;
	color: #ed1c24;
}
/* border-radius がサポートされている場合 */
.borderradius .header li.global_login a{
	display:block;
	padding:0.5em 1em;
	border:none;
	color: #333;
	font-weight: 500;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.header li.global_login a:hover{
border:none;
	color:#333;
	background:#dcdcdc;
	border-radius: 5px;
}
.borderradius .header li.global_Document a{
	display:block;
	padding:0.5em 1em;
	border:solid 1px #ed1c24;
	background:#ed1c24;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.header li.global_Document a:hover{
	border:solid 1px #d21118;
	color:#fff;
	background:#d21118;
	border-radius: 5px;
}

.no-borderradius .header li.global_regist, .header li.global_regist {
	margin-right: .8em;
}

/* border-radius がサポートされていない場合 */
.no-borderradius .header li.global_regist a, .header li.global_regist a{
	display:block;
	padding:0 .5em;
	margin-top:0px;
	border:solid 1px #ed1c24;
	font-size: 14px; font-size: 1.4rem;
	width: 100%;
}
/* border-radius がサポートされている場合 */
.borderradius .header li.global_regist a{
	display:block;
	padding:0.3em .5em;
	border:solid 1px #ed1c24;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.header li.global_regist a:hover{
	border:solid 1px #cb1c24;
	color:#fff;
	background:#cb1c24;
	border-radius: 5px;
}

/* .header li.global_regist a {
	display:block;
	font-size: 14px; font-size: 1.4rem;
	width: 120px;
}
.header li.global_regist a:hover {
	padding-bottom:0.3em;
	border-bottom:solid 2px #004ea2;
	color:#004ea2;
} */


.no-borderradius .header li.global_operation, .header li.global_operation {
	margin-right: .8em;
}

/* border-radius がサポートされていない場合 */
.no-borderradius .header li.global_operation a, .header li.global_operation a{
	display:block;
	padding:0 .5em;
	margin-top:0px;
	border:solid 1px #343440;
	font-size: 14px; font-size: 1.4rem;
	width: 100%;
}
/* border-radius がサポートされている場合 */
.borderradius .header li.global_operation a{
	display:block;
	padding:0.3em .5em;
	border:solid 1px #343440;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.header li.global_operation a:hover{
	border:solid 1px #343440;
	color:#fff;
	background:#343440;
	border-radius: 5px;
}



.section{
	padding: 5em 0;
}
.section.top{
	padding: 5em 0 2em;
}
.replace_pr{
	margin-top: -50px;
	margin-bottom: -40px;
}

.section h1{
	font-weight:bold;
	font-size:48px; font-size:4.8rem;
	line-height:1.3em;
}

.section h2{
	font-weight:bold;
	font-size: 31px;  font-size: 3.1rem;
	line-height:1.3em;
	margin-top: 0;
}

.br::before{
	content: "\A" ;
	white-space:nowrap;
}

.section h3{
	font-size:21px; font-size:2.1rem;
	line-height:1.3em;
}
.section .lead{
	font-size:16px; font-size:1.6rem;
	line-height:1.5em;
	letter-spacing: -0.5px;
}

/* Main_Top ----------------*/
.main_top{
	background-image:url(../img/bg.png);
	background-position:center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width:100%;
	overflow:hidden;
	/* padding-top:110px; */
	padding-bottom: 30px;
}
.main_top h1 {
	margin-bottom:0.4em;
}
.main_top h1 img {
	margin:0.1em;
}
.main_top_lead{
	margin:0 auto;
	font-size:18px; font-size:1.8rem;
	margin-bottom:.8em;
margin-top: -1em;
	line-height:1.5em;
	max-height:100%;
}
.main_top_lead_info{
	margin:0 auto;
	font-size:26px; font-size:2.6rem;
	font-weight: bold;
	color: #d36066;
	margin-bottom:0.4em;
	line-height:1.5em;
	max-height:100%;
}

.main_top_lead_info a {
	text-decoration: none;
	color: #d36066;
}

.main_top_lead_info a:hover {
	color: #d2777c;
}


.no-borderradius .btn-regist, .no-borderradius .btn-seminar, .no-borderradius .btn-voice, .no-borderradius .btn-JH {
	width: 580px;
}
.borderradius .btn-regist, .borderradius .btn-seminar, .borderradius .btn-voice, .borderradius .btn-JH {
	width: 580px;
	letter-spacing: .1em;
}

/* Footer */
.footer .left_content{
	float:left;
	width:340px;
	padding-right:0.1em;
	box-sizing: content-box;
}
.footer .right_content{
	float:left;
	width:500px;
	padding-right:1.2em;
}

.top h1 {
	margin-top: 10px;
    font-size: 30px;
    font-size: 3rem;
    margin-left: 5%;
}
.top_lead{
    margin: 0 auto;
    width: 90%;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 0.5em;
	margin-left: 5%;
}
.top_lead_sub_main{
	margin:1em auto;
	width: 90%;
	font-size:13px; font-size:1.3rem;
	line-height:1.5em;
	text-align: left;
}
.top_lead_sub_main span{
	display:inline-block;
	border:solid 1px #666;
	padding:.8em 1em;
}
.top_lead_sub{
	margin:0 auto;
	width: 90%;
	font-size:13px; font-size:1.3rem;
	margin-top:1em;
	line-height:1.5em;
	text-align: left;
}


.top.-contact .top__item-box {
	position: relative;
}
.top.-contact .item-box__img {
	position: absolute;
	width: 25%;
	top: 8%;
	right: 3%;
}



.features p.lead {
    padding-top: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
}

.feature ul li img {
    width: 80%;
		text-align: center;
		padding: 0 10%;
		margin: 10px auto;
	}
.feature ul li img.processSheet {
    width: 100%;
		text-align: center;
		padding: 0;
		margin: 10px auto;
	}

	.feature ul li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 1rem;
}

.feature ul li h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
}
.feature ul li p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5em;
}

#feature2 a.btn-case {
    margin-left: -32em;
  margin-top: 2rem;
}
#feature4 a.btn-case {
    margin-left: -30em;
  margin-top: 2rem;
}

.relationInfo{
	padding-top: 0;
}
}
/*end*/

/*--- PC1280px以上のCSS ----------------------------------------------*/
@media screen and (min-width:1300px){

	.faq .container{
		width: 960px;
	}
}
/* @media screen and (min-width:1300px){
} */

/* 共通css */
.section.contact{
	overflow: hidden;
    background: #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
/* ---------------------------------------------- */

/*お客様の声-業者さんヒアリング部分のCSS*/
@media screen and (max-width: 599px) {
	.voice .iv-inner{
		width: 90%;
		margin: 0 auto;
		padding: 2rem 0 3rem 0;
	}
	.voice .iv-inner p.iv-person_caption{
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 1.4;
		font-size: 1.5rem;
	}
	.iv-inner .iv-individual.-left{
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  flex-direction: row;
	  margin-top: 2.5rem;
	  align-items: center;
	}
	.iv-inner .iv-individual.-right{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row-reverse;
		margin-top: 2.5rem;
		align-items: center;
	}
	.iv-inner .iv-individual:first-child{
		margin-top: 0;
	}  
	.iv-inner .iv-individual .person-box.-left{
	  width: 100%;
	}
	.iv-inner .iv-individual .person-box.-right{
		width: 100%;
	  }
	.iv-inner .iv-individual .person-box img.person-img{
		width: 11rem;
	  }
	.iv-inner .iv-individual ul.person-left{
		width: 75%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #F2F6FA;
		padding: 3rem 2rem;
		margin-top: 1.5rem;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		align-items: flex-start;
	}
	.iv-inner .iv-individual ul.person-right{
		width: 75%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #F2F6FA;
		padding: 3rem 2rem;
		margin-top: 1.5rem;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		align-items: flex-start;
	}
	.iv-inner .iv-individual ul li{
		padding: 0;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.7;
		padding-left: 1em;
		text-indent: -1em;
	}
	.iv-inner .iv-individual span.blue-text{
		color: #2F5496;
		font-weight: 500;
	}
}
@media screen and (min-width:600px) {
	.voice .iv-inner{
		width: 90%;
		margin: 0 auto;
		padding: 2rem 0 3rem 0;
	}
	.voice .iv-inner p.iv-person_caption{
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 1.4;
		font-size: 1.5rem;
	}
	.iv-inner .iv-individual.-left{
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  flex-direction: row;
	  margin-top: 2.5rem;
	  align-items: center;
	}
	.iv-inner .iv-individual.-right{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row-reverse;
		margin-top: 2.5rem;
		align-items: center;
	}
	.iv-inner .iv-individual:first-child{
		margin-top: 0;
	}  
	.iv-inner .iv-individual .person-box.-left{
	  width: 100%;
	}
	.iv-inner .iv-individual .person-box.-right{
		width: 100%;
	  }
	.iv-inner .iv-individual .person-box img.person-img{
		width: 11rem;
	  }
	.iv-inner .iv-individual ul.person-left{
		width: 75%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #F2F6FA;
		padding: 3rem 2rem;
		margin-top: 1.5rem;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		align-items: flex-start;
	}
	.iv-inner .iv-individual ul.person-right{
		width: 75%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #F2F6FA;
		padding: 3rem 2rem;
		margin-top: 1.5rem;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		align-items: flex-start;
	}
	.iv-inner .iv-individual ul li{
		padding: 0;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.7;
		padding-left: 1em;
		text-indent: -1em;
	}
	.iv-inner .iv-individual span.blue-text{
		color: #2F5496;
		font-weight: 500;
	}
}
@media screen and (min-width:960px){
	.voice .iv-inner{
		width: 90%;
		margin: 0 auto;
		padding: 2rem 0 3rem 0;
	}
	.voice .iv-inner p.iv-person_caption{
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 1.4;
		font-size: 1.5rem;
	}
	.iv-inner .iv-individual.-left{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row;
		margin-top: 2.5rem;
		align-items: center;
	  }
	.iv-inner .iv-individual.-right{
		  display: flex;
		  flex-wrap: wrap;
		  justify-content: center;
		  flex-direction: row-reverse;
		  margin-top: 2.5rem;
		  align-items: center;
	  }
	.iv-inner .iv-individual:first-child{
		  margin-top: 0;
	  }
	.iv-inner .iv-individual .person-box.-left{
		width: 17%;
		margin-right: 1rem;
	  }
	.iv-inner .iv-individual .person-box.-right{
	    width: 17%;
	    margin-left: 1rem;
	  }
	.iv-inner .iv-individual .person-box img.person-img{
		width: 12rem;
	  }
	.iv-inner .iv-individual ul.person-left{
		width: 75%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #F2F6FA;
		padding: 3rem 2rem;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		align-items: flex-start;
	}
	.iv-inner .iv-individual ul.person-right{
		width: 75%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #F2F6FA;
		padding: 3rem 2rem;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-right-radius: 0px;
		align-items: flex-start;
	}
	.iv-inner .iv-individual ul li{
		padding: 0;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.7;
		padding-left: 1em;
		text-indent: -1em;
	}
	.iv-inner .iv-individual span.blue-text{
		color: #2F5496;
		font-weight: 500;
	}
}