@charset "utf-8";

/*********************/
/* 全体 */
/*********************/
#wrapper {
	width: 100%;
	overflow: hidden;
}
/*********************/
/* 統括 */
/*********************/
#headerMain-top {
	background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
	border-bottom: 1px solid #000000;
	height: 60px;
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 992;
}
#site-titleSp{
	text-align:center;
}
#main{
	padding:0 8px;
}
.containerAll {
	position: relative;
}
.top_content1{
	text-align:center;
	padding:70px 0;
}
.top_content1 img{
	width:95%;
}
.top_content2{
	padding:60px 0 20px 0;
	font-size:14px;
}
#main .top_title{
	text-align:center;
	margin-top:15px;
}
#main .top_title span{
	font-size:18px;
	font-weight:bold;
	border-bottom:2px #c9c9ca solid;
}
.top_text{
	padding:20px 0 0 0;
}
.topTextNormal{
	padding: 10px 0 10px 20px;
	line-height:25px;
}
.topImgLeft {
	padding: 0;
	text-align: center;
}
.topImgLeft img{
	width:60%;
}
.topTextRIght {
	width:100%;;
}

.topTextLeft {
	padding: 0;
	width:100%;;
}
.topImgRight {
	padding: 30px 0px 0px 0px;
	text-align: center;
}
.topImgRight img{
	width:60%;
}
.top_text_table{
	font-size:16px;
	width:100%;
	background-color: #f7f7f7;
}
.top_text_title1{
	border-left: 10px #19a832 solid;
	padding:5px 0 5px 5px;
	width:70px;
	vertical-align: middle;
}
.top_text_title2{
	padding:5px 5px 5px 0;
	vegli
}
.point_box1{
	padding:10px 0;
}
.top_img{
	margin:0 0 30px 0;
	background: rgba(0, 0, 0, 0) url(../images/top_back.png) no-repeat scroll center center / cover ;
}
.top_link{
	float:left;
	width:33%;
}
.top_link img{
	width:95%;
}
.top_link2{
	margin-top:20px;
	text-align:center;
}
.top_link2 img{
	width:95%;
}

.top_list{
}
.top_list li {
	padding: 10px;
	border: 1px dotted #a9a9a9;
	margin: 0 0 20px;
	position: relative;
}
.top_list li h4::before {
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	width:40px;
	height:40px;
}
.top_list li h4.icon_memo::before {
	background: url(../images/icon/icon1.png);
	background-size:contain;
	vertical-align:middle;
}
.top_list li h4.icon_pdf::before {
	background: url(../images/icon/icon2.png);
	background-size:contain;
	vertical-align:middle;
}
.top_list li h4.icon_sum::before {
	background: url(../images/icon/icon3.png);
	background-size:contain;
	vertical-align:middle;
}
.top_list li h4.icon_cti::before {
	background: url(../images/icon/icon4.png);
	background-size:contain;
	vertical-align:middle;
}
.top_list li h4 {
	display: table-cell;
	font-size: 18px;
	height: 45px;
	line-height: 1.4;
	padding: 0 12px;
	vertical-align: middle;
	font-weight:bold;
}
.top_list p{
	text-align:left;
	line-height: 1.5;
	margin: 0 0 0;
}
#recentEntryLeftTop {
	/*
	margin: 10px 0 20px;
	*/
	float: left;
	margin: 0 0 5px;
	width: 30%;
	font-family:Verdana,Geneva,sans-serif;
	background-color:#333;
	color:#ffffff;
	font-size:11px;
}
#motenasuMidashiTop,
#motenasuContentTop{
	overflow: auto;
	height:500px;
}
.facebookMidashiTop {
	border-bottom: 2px dotted #000000;
	padding: 6px 0;
}
.facebookMidashiTop a {
	color:#ffffff;
	font-size:11px;
	display: block;
	padding: 3px;
	text-decoration: none;
}
.facebookMidashiTop a:hover {
	text-decoration: underline;
}
#recentEntryRightTop {
	/*
	margin: 10px 0 20px;
	*/

	float: right;
	margin: 0 0 5px;
	width: 69%;
	font-family:Verdana,Geneva,sans-serif;
	background-color:#333;
	color:#ffffff;
	font-size:11px;
}
#recentEntryRightTop p {
	padding: 10px;
}
.columnTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	background-color:#000000;
	color:#ffffff;
}
/*********************/
/* ヘッダー */
/*********************/
#headerMain{
	background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
	height:60px;
	border-bottom: 1px solid #000000;
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 992;
}
#headerMain h1{
	display:none;
}
#headerMain .logo{
	position: absolute;
	left: 20px;
	top: 14px;
}
#headerMain .logo img {
	height:40px;
}
#globalNav{
	background-color: #ffffff;
	display: none;
	position: absolute;
	top: 60px;
	width:100%;
}
#globalNav ul{
	margin: 8px 10px 0 10px;
	display:block;
}
#globalNav ul > li,
#globalNav ul > li > ul > li{
	border-top: 1px solid #cccccc;
}
#globalNav ul > li:first-child,
#globalNav ul > li > ul > li:first-child{
	border-top: medium none;
}
#globalNav ul > li > a::after,
#globalNav ul > li > span::after{
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}
#globalNav ul > li > a::after{
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	transform: rotate(45deg);
	right: 20px;
}
#globalNav ul > li > ul >li > a::after{
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	transform: rotate(45deg);
	right: 10px;
}
#globalNav ul > li > span::after{
	right: 20px;
}
#globalNav ul > li > a,
#globalNav ul > li > span {
	position: relative;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	padding: 15px 0;
	text-decoration: none;
	width: 100%;
}
#globalNav ul > li > ul{
	display: block;
}
#menu-toggle{
	position:absolute;
	right:0;
	top:0px;
	width:70px;
	height:100%;
	display:block;
	z-index:999;
}
#menu-toggle .menu-icon{
	display:inline-block;
	position:absolute;
	left:50%;
	top:50%;
	bottom:auto;
	right:auto;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	width:25px;
	height:3px;
	background-color:#000000;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
#menu-toggle .menu-icon::before,
#menu-toggle .menu-icon:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000000;
	right:0;
	-webkit-transition:-webkit-transform 0.3s, top 0.3s, background-color 0s;
	-moz-transition:-moz-transform 0.3s, top 0.3s, background-color 0s;
	transition:transform 0.3s, top 0.3s, background-color 0s;
}
#menu-toggle .menu-icon::before{
	top:-8px;
}
#menu-toggle .menu-icon::after{
	top:8px;
}
#menu-toggle .menu-icon.is-clicked{
	background-color:rgba(255, 255, 255, 0);
}
#menu-toggle .menu-icon.is-clicked::before,
#menu-toggle .menu-icon.is-clicked::after{
	background-color:#000000;
}
#menu-toggle .menu-icon.is-clicked::before{
	top:0;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
#menu-toggle .menu-icon.is-clicked::after{
	top:0;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/*********************/
/* コンテンツ */
/*********************/
.section{
	position: relative;
}
.section_top{
	padding:0;
}
.section_sub{
	padding: 20px 0 30px 0;
}
.section .maintitle{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align:center;
}
.section h3{
	font-size: 16px;
	font-weight: bold;
}
.section p{
	padding:8px 0 15px 0;
}
/*********************/
/* 各ページの背景 */
/*********************/
#container1{
	background-color:#000000;
}
#top_container1{
	background-color:#000000;
	color:#ffffff;
}
#top_container1 .top_ryotei{
	background-image: url("../images/top_ryotei.png");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: left top;
	-moz-background-size:cover;
}
#top_container1 .top_hotel{
	background-image: url("../images/top_hotel.png");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: left top;
	-moz-background-size:cover;
}
#top_container2{
	background-color: #ffffff;
}
#box3,
#container3{
	background-color: #ffffff;
}
#box4,
#container4{
	background-color: #f7f7f7;
}
#box5,
#container5{
	background-color: #ffffff;
}
#box6,
#container6{
	background-color: #f7f7f7;
}
#container1 img,
#container3 img{
	width:100%;
}

/*********************/
/* コンテンツ-トップイメージ */
/*********************/
#top_container1 div,
#top_container1 li,
#top_container1 span{
	font-weight:bold;
}
#top_container1 .boxTitle1{
	text-align:center;
	padding:10px 0 20px 0;
}
#top_container1 .text1 ol li,
#top_container1 .text2 ul li{
	font-size:14px;
}

#top_container1 .boxTitle2{
	text-align:center;
	padding:0 0 20px 0;
}
#top_container1 .text1{
	font-size:18px;
	text-align: center;
	padding:0 0 20px 0;
}
#top_container1 .text1 ol{
	list-style-type: decimal;
}
#top_container1 .text2{
	font-size:18px;
	text-align: center;
	padding:0 0 20px 0;
}
#top_container1 .text2 ul{
	list-style-type: disc;
}
#top_container1 .topLeft{
	margin: 0 10px 0 30px;
}
#top_container1 .topRight{
	text-align: center;
}
#top_container1 .topRight img{
	max-width:95%;
}
/*********************/
/* トップ-説明 */
/*********************/
.topImgCenter{
	text-align:center;
	margin:0 10px;
}
.topImgCenter img{
	max-width:100%;
}
/*********************/
/* その他 */
/*********************/
.boxTitle1{
	font-size:30px;
	text-align:center;
	padding:24px 0;
}
.boxTitle2{
	font-size:24px;
}
ul.column_box.column_3 li {
	min-height: 250px;
	padding-bottom: 0 !important;
	width: 31%;
}
ul.column_box li {
	background-color: #fff;
	cursor: inherit;
	display: block;
	min-height: 220px;
	padding: 20px;

	box-sizing: border-box;
	float: left;
	list-style: outside none none;
	margin: 0 0 20px;
	position: relative;
}
/*********************/
/* コンテンツ-画像 */
/*********************/
#container1_img{
	background-image: url("../images/main1_sp.png");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: left top;
	-moz-background-size:cover;
	width:100%;
}
#container1_img_pc{
	display:none;
}
#container1_img_sp{
}
/*********************/
/* コンテンツ-機能説明 */
/*********************/
.kinou_index{
	background-color:#ffffff;
	margin:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.kinou_index .titleleft{
	float:left;
	padding:20px;
	width:15%;
}
.kinou_index .titleleft .subtitle{
	font-size: 14px;
	text-align: center;
}
.kinou_index .titleleft .subimg{
	margin-top:10px;
}
.kinou_index .titleleft .subimg img{
	width:100%;
}
.kinou_index .naiyoright{
	margin: 0 5px 0 120px;
	padding-top: 20px;
}
.kinou_index .naiyoright .naiyo-box{
	margin-bottom:12px;
}

.kinou_index .naiyoright .naiyo-title{
	font-size:18px;
	font-weight:bold;
}
.kinou_index .naiyoright .naiyo-description{
	font-size:14px;
	margin-top: 8px;
}
.kinou_index .naiyoright .naiyo-tou{
	text-align:right;
}
/*********************/
/* コンテンツ-料金プラン */
/*********************/
.plan_list dt{
	text-align:center;
}
.plan_list dt.dt1{
	height: 70px;
	line-height: 70px;
}
.plan_list dt.dt2{
	height: 30px;
	line-height: 30px;
}
.plan_list dt.plan_title{
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 32px;
}
.plan_list dt.plan_naiyou{
	color: #000000;
	padding-left:3px;
	border-bottom: 1px solid #000000;
}
.plan_list dl.price_item {
	display: none;
}
.plan_list dl.plan_dl {
	border-bottom: 1px solid #555;
	float: none;
	margin: 0 auto 25px;
	width: 90%;
}
.plan_list dl dd.price_box {
	height: 150px;
}
.plan_list dl.price_item dd {
	text-align: left;
}
.plan_list dl dd {
	border-bottom: 1px solid #000000;
}
.plan_list dl#lite {
	background-color:#ffff99;
}
.plan_list dl#lite dt.plan_title  {
	background-color:#ffd700;
}
.plan_list dl#standard {
	background-color:#ffdacc;
}
.plan_list dl#standard dt.plan_title  {
	background-color:#e86821;
}
.plan_list dl#pro {
	background-color:#ffcccc;
}
.plan_list dl#pro dt.plan_title  {
	background-color:#cf232f;
}
.plan_list dl.plan_dl dd{
	text-align:center;
}
.plan_list dd.plan_function{
	padding:8px 0;
}
.plan_list dd.plan_price_title{
	background-color:#f0f8ff;
	font-size:14px;
	padding-left: 5px;
}
.plan_list dd.plan_price_naiyou{
	font-weight:bold;
	font-size:12px;
}
.plan_list dt.plan_price_title{
	background-color: #2f4f4f;
	color:#ffffff;
	border-bottom:1px solid #000000;
}
.list_box{
	padding: 10px;
}
/*********************/
/* コンテンツ-導入企業 */
/*********************/
#case_img{
	text-align:center;
	padding: 20px;
}

/*********************/
/* コンテンツ-お客様の声 */
/*********************/
#case_kokyaku{
	padding:10px 0 30px 0;
	margin: 10px;
}
#case_kokyaku .kokyaku_name{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
}
#case_kokyaku .case_catch_copy{
	font-size:24px;
	margin:10px 0 30px 0;
}
#case_kokyaku .case_catch_copy .copy1{
	color:#00008b;
	font-weight:700;
}
#case_kokyaku .case_catch_copy .copy2{
	font-weight:700;
}
#case_kokyaku .case_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
#case_kokyaku .kokyaku_url{
	font-size:12px;
	margin-bottom:5px;
}
.case_box{
	background-color: #ffffff;
	padding:10px;
}
.case_box .case_txt{
	padding: 10px 0 18px 5px;
	font-size: 14px;
	line-height: 20px;
}



.case_list{
	padding: 10px 0;
}
.case_list .case_list1{
	text-align:center;
	margin: 10px;
}
.case_list .case_list1 a{
	display:block;
	color:#000000;
	text-decoration: none;
    border:1px solid #000000;
}
.case_list .case_list1 a:hover{
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.case_list .case_list_logo{
	float: left;
	margin: 16px 0 10px 10px;
	max-height: 100px;
	max-width: 100px;
}
.case_list .case_list_tenponame{
	float: left;
	margin: 10px;
	text-align: left;
}
.case_list .case_list_img{
}

.case_list .case_list_img img{
	width:100%;
}
.case_list .case_list_catch_copy{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 20px;
	padding: 5px 0 5px 10px;
	text-align: left;
}
.case_box .case_gazo_list{
	padding: 10px;
}
.case_box .case_gazo_left{
	float:left;
	width:48%;
	text-align:center;
}
.case_box .case_gazo_right{
	float:left;
	width:48%;
	text-align:center;
}
.case_box .case_gazo_center{
	text-align:center;
}
.case_box .case_gazo_center img{
	width:98%;
}
.case_box .case_gazo_left img,
.case_box .case_gazo_right img{
	width:95%;
}
/*********************/
/* コンテンツ-お役立ち情報 */
/*********************/
#recentEntryLeft {
    float: left;
    height: 500px;
    margin: 15px 0 20px;
    overflow: auto;
    position: relative;
    width: 49%;
}
.facebookMidashi {
    border: 1px solid #000000;
    margin: 6px 15px;
}
.facebookMidashi a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
#recentEntryRight p {
    padding: 10px;
}
#recentEntryRight {
    float: right;
    height: 500px;
    margin: 15px 0 20px;
    overflow: auto;
    position: relative;
    width: 49%;
}

/*********************/
/* コンテンツ-機能説明(概要) */
/*********************/
.gaiyo_list{
	margin:0 20px 0 20px;
}
.gaiyo_list_box{
	background-color:#ffffff;
	padding:15px;
	font-size:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #000000;
	margin: 50px 0;
}
.gaiyo_list_box .gaiyo_naiyou_box {
	margin-bottom:18px;
}
.gaiyo_list_box .gaiyo_sub_title {
	font-size: 18px;
	padding: 8px 0 8px 0;
	font-weight:bold;
	border-bottom: 1px dotted #000000;
}
.gaiyo_list_box .gaiyo_naiyou {
	font-size: 14px;
	padding: 8px 0 8px 0;
}
.textMidashi2 {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 20px 0;
	text-align: left;
}
/*********************/
/* コンテンツ-機能説明(リスト) */
/*********************/
.kinou_list{
	background-color:#ffffff;
}
.kinou_list_box{
	padding:50px 10px;
}
table#kinouIchiran{
	width:100%;
}
table#kinouIchiran th,
table#kinouIchiran td{
	border: 1px solid #696969;
	padding: 10px;
}
table#kinouIchiran th{
	width:20%;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
table#kinouIchiran td.kinouIchiranTitle{
	width:30%;
}

table#kinouIchiran td.kinouIchiranTitle,
table#kinouIchiran td.kinouIchiranTitle a{
	font-weight: bold;
	color:#000000;
	font-size:14px;
}
table#kinouIchiran td.kinouIchiranContent{
	width:50%;
	font-size:14px;
	text-align: left;
}

/*********************/
/* コンテンツ-機能説明 */
/*********************/
.kinou_detail{
	background-color:#ffffff;
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.kinou_detail_box{
	padding:10px;
	font-size:14px;
}

/*********************/
/* コンテンツ-メルマガ登録 */
/*********************/
#innerMailmaga{
	margin: 0 auto;
	position: relative;
	margin:0 20px;
}
#mailmagaBack{
/*	background: #412304 url("../images/back1.jpg") repeat-x scroll 0 -400px; */
	padding-top:75px;
}
#mailmaga_detail{
	background-color:#000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #ffffff;
	opacity: 0.85;
}
#mailmaga_detail_box{
	font-size:15px;
}
#mailmaga_midashi_title{
	padding: 15px 0;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	color:#ffffff;
	border-bottom:6px solid #ffffff;
}
#mailmagaText{
	padding:0 10px;
}
#mailmagaComplete{
	margin:30px auto;
	text-align: center;
}
#mailmagaComplete img{
	max-width:90%;
	border:2px solid #ffffff;
}
#compMeessage {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0;
	text-align: center;
	width:100%;
}
/*********************/
/* コンテンツ-詳細 */
/*********************/
.contentTextLeft {
	padding: 0 0 10px 10px;
	color:#000000;
	text-align:left
}
.contentTextNormal{
	padding: 0 0 10px 30px;
	text-align:left
}
.contentImgRight {
	padding: 0 0 30px 10px;
	color:#000000;
	text-align: center;
}
.contentImgNormal {
	text-align: center;
}
.textMidashi {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px;
	text-align: left;
}
.contentText {
	padding: 0 0 0 10px;
}

.contentImgList1 img,
.contentImgNormal img{
	width:90%;
}

.contentTextMain1 {
	padding: 0 0 10px 10px;
	width:100%;
	text-align: left;
}
.contentImgMain1 {
    padding: 30px 0 30px 0;
    color:#000000;
    text-align:center;
}

.contentImgListMain1 img{
	width:90%;
}

.subContent{
	padding:10px;
}
.subContent img{
	width:95%;
}
.subContent h4{
	font-size: 15px;
	font-weight: bold;
}
.subContent p{
	font-size: 12px;
}
/***********/
/* 2枚並べ画像 */
/***********/
.subContent .img2Left,
.subContent .img2Right{
	padding:5px 0 0 0;
	width:95%;
	margin: 0 auto;
}
/***********/
/* 3枚並べ画像 */
/***********/
.subContent .img3Left,
.subContent .img3Center,
.subContent .img3Right{
	padding:5px 0 0 0;
	width:95%;
	margin: 0 auto;
}
/*********************/
/* コンテンツ-Q&A */
/*********************/
.qa_list{
	margin:0 10px 50px 10px;
}
.qa_list .question {
	background: url(../images/icon/q_icon.png) no-repeat scroll 0 0px;
	padding: 0 0 10px 40px;
	margin: 20px 0 15px 0;
	border-bottom: 1px dotted #000000;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	font-size:14px;
}
.qa_list .answer {
	background: url(../images/icon/a_icon.png) no-repeat scroll 0 0px;
	padding: 0 0 10px 40px;
	margin: 0 0 42px 0;
	line-height: 30px;
	position: relative;
	font-size:14px;
}
/*********************/
/* フッター */
/*********************/
#footer {
	background-color: #2a3239;
	overflow: hidden;
	color: #ffffff;
	font-size:12px;
}
#footer #footerIn {
	margin: 30px auto 0 auto;
}
#footer .footerBanner {
	text-align:center;
}
#footer .footerBanner a{
	display:block;
	width:100%;
}
#footer .footerBanner img{
	width:220px;
	padding:0 0 0 20px;
}
#footer .footerBanner2{
	text-align:center;
	margin: 5px 0 0 5px;
}
#footer .footerBanner2 a{
	color: #ffffff;
}
#footer .footerBanner3{
	text-align:center;
	margin: 5px 0 0 5px;
}
#footer .footerText{
	text-align:left;
	margin:10px 0 0 10px;
}
#footer .copyright{
	text-align:center;
	margin:5px 0 5px 0;
}
/*********************/
/* その他 */
/*********************/
.box_page{
	height:60px;
}
.box_page2{
	padding: 30px 0;
}
.maintitle{
	text-align:center;
	font-size:24px;
}
.midashi_title2{
	clear: both;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	z-index: 0;
}
.midashi_title2 h3{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 34px;
	margin: 20px 0 30px;
	text-align: center;
	color:#9e0000;
	font-weight:bold;
}
.midashi_title{
	border-bottom: 1px solid #2f4f4f;
	border-left: 10px solid #2f4f4f;
	padding: 7px 0 7px 10px;
	font-size:18px;
	font-weight:bold;
	text-align: left;
}
#img-en{
	text-align:center;
	margin:100px 0 0 0;
}
#img-en img{
	width:80%;
}
.textPc{
	display:none;
}