@charset "UTF-8";
@import"smart.css";/* ←スマホ版 CSS */
/* CSS Document */
/*
Theme Name: sh_site
Theme URI: #
Description: SH事業部サイト オリジナルテーマ
Author: suga-design 
Author URI: #
Version: 1.0.0
*/


@font-face{
font-weight: 300,400,500,600,700;
font-style: normal,italic;
}
html {
	visibility: hidden;
	}
html.wf-active {
	visibility: visible;
	}
html{
	font-size: 62.5%;/*16px × 62.5%=10px*/
	}
body{
	color: #402535;
	font-family: "sans-serif";
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	}
img{
	max-width:100%;
	height:auto;
}
nav {
	text-decoration: none;
	}
a {
	text-decoration: none;
	}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	}
.scroll{
	background-color: #fff;
	border-bottom: 1px solid #e6e4e4;
	}
.hidden {
	background: none;
	transition: all 0.5s ease;
	}
nav .here {
	background-color: #fff;
	border-radius: 4px;
	}
.text_center{
	text-align: center;
	}


@media screen and (min-width: 768px){
#pc_display_none{
	display: none;
	}
.sp_only{
	display: none;
	}
/*--------------------
	header
-------------------- */
.header_area{
	margin-bottom: 84px;
	}
.header{
	z-index: 1000;
	}
/* -------------------- */
/* ▼ナビメニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
	height: 70px;
	display: flex;
	align-items: center;
	}
/* -------------------------- */
/* ▼ナビ　メインメニュー項目の装飾 */
/* -------------------------- */
li.ddmenu{
	text-align: center;
	}
ul.ddmenu li {
	margin: 0 auto;
	display: inline-block;
	list-style-type: none;
	position: relative;
	}
ul.ddmenu div {
	color: #402535;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	}
ul.ddmenu div:hover {
	opacity: 0.5;
	border-bottom: 4px solid #402535;
	}
/* ▼サブメニューは、とりあえず非表示 */
ul.ddmenu ul {
	/*display: none;*/
　display: block
	}	
ul li ul li ul li.menu_child_txt {
    left: 100%;
    position: relative;
    top: -40px;
}	
.menu_parent a {
	padding: 0px 0.878%;
	}
.nav_list_txt{
	font-size: 1.4rem;
	}
.nav_list_txt_blog{
	font-size: 1.7rem;
	font-family: "imperial-urw", "sans-serif";
	}
/* -------------------- */
/* ▼ナビ　サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	}
/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */
/* ---------------------------------- */
ul.ddmenu li:hover >ul {
	display: block;
	}
/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
	width: 190px;
	background-color: #A78A61;
	padding-left: 5px;
	}
ul.ddmenu ul li a {
	line-height: 40px;
	text-align: left;
	font-size: 1.4rem;
	color: #402535;
	font-weight: bold;
}
ul.ddmenu ul li:hover {
	background-color: #d3c5b1;
	color: #ffffff;
	}
ul.ddmenu span:hover {
	opacity: 0.5;
	}
.header_name{
	padding-right: 11.420%;
	}
.site_title {
	display: block;
	}
.catch_copy, .about_txt, .m_t__aaa, .info_txt, .award_txt, .about_txt_02{
	font-size: 1.5rem;
	}
.catch_copy{
	font-family: 'Noto Sans JP';
	line-height: 1.8em;
	}
.company_name, .catch_copy, .fas,.sns_txt, .copyright, .fa-square-full {
	color: #402535;
	}
.company_name{
	/*
	font-size: 4.4rem;
	*/
	font-size: 3.4rem;
	font-family: "imperial-urw", "sans-serif";
	font-weight: bold;
	}
.header{
	z-index: 1000;
	}
.head_menu{
	left: 0;
	right: 0;
	}
.head_menu {
	padding: 8px 0px;
	width: 100%;
	}
.flex{
	align-items: center;
	transition: .1s;
	z-index: 100;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	}
#menu_navibtn, #menu_parent01, #menu_parent02, #menu_parent03, #menu_parent04 {
	display: none;
	}
/* ------------------------
	*検索フォーム
 ------------------------*/
.button1{
	display:block;
	position:relative;
	width: 100px;
	}
.button1 i{
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-0.5em;
	color:#402535;
	}
.button1 a{
	color:#505050;
	}
/* ------------------------
	*トップ　画像　スライダー
 ------------------------*/
/* ゆっくり画像が表示 */
.delayed_image { 
	animation: fadeIn 3s ease 0s 1 normal;
		-webkit-animation: fadeIn 3s ease 0s 1 normal;
	}
/* ゆっくり画像が表示 ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
	0% {opacity: 0} /* 始め */
	100% {opacity: 1} /* 終わり */
	}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
	}
.swiper-container {
	width:77.5%;
	max-width: 1220px;
	margin: 90px 0 30px;
	}
.slide-img{
	position: relative;
	}
.slide-content {
	position: absolute;
	bottom: 30px;
	border-radius: 50%;
	}
.slide-content{
	top:55%;
	left: 28%;
	transform: translate(-50%, -50%);
	color: #FFF;
	margin: 0;
	width: 450px;
	}
.from_top{
	font-size: 5.2rem;
	padding-bottom: 30px;
	letter-spacing: 0.6rem;
	text-shadow: 3px 3px rgba(0,0,0,0.7);
	}
.slide-content_txt{
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-shadow: 2px 2px rgba(0,0,0,0.9);
	}
.swiper-slide .slide-content .animation_img img {
	border-radius: 50%;
	}
/* ------------------------
	About
-------------------------*/
.about_area{
	margin: 80px 0 0;
	padding-bottom: 80px;
	background-color: #F7F6F6;
	}
	/*
.about_area h1{
	font-size: 2.4rem;
	font-family: "imperial-urw", "sans-serif";
	font-weight: bold;
	letter-spacing: 0.1em;
		padding: 80px 0 40px;
	}
	*/
.about_area__title_top{
	padding-top: 80px;
	}
.about_title, .pickup_title, .movie_title, .top_sub_title, .pickup_title_01, .pickup_title_02, .pickup_title_03, .movie_title_01, .movie_title_02, .movie_title_03, .contents_sub_title, .contents_sub_title02, .side_title, .award_title, .lower_page_title, .lower_page_title02, .pickup_sub_title, .ih_voice_title, .ih_txt01{
	font-family: "kan415typos-std", "sans-serif";
	}
.about_title, .pickup_title, .movie_title{
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	}
.pickup_title, .movie_title{
	padding-top: 80px;
	}
.about_txt{
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 50px;
	line-height: 1.8;
	letter-spacing: 0.2em;
	font-weight: 300;
	text-align: left;
	}
.title_underline{
	text-align: center;
	}
/* ------------------------
	pick up
-------------------------*/
.pickup_title, .contents_title{
	font-family: "imperial-urw", "sans-serif";
	font-weight: bold;
	letter-spacing: 0.1em;
	}
.top_sub_title, .pickup_title_01, .pickup_title_02, .pickup_title_03, .movie_title_01, .movie_title_02, .movie_title_03, .pickup_sub_title, .ih_txt01{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	}
.movie_title_01, .movie_title_02, .movie_title_03{
	width: 300px;
	height: auto;
	background-color: #cebaa0;
	padding: 20px 30px;
	margin-top: 50px;
	position: relative;
	}
.fa-play-circle {
	position: absolute;
	top: 38%;
	left: 50%;
	-ms-transform: translate(-38%,-50%);
	-webkit-transform: translate(-38%,-50%);
	transform: translate(-38%,-50%);
	margin:0;
	padding:0;
	font-size: 40px;
	color: #ffffff;
	}
.top_sub_title{
	padding: 34px 0 55px;
	}
.latest_movie,.pickup_img,.pickup_img__sub{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}
.latest_movie,.pickup_img{
	padding-bottom: 42px;
	}
.moimg1 {
	overflow: hidden;
	width: 300px;
	height: 200px;
	}
.moimg1 img {
	width: 300px;
	display: block;
	transition: 0.6s;
	}
.moimg1 img:hover {
	transform: scale(1.08, 1.08);
	}
.pickup_img li:hover{
	opacity: 0.5;
	}
.latest_movie_title{
	padding-bottom: 45px;
	}
.pickup_area{
	margin-bottom: 80px;
	}
.pickup_img p{
	color: #402535;
	width: 100%;
	max-width: 335px;
	padding-top: 42px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	}
/* ------------------------
	View more btn
-------------------------*/
	*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	}
.more_btn,
a.more_btn,
button.btn {
	font-family: "kan415typos-std", "sans-serif";
	font-size: 14px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 0;
	color: #402535;
	}
a.more_btn {
	padding: 16px 18px 18px;
	}
a.btn-radius-solid {
	border: 1px solid #707070;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	}
a.btn-radius-solid:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
	}
.fa-angle-right:before {
	padding-left: 44px;
	}
.pickup_btn{
	width: 100%;
	max-width: 1125px;
	margin: 0 auto;
	text-align: right;
	padding-top: 45px;
	}
a.contents_btn{
	font-family: "kan415typos-std", "sans-serif";
	color: #402535;
	padding: 10px 18px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	line-height: 0.8;
	font-size: 1.4rem;
	margin: 5px 0;
	}
.contents_btn{
	text-align: right;
	padding: 10px 0;
	}
/* ------------------------
	movie
-------------------------*/
.movie_area{
	padding-bottom: 80px;
	background-color: #F7F6F6;
	}
.latest_movie p{
	padding-top: 18px;
	color: #402535;
	text-align: center;
	}
/* ------------------------
	contents
-------------------------*/
.contents_area{
	width: 100%;
	max-width: 856px;
	margin: 0 auto;
	padding-top: 142px;
	}
.pass_02{
	margin-bottom: 80px;
	}
.contents_inner{
	display: flex;
	flex-wrap: wrap;
	}
.contents_title{
	font-size: 4.4rem;
	}
.contents_sub_title,.contents_sub_title02{
	font-size: 2.4rem;
	padding-top: 14px;
	}
.contents_sub_title02{
	line-height: 1.2;
	}
.pa_top_aa{
	padding-top: 12px;
	}
.info_txt{
	margin: 36px 0 16px;
	line-height: 1.4;
	letter-spacing: 0.12em;
	}
.contents_btn_area{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	margin-bottom: 90px;
	}
.inner_left, .btn_aa{
	width: 320px;
	}
a .contents_btn_area{
	text-align: left;
	}
.inner_left{
	margin-right: 100px;
	}
.contents_btn{
	width: 100%;
	max-width: 1125px;
	margin: 0 auto;
	text-align: right;
	padding-top: 15px;
	display: flex;
	justify-content: flex-end;
	}
.inner_aa{
	height: 370px;
	position: relative;
	width: 320px;
	}
.inner_aa_bottom{
	padding-bottom: 80px;
	margin-bottom: 90px;
	}
.inner_bb{
	position: absolute;
	right: 0;
	bottom: 0;
	}
/* ------------------------
	Award history etc
-------------------------*/
.side_set{
	position: relative;
	padding-top: 134px;
	}
.side_title {
	font-size: 3.2rem;
	padding: 8px 0 18px 48px;
	}
.side_box{
	border: 1px solid #cab9a0;
	background: #cab9a0;
	width: 300px;
	}
.side_set img{
	position: absolute;
	left: 300px;
	top: 110px;
	}
.side_area{
	width: 364px;
	}
.award_area_01, .award_area_02{
	display: flex;
	flex-wrap: nowrap;
	padding-top: 60px;
	}
.award_area_02{
	margin-bottom: 130px;
	}
.award_area_01 img{
	padding: 0 35px 30px 0;
	}
.award_area_02 img{
	padding: 0 35px 0 0;
	}
.award_title{
	padding-bottom: 24px;
	line-height: 1.5;
	}
.category li{
	padding-bottom: 16px;
	}
.award_txt {
	line-height: 1.6;
	letter-spacing: 0.14em;
	}
.p-twitter-box{
	height: 400px;
	width: 90%;
	border: 1px solid #999999;
	/*
	margin-top: 80px;
	*/
	}
.main_group{
	display: flex;
	justify-content: flex-start;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	}
	.fb_width{
		padding-bottom: 80px;
	}
/* ------------------------
	contact form
-------------------------*/
.btn_b,
a.btn_b,
button.btn {
	font-size: 26px;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	}
a.btn--red {
	color: #fff;
	background-color: #A70000;
	}
a.btn--red:hover {
	color: #fff;
	background: #C95E5E
	}
a.btn--red.btn--cubic {
	border: 4px solid #ffffff;
	box-shadow: 0 3px 3px 3px rgb(0 0 0 / 10%);
	}
a.btn--red.btn--cubic:hover {
	margin-top: 3px;
	border-bottom: 2px solid #ffffff;
	}
a.btn-c {
	font-family: "kan415typos-std", "sans-serif";
	position: relative;
	padding: 20px 50px 28px 78px;
	}
a.btn-c i.fa {
	margin-right: 1rem;
	color: #ffffff;
	}
.form_icon_01 {
	color: #ffffff;
	}
/*------------------------
	page top
-------------------------*/
.fa-chevron-circle-up{
	font-size: 64px;
	}
#topBtn {
	position: fixed;
	right: 60px;
	bottom: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	}
/*------------------------
	footer
-------------------------*/
.footer_area{
	background-color: #EFE8D8;
	}
.footer_name{
	display: flex;
	justify-content: center;
	padding: 64px 0 54px;
	}
.footer_sh{
	padding-right: 38px;
	}
.inner-block{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	}
.footer04 {
	background-color: #EFE8D8;
	margin-top: 180px;
	}
.footer04 .cont {
	display: flex;
	}
.footer04 .cont-item {
	display: block;
	width: calc(100% / 4);
	}
.footer04 .nav a {
	display: block;
	margin: 0px 0 25px;
	color: #402535;
	font-size: 1.6rem;
	font-weight: bold;
	}
.footer04 a:hover {
	opacity: 0.5;
	}
.nav_list_txt_bbb{
	font-size: 1.9rem;
	font-family: "imperial-urw", "sans-serif";
	font-weight: bold;
	line-height: 0;
	}
.sns_icon {
	display: flex;
	}
.fa-facebook-square, .fa-twitter{
	padding-right: 22px;
	}
.fa-facebook-square, .fa-twitter, .fa-share-alt-square, .fa-instagram{
	font-size: 30px;
	}
.footer04 .nav .ttl:first-child {
	margin-top: 0;
	}
.footer04 .nav .ttl + .ttl {
	margin-top: 10px;
	}
.sns_txt{
	font-family: "imperial-urw", "sans-serif";
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	}
.sns_txt {
	padding: 0px 0 34px;
	}
.footer04 .nav li li {
	position: relative;
	}
.footer04 .nav li li:before {
	position: absolute;
	top: 50%;
	left: -10px;
	content: "";
	display: block;
	width: 4px;
	height: 1px;
	background-color: #fff;
	}
.footer04 {
	display: block;
	margin-top: 62px;
	}
.footer04 img {
	width: 120px;
	}
.footer04 {
	display: block;
	margin: 180px 0 0;
	font-size: 1.2rem;
	line-height: 2;
	color: #ccc;
	}
.copyright{
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	padding: 10px 0 8px;
	}
/*------------------------
	★シェア秘書サービス ページ★
-------------------------*/
.sh_service_page{
	margin: 110px 0 40px;
	}
.example {
	position: relative;
	display: flex;
	justify-content: center;
	}
.example h1 {
	position: absolute;
	color: #fff;
	font-family: "kan415typos-std", "sans-serif";
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	top:46%;
	left: 50%;
	-ms-transform: translate(-50%,-54%);
	-webkit-transform: translate(-50%,-54%);
	transform: translate(-50%,-54%);
	margin:0;
	padding:0;
	text-align: center;
    width: 100%;
	line-height: 3.6rem;
	}
.example h1:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -18px;
	display: inline-block;
	width: 122px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #ffffff;
	}
.example img {
	width: 600px;
	height: auto;
	}
.example_01 img {
	width: 768px;
	height: auto;
	}
.sh_page_01{
	padding-bottom: 60px;
	}
.sh_page_a1 img{
	margin-bottom: 60px;
	}
.sh_page_a2{
	margin: 60px 0 0;
	background-color: #F7F6F6;
	}
.sh_page_a2 h2{
	padding-bottom: 60px;
	}
.sh_page_a3 img {
	width: auto;
	height: 362px;
	padding-bottom: 80px;
	}
.sh_page_a3 h2{
	letter-spacing: 0.2em;
	line-height: 2;
	}
.sh_page_a3 h3{
	padding-bottom: 30px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
.about_txt_02{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	letter-spacing: 0.2em;
	font-weight: 300;
	text-align: left;
	}
.lower_page_title, .lower_page_title02, .lower_page_title03, .voice_txt_q, .voice_txt_qq{
	font-size: 2.2rem;
	}
.lower_page_title{
	letter-spacing: 0.2em;
	line-height: 2;
	padding-top: 60px;
	}
.sh_space_01{
	padding-top: 60px;
	text-align: left;
	display: flex;
	justify-content: center;
	}
.sh_form{
	margin-top: 140px;
	}
.sh_page_bottom{
	padding-bottom: 70px;
	}
.sh_page_bottom02{
	padding-bottom: 20px;
	}
.sh_page_ul{
	padding: 60px 0;
	}
.char_1, .char_2, .char_3, .char_4, .char_5{
	font-weight: bold;
	}
.char_1, .blog_date_title, .char_v1{
	color: #004997;
	}
.char_2{
	color: #E5017E;
	}
.char_3{
	text-decoration: underline;
	}
.char_4{
	color: #FF0000;
	}
.char_5{
	color: #7060A6;
	}
.char_6{
	color: #0000ff;
	}
.char_7{
	color: #001F66;
	}
.char_a1{
	font-weight: bold;
	}
.sh_page_a5 li{
	padding: 5px 0;
	}
.sh_page_a4 li{
	padding: 20px 0;
	}
/*------------------------
	★印刷発送代行サービス★
-------------------------*/
.psa_page_point img {
	width: auto;
	height: 130px;
	padding-top: 40px;
	}
.psa_img{
	padding: 70px 0 64px;
	}
.sh_page_a4{
	padding-top: 0px;
	}
.sh_space_b {
	padding: 60px 0 60px;
	text-align: left;
	display: flex;
	justify-content: center;
	}
.lower_page_title02 {
	letter-spacing: 0.2em;
	line-height: 2;
	padding-top: 60px;
	}
.sh_page_a5{
	margin: 0;
	background-color: #F7F6F6;
	}
.sh_page_a5 h2{
	padding-bottom: 60px;
	}
a.btn-cc {
	font-family: "kan415typos-std", "sans-serif";
	letter-spacing: 0.2em;
	position: relative;
	padding: 20px 100px 28px 100px;
	}
.ih_voice_title{
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	padding: 30px 0 42px;
	margin: 150px 0 50px;
	background-color: #c9baa0;
	}
.ih_voice__b{
	padding-bottom: 50px;
	}
.ih_voice_area{
	width: 1200px;
	margin: 0 auto;
	}
.ih_voice_box {
	border: 1px solid #CCCCCC;
	box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
	border-radius: 5px;
	padding: 25px 30px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: nowrap;
	}
.ih_img{
	width: 100px;
	height: auto;
	}
.ih_voice_area table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.ih_table{
	display: flex;
	flex-direction: column;
	}
.ih_txt{
	background: #F7F6F6;
	padding: 10px 15px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	}
.ih_txt__area{
	padding-left: 30px;
	}
.ih_txt01, .ih_table{
	padding-bottom: 25px;
	}
.ih_txt01 a{
	color: #402535;
	text-decoration: underline;
	}
.in_txt_02{
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-weight: 300;
	text-align: left;
	}
/*------------------------
	★Blog 一覧ページ★
-------------------------*/
a .contents_btn_area{
	text-align: left;
	}
.blog_list_area{
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	}
.blog_list_area02{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}
.blog_side_set {
	position: relative;
	}
.blog_side_set img{
	position: absolute;
	left: 294px;
	top: -26px;
	}
.award_area_11{
	padding-top: 60px;
	}
.award_area_12, .pickup_sub_title{
	padding-top: 20px;
	}
.blog_page_bottom{
	padding-bottom: 114px;
	}
.kan415{
	font-family: "kan415typos-std", "sans-serif";
	}
.blog_date_title, .voice_txt_name, .voice__title_a {
	font-size: 2rem;
	}
.blog_date_title {
	padding-bottom: 30px;
	}
.blog_title{
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 2;
	}
.blog_title a {
	color: #402535;
	}
ul.category li span {
	margin-left: 60px;
	}
.blog_side_area a {
	color: #402535;
	font-family: "kan415typos-std", "sans-serif";
	font-size: 1.6rem;
	}
.blog_side_area a:hover {
	opacity: 0.5;
	}
.blog_title a:hover {
	opacity: 0.5;
	}
.blog_category_title a {
	color: #E5017E;
	}
.blog_category_title a:hover {
	opacity: 0.5;
	}
.blog_area_11 a:hover {
	opacity: 0.5;
	}
a.sample_button:hover span{
	opacity: 0.5;
	}
.blog_txt_b {
	line-height: 1.4;
	letter-spacing: 0.12em;
	margin: 30px 0 30px;
	}
.blog_area01{
	padding-bottom: 120px;
	}
.blog_category_title{
	font-size: 1.4rem;
	color: #E5017E;
	}
.side_01{
	padding-bottom: 20px;
	}
.blog_side_date{
	font-size: 1.4rem;
	}
.blog_side_area{
	width: 340px;
	}
.side_02{
	padding: 160px 0 40px;
	}
.side_03{
	padding: 160px 0 23px;
	}
.blog_area_11{
	padding-top: 40px;
	}
.blog_category_a{
	display: flex;
	justify-content: space-between;
	}
.p-pager_00 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	}
.p-pager__item_00 {
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-bottom;
	}
.p-pager_00 a {
	-webkit-transition-property: background-color, border-color, color, opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background-color, border-color, color, opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: background-color, border-color, color, opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease;
	transition-property: background-color, border-color, color, opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	}
.p-pager__item_00, .p-pager__item_00 .next_00, .pickup_sub_date{
	font-size: 1.2rem;
	}
.p-pager__item_00 a, .p-pager__item_00 span {
	background: #eeeeee;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	min-width: 40px;
	height: 50px;
	padding: 0 5px;
	}
.p_pager_200 {
	padding-top: 30px;
	}
.page-numbers_00{
	text-align: center;
	}
.l_main_00 li a {
	color: #140B04;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	position: relative;
	}
.p-pager__item_00 a:hover, .p-pager__item_00 .current_00 {
	background: #F0AD60;
	color: #eeeeee;
	font-size: 1.5rem;
	}
.p-article__category_00, .p-article__meta_00 [data-href] {
	-webkit-transition-property: background-color, border-color, color, opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background-color, border-color, color, opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: background-color, border-color, color, opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease;
	transition-property: background-color, border-color, color, opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	}
.p-pager_00 a{
	color: #402535;
	font-family: "kan415typos-std", "sans-serif";
	font-size: 1.4rem;
	}
.lower_page_title03 {
	letter-spacing: 0.2em;
	line-height: 2;
	padding-top: 30px;
	padding-bottom: 130px;
	}
.p-pager__item_00 i:before {
	padding-left:0px;
	}
/*------------------------
	★Blog ページ★
-------------------------*/
.article_page_top{
	padding-top: 150px;
	}
.blog_lower_page{
	padding-top: 120px;
	}
.blog_main_area{
	padding: 60px 0;
	}
.blog_main_area img{
	width: 735px;
	height: auto;
	}
.blog_txt_c {
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin: 30px 0 30px;
	}
.txt_bold{
	font-weight: bold;
	}
.article_info{
	padding-top: 60px;
	}
.article_info li{
	width: 350px;
	margin: 0 10px;
	}
.c_entry_nav {
	border-collapse: collapse;
	display: flex;
	}
.c_entry-nav__item {
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
	width: 50%;
	height: 100px;
	flex: 1;
	}
.c_entry-nav__item a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100px;
	padding: 0 50px;
	background-color: #F7F6F6;
	color: #402535;
	}
.c_entry-nav__item a span {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	overflow-wrap: break-word;
	}
.c_entry-nav__item--prev span{
	padding-left: 20px;
	}
.c_entry-nav__item--prev a {
	padding-left: 40px;
	}
.u-hidden-sm p {
	letter-spacing: 0.2em;
	height: 42px;
	overflow: hidden;
	}
.u-hidden-sm{
	width: 70%;
	}
.c_entry-nav__item--prev i{
	padding-right: 10px;
	}
.c_entry-nav__item--next a {
	padding-right: 68px;
	}
.c_entry-nav__item a:hover{
	background: #F0AD60;
	}
.gallery_fa_03 {
	position: absolute;
	font-size: 1em;
	color: #1E140E;
	top: 50%;
	left: 88%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	}
.inner_cc {
	bottom: 0;
	}
.contents_btn02 {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	justify-content: center;
	}
.blog_main_area02 {
	padding: 20px 0 60px;
	}
.pagination{
	margin:40px 0 0;
	}
.nav-links{
	display:flex;
	}
.pagination .page-numbers{
	display:inline-block;
	margin-right:20px;
	padding:20px 25px;
	color:#333;
	border-radius:1px;
	box-shadow:0 2px 2px #d2d1d1;
	background:#eeeeee;
	}
.pagination .current{
	padding:20px 25px;
	background:#F0AD60;
	color:#FFFFFF;
	font-family: "kan415typos-std", "sans-serif";
	}
.pagination .prev,
.pagination .next{
	background:transparent;
	box-shadow:none;
	color:#F0AD60;
	}
.pagination .dots{
	background:transparent;
	box-shadow:none;
	}
/*------------------------
	★Movie ページ★
-------------------------*/
.movie_list_a{
	padding: 0 0 90px;
	}
.movie_article_page_img img{
	width: 560px;
	height: auto;
	}
/*------------------------
	★お客様の声 ページ★
-------------------------*/
.f-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	}
.f-item {
	width: 30%;
	padding-right: 5%;
	position: relative;
	}
.f-item:nth-child(3n) {
	padding-right: 0;
	}
.btn_vo{
	align-items: flex-end;
	}
.f_item_b{
	height: 380px;
	}
.f_item__c{
	padding-left: 8px;
	}
.contents_area_1000{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 142px;
	}
.voice_area{
	width: 100%;
	margin: 0 auto;
	}
.voice_aa{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
.voice_aa div{
	margin: 0 auto;
	padding-bottom: 90px;
	}
.contents_sub_title span{
	font-size: 1.6rem;
	}
.voice__page_img{
	width: 735px;
	height: auto;
	}
.voice_page_area{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	}
.voice_txt_h{
	padding-bottom: 30px;
	}
.voice_txt_b{
	padding-bottom: 70px;
	}
.voice__txt__b{
	padding-bottom: 18px;
	}
.voice_txt_name{
	letter-spacing: 0.2em;
	}
.voice_txt_bb, .voice_txt_name, .f_item_b_bbb, .pickup_item_b_bbb{
	padding-bottom: 100px;
	}
.voice_txt_q, .voice_txt_qq{
	padding-bottom: 30px;
	}
.voice_txt_name, .voice_txt_q{
	line-height: 1.6;
	}
.voice_txt_qq{
	line-height: 1.8;
	}
.voice__title_a {
	padding-bottom: 30px;
	}
.voice_bb{
	text-align: left;
	}
.flex_box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.flex_box_area{
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	}
.flex_box {
	width: auto;
	margin-bottom: 130px;
	text-align: center;
	padding: 0px 30px;
	}
.flex_box_area::after {
	display: block;
	content:"";
	width: 300px;
	}
.c_v__img{
	width: 825px;
	margin: 0 auto;
	text-align: center;
	}
.c_v__f{
	line-height: 1.8;
	}
/*------------------------
	★comming soon ページ★
-------------------------*/	
.test{
	font-size: 4.4rem;
	font-weight: 400;
	font-style: normal;
	}
.test {
	height: 10em;
	position: relative;
	}
.test p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	}
/*---------------------------
 * contact form7
 --------------------------*/
.caution{
	display: inline-block;
	width: 30px;
	margin-left: 15px;
	padding: 2px 0;
	border-radius: 3px;
	background-color: #f00;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
	}
.wpcf7-form, .init p{
	width: 100%;
	max-width: 825px;
	margin: 0 auto;
	}
span.wpcf7-list-item {
display: block!important;
	}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="text-435"],
.wpcf7 input[name="text-217"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="email-430"] {
	width: 100%;
	height: 35px !important;
	margin: 10px 0 46px;
	border: solid 1px #d7d7d7;
	border-radius: 3px;
	}
.wpcf7-textarea{
	width: 100%;
	margin: 10px 0 46px;
	}
.wpcf7 input[name="acceptance-628"] {
	margin: 10px 0 46px;
	border: solid 1px #d7d7d7;
	border-radius: 3px;
	}
.wpcf7 textarea[name="your-message"]{
	border: solid 1px #d7d7d7;
	border-radius: 3px;
	}
	
.wpcf7 input[type="submit"] {
	width: 70px;
	height: 42px;
	}
.contact_p_t{
	line-height: 1.8;
	}
span.wpcf7-list-item {
	padding: 10px 0;
}
.first{
	padding-top: 18px;
	}
/*---------------------------
 * About us
 --------------------------*/
.about_us___main{
	text-align: center;
	}
.about_us___main table{
	display: inline-block;
	}
.tbl-r02 td {
	background: #F7F6F6;
	list-style-type: none!important;
	line-height: 1.5;
	text-align: left;
	}
.tbl-r02 ul li {
	line-height: 1.8;
	}
.fa-square-full:before {
	font-size: 8px;
	}
.tbl-r02 td {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 18px;
	border-bottom: 2px solid white;
	}
.tbl-r02__1{
	width: 165px;
	}
.tbl_r02_a{
	width: 817px;
	}
.tbl-r02 a{
	color: #402535;
	text-decoration: underline;
	}
.tbl-r02 a:hover{
	opacity: 0.5;
	}
.tbl-r02__f{
	font-size: 1.3rem;
	letter-spacing: 0;
	}
.tbl-r02__1 span{
	font-weight: bold;
	}
/*---------------------------
 * pick up
 --------------------------*/
.pickup_box{
	width: 300px;
	height: auto;
	background-color: #F7F6F6;
	padding: 20px ;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	}
.pickup_box_m{
	margin-bottom: 50px;
	}
.pickup_box p{
	color: #402535;
	}
.pickup_box:hover {
	opacity: 0.5;
	}
.pickup_sub_date{
	padding-top: 14px;
	}
.pickup_article__sp_size{
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	}
.pickup_article__img{
	max-width:1000px;
	margin: 0 auto;
	text-align: center;
	}
.wp-block-image {
	text-align: center;
	}
}

/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(min-width: 768px)*/
/* -------------------------- */
	
.right_side{
  float: right;
}	
.side_title_kentei {
    font-size: 2rem;
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
	padding: 10px;
    text-align: center;
	width: 240px;
}
.nav_kentei {
    list-style: none;
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.6rem;   
    line-height:1.6;
    letter-spacing: 0.01px;
    text-align: left;
    padding:5px 10px 5px 26px;
}
li.nav_kentei:before{
	content:"■";
}
.nav_kentei a {
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: inherit;
}
.nav_kentei_kouza {
    list-style: none;
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: inherit;
    line-height:1.6;
    letter-spacing: 0.01px;
    text-align: left;
    padding:5px 10px 5px 0px;
}
.nav_kentei_kouza a:before {
    /* background-color: #aaa; */
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.nav_kentei_kouza a {
    font-family: "A-OTF 中ゴシックBBB Pr6N",sans-serif;
    font-size: inherit;
}
.children{
    margin: 0 0 10px 10px;
    padding: 0;
    /*border-left: 1px solid #ccc;*/
}

@media only screen and (min-width: 767px) and (max-width: 1280px){
body {
font-family: sans-serif;
	}
.company_name {
	font-family: "imperial-urw", "sans-serif";
	font-size: 2.2rem;
	}
ul.ddmenu div {
	font-size: 1.2rem;
	line-height: 16px;
	padding: 0 4px;
	}
ul.ddmenu li {
	padding: 0 8px;
	}
ul.ddmenu {
	padding: 0;
	}
.catch_copy {
	font-size: 1.2rem;
	}
.header_name {
	margin-right: 20px;
	}
.header_name {
	width: 206px;
	}
.head_menu {
	padding: 6px 0px 6px;
	width: 100%;
	}
.slide-content {
	left: 44%;
	}
.about_txt{
	max-width: 750px;
	}
.latest_movie,.pickup_img,.pickup_img__sub{
	max-width: 1000px;
	}
.pickup_article{
	width: 200px;
	}
.movie_title_01, .movie_title_02, .movie_title_03 {
	width: 214px;
	height: auto;
	padding: 20px 20px;
	}
.from_top {
	font-size: 4rem;
	}
.fa-play-circle {
	top: 38%;
	left: 50%;
	-ms-transform: translate(-38%,-50%);
	-webkit-transform: translate(-38%,-50%);
	transform: translate(-38%,-50%);
	margin: 0;
	padding: 0;
	}
.example h1 {
	font-size: 2.3rem;
	}
.movie_title_01, .movie_title_02, .movie_title_03 p{
	font-size: 1.4rem;
	}
.pickup_img p {
	max-width: 320px;
	font-size: 1.4rem;
	padding: 10px 0 0;
	}
.side_box {
	width: 200px!important;
	margin-left: 10px;
	}
.side_set img {
	left: 124px;
	}
.footer04 .nav a {
	display: block;
	margin: 0px 0 40px;
	color: #402535;
	font-size: 1.4rem;
	font-weight: bold;
	}
.blog_list_area {
	max-width: 500px;
	}
.blog_list_area02 {
	max-width: 500px;
	}
.blog_lower_page_sp{
	padding-top: 50px;
	}
.c_entry-nav__item--prev a {
	padding-left: 10px;
	}
.c_entry-nav__item a {
	padding: 0 20px;
	}
.c_entry-nav__item--prev span {
	padding-left: 12px;
	}
.flex_box_area{
	max-width: 900px;
	}
.f_item_b {
	height: 400px;
	}
.about_title, .pickup_title, .movie_title {
	font-size: 3rem;
	margin-bottom: 8px;
	}
.inner_left, .btn_aa{
	width: 230px;
	}
.inner_aa {
	max-width: 230px;
	}
.contents_area {
	max-width: 540px;
	padding-top: 112px;
	width: calc(100% - 24rem);
	}
.inner_left {
	margin: 0 auto;
	}
.fa-angle-right:before {
	padding-left: 28px;
	}
.sp_item01 {
	padding-top: 0px;
	}
.main_group {
	max-width: 1024px;
	}
.side_area {
	width: 24rem;
	}
.award_area_02 img {
	padding: 0 -2px 0 0;
	}
.award_area_01 img {
	padding: 0 0 10px 10px;
	}
.award_area_01, .award_area_02 {
	display: block;
	}
.side_title {
	font-size: 2.2rem;
	padding: 8px 0 18px 15px;
	}
.side_area iframe{
	width: 90%;
	height: 122px;
	}
.p-twitter-box {
	width: 85%;
	margin: 0 auto;
	}
.award_01_txt, .award_area_02{
	padding-left: 10px;
	}
.inner-block {
	max-width: 990px;
	}
.contents_sub_title, .contents_sub_title02 {
	font-size: 2.2rem;
	}
.pickup_btn {
	max-width: 870px;
	padding-top: 0;
	}
.side_set img{
	display: none;
	}
.fb_width{
	text-align: center;
	}
.about_area h1 {
	padding: 60px 0 40px;
	}
.pickup_title, .movie_title {
	padding-top: 60px;
	}
.side_set {
	padding-top: 110px;
	}
.sns_txt {
	text-align: left;
	}
.sns_icon {
	justify-content: left;
	}
.sns_icon a {
	padding: 0 10px 0 0;
	}
.btn_b, a.btn_b, button.btn {
	font-size: 22px;
	}
a.btn-c {
	padding: 20px 40px 28px 60px;
	}
.top_sub_title {
	padding: 24px 0 55px;
	}
.latest_movie, .pickup_img {
	padding-bottom: 32px;
	}
.example {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	top: 62px;
	}
.lower_page_title {
	padding-top: 80px;
	}
.about_txt_02 {
	max-width: 750px;
	}
.sh_form {
	margin-top: 100px;
	}
.lower_page_title, .voice_txt_q, .voice_txt_qq, .voice__title_a {
	max-width: 750px;
	padding-left: 10px;
	}
.footer04 {
	margin: 150px 0 0;
	}
.contents_btn02 {
	padding-top: 20px;
	}
.blog_side_set img {
	display: none;
	}
.blog_side_area {
	width: 24rem;
	}
.lower_page_title03 {
	padding-top: 90px;
	padding-bottom: 110px;
	}
.c_entry_nav {
	margin: 0 10px 60px;
	}
.wpcf7-form, .init p {
	max-width: 740px;
	}
.slide-content_txt {
	font-size: 1.4rem;
	}
.c_v__img {
	width: 700px;
	height: auto;
	}
.sh_page_a1 img {
	width: 700px;
	height: auto;
	}
.ih_voice_area {
	width: 100%;
	max-width: 760px;
	}
.ih_txt {
	max-width: 535px;
	}
/*------------------------
	★お客様の声 ページ★
-------------------------*/
.f-container {
	max-width: 1024px;
	}
.voice_txt_01{
	max-width: 825px;
	}
.voice_page_area{
	max-width: 990px;
	}
.tbl_r02_a{
	width: 640px;
	}
.blog_title {
	padding-left: 10px;
	}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 (min-width: 767px) 
	and (max-width: 1280px) */
/* -------------------------- */	
.right_side{
  float: right;
}
.side_title_kentei {
    font-size: 1.4rem;
    padding: 10px 24px;
    text-align: center;
	width: 150px;
}
h2.side_title_kentei.side_box {
	font-size: 1.4rem;
	padding: 12px 7.5px;
	line-height: 1.6rem;
}
.nav_kentei {
    list-style: none;
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.2rem;
    line-height:1.6;
    letter-spacing: 0.01px;
    text-align: left;
    padding: 0 0 10px 26px;
}
li.nav_kentei:before{
	content:"■";
}
.nav_kentei_kouza {
    list-style: none;
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: inherit;
    line-height:1.6;
    letter-spacing: 0.01px;
    text-align: left;
    padding:5px 10px 5px 0px;
}
.nav_kentei_kouza a:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.nav_kentei_kouza a {
    font-family:"A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.2rem;
}
.children{
    margin: 0 0 10px 10px;
    padding: 0;
    /*border-left: 1px solid #ccc;*/
}
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 (スマホ)*/
/* -------------------------- */
@media screen and (max-width: 768px){
.side_title_kentei {
    font-size: 1.6rem !important;
    padding: 10px 80px 10px 80px !important;
    width: 150px !important;
}	
.nav_kentei_kouza a {
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: inherit;
}
.side_03{
	padding: 0 0 23px;
	margin-top:80px;
	}
.font_adj_01{
	font-size: 2rem !important;
}
.font_adj_02{
	font-size: 1.8rem !important;
}
.font_adj_03{
	font-size: 1.8rem !important;
}
.space_adj_01 {
    margin-top: 35px !important;
}
.space_adj_02 {
    margin-top: 130px !important;
}
.next{
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
}
div.cont-inner-indiv-SP{
  	margin-top:50px ;
}
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(よくある質問：全サイズ共通) */
/* -------------------------- */
.c-list{
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.03rem;
}
.faq_question{
	display: block;
  	max-width:540px;
	width:100%;
	background-color: #FBF9F9;
	border-radius:10px;
	padding: 18px 10px;
	margin-top: 70px;
}
.u-float-left{
	display: block;
	float: left;
	margin-right:10px;
}
.q_color{
	color: #E4007F;
}
.faq_text_q{
	display:block;
	max-width:486px;
	width:85%;
	overflow:hidden;
}
.faq_answer{
	display: block;
	 background-color: #ffffff;
	 margin:28px 0 0 33px;
	 padding:0 9px 0 14px;
 	 border-left: 2px solid #9B9595;
 	 max-width: 507px;
  width:100%;
}
.faq_text_a{
	display:block;
  	max-width:471px;
 	width:85%;
	word-wrap: break-word;
	overflow:hidden;
	padding-right: 10px;
}
.space_adj_01{
	margin-top:130px;
}
.next{
   /* margin-top: 80px;*/
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
	text-decoration:underline;
}
.next a{
    color: #402535;
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(よくある質問： (max-width: 430px)) */
/* -------------------------- */
@media screen and (max-width: 430px){
.faq_question{
	max-width: 290px;
}
	.faq_text_q|{
    width: 80%;
}
	.faq_answer{
	max-width: 250px;
}
	.faq_text_a{
    width: 80%;		
}
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(よくある質問： (min-width: 1280px)) */
/* -------------------------- */
@media screen and (min-width: 1280px){	
.faq_question{
	max-width: 800px;
}
.faq_text_q {
	max-width: 800px;
    width: 90%;
	font-size: 1.6rem;
}
.faq_answer{
	max-width: 900px;
    width: 100%;
}
.faq_text_a {
	max-width: 900px;
    width: 90%;
	font-size: 1.6rem;
}
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(在宅秘書応募フォーム：全サイズ共通) */
/* -------------------------- */
p.entry-form-first {
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
	margin-top: 150px;
}
p.entry-form-last {
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
	font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 0.03em;
	margin-bottom: 2px;
}
p.entry-form {
	font-family:"A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 0.03em;
	margin-bottom: 44px;
}
span.entry-form span input.wpcf7-text {
    margin: 6px 0 0 0;
    max-width: 318px;
    width: 100%;
    height: 18px!important;
    border: 1px solid;
    border-color: #707070;
    border-radius: 0px;
}
span.entry-form span input.wpcf7-date {
    max-width: 150px;
    width: 100%;
}
span.entry-form span select.wpcf7-select {
    max-width: 78px;
    width: 100%;
}
span.entry-form02 span select.wpcf7-select {
    max-width: 213.5px;
    width: 100%;
}
span.entry-form span span.wpcf7-list-item {
    display: inline-block!important;
	font-size: 1.5rem;
    letter-spacing: 0.03em;
}
span input span.wpcf7-list-item-label {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}
span.entry-form span.wpcf7-list-item {
    padding: 0;
}
span.entry-form span textarea.wpcf7-form-control {
    border: solid 1px #707070;
    border-radius: 0px;
    max-width: 498px;
    width: 100%;
    height: 165px;
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(検定合格者の声： (min-width: 768px)) */
/* -------------------------- */
@media screen and (min-width: 768px){
.split {
    display: block;
    float: left;
    padding: 5%;
	max-width: 760px;
    width: 37.5%;
}
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(検定合格者の声： (min-width: 1280px)) */
/* -------------------------- */
@media screen and (min-width: 1280px){
.split {
    display: block;
    float: left;
    padding: 5%;
	max-width: 760px;
    width: 41.5%;
}
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(検定合格者の声：全サイズ共通) */
/* -------------------------- */
.shadow{
    box-shadow: 3px 0 10px rgb(0 0 0 / 10%);
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    /*background-color: rgba(251,249,249,0.85);*/
}
.split{
    display: block;
    padding: 5%;
    margin: 0 2rem!important;
}
.wrapper{
	display:block; 
	width:100%;
	margin-top: 30px!important;
	height: auto;
    overflow: hidden;
	}
section.cont{
	/*max-width:498px; */
  	width:100%;
  	padding-top:50px;
  	text-align:center;
  	position:relative;
}
div.cont-inner-first{
  	margin-top: 60px!important;
	text-align:left;
}
div.cont-inner{
  	margin: 0px auto 100px;
  	text-align:left;
  	position:relative;
}
div.cont-inner02{
    text-align: left;
    position: relative;
}
div.cont-inner-last{
  	margin: 0px auto!important;
	text-align:left;
}
div.cont-inner-other{
  	margin: 130px auto -50px;
  	text-align:left;
  	position:relative;
}
.alignright{
  	text-align:right;
  	margin:0 0 10px 10px;
}
.floatright{
  	float:right;
	text-align:right;
  	margin:0 0 10px 18px;
}
.koe{
	font-family:"A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 2.4rem!important;
	margin-top:1rem;
}
.koe01 {
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    line-height: 2.5rem!important;
    margin-top: 2rem;
}
.koe_name {
    margin-top: 1.7rem;
    text-align: center;
    font-family: "kan415typos-std", "sans-serif";
    line-height: 1.6rem;
    font-size: 1.6rem;
}
.koe_name01 {
    margin: 2rem 0;
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 1.3rem;
    color: #949aa2;
}
.u_line_dot{
	/*border-bottom: 4px dotted #ededed;*/
	border-bottom: 4px dotted #efefef;
}
.cont-inner  a {
	color: #402535;
}
.cont h2{
 	font-family: "kan415typos-std", "sans-serif";
 	font-size:2.2rem;
 	letter-spacing:0.01rem;
 	line-height:4.4rem;
	margin-bottom:30px;
	text-align: center;
}
div.cont-inner-indiv{
  	margin: 110px auto 0!important;
}
.marker01 {
background: linear-gradient(transparent 20%, #EFE8D8 0%);
}
.cont{
    color: #402535;
}
.kentei_space_adj01 {
    padding: 3rem;
    margin-bottom: 30px;
}
h3.kentei:before{
	content:"■";
    color:#E4007F;
	padding-right: 10px;
}
h3.kentei01 {
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing:0.2rem;
    line-height: 2.55rem;
}
h3.kentei02 {
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing:0.2rem;
    line-height: 2.55rem;
	margin-bottom: 0;/*margin-bottomを指定*/
}
h3.kentei03 {
    font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.8rem;
	font-weight:700;
    letter-spacing:0.003rem;
    line-height: 2.4rem;
	margin-bottom: 15px;
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(在宅秘書検定とは：全サイズ共通) */
/* -------------------------- */
.zh{
	margin-bottom:30px;
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.003rem;
    line-height: 2rem;
}
.ls_adj_01 {
    padding: 70px 0 40px  0;
    letter-spacing: 0.1px;
}
/* -------------------------- */
/* ▼コンテンツ(秘書検定)
	関連項目の装飾 
(検定概要：全サイズ共通) */
/* -------------------------- */
.zh14{
	margin-bottom:15px;
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.03px;
    line-height: 2rem;
}
.zh15{
	margin-bottom:15px;
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.03px;
    line-height: 2rem;
}
.zh18{
	margin-bottom:15px;
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.03px;
    line-height: 2rem;
}
.m_title:before{
	font-size:1.4rem;
	content:"●";
    color:#E4007F;
	padding-right: 10px;
}
.m_title{
	margin:30px 0 20px ;
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.03px;
    line-height: 2rem;
}
.form_title{
	margin-bottom:40px;
	font-family: "A-OTF 中ゴシックBBB Pr6N","MS Pゴシック",sans-serif;
    font-size: 2.4rem!important;
    letter-spacing: 0.04px;
    line-height: 2.4rem;
}