@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　　　　全ページ共通CSS
　■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■ Reset ■■■■■■ */
address, caption, cite, code, dfn, em, th, strong, var {
	font-style: normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style:none;
}
q:before, q:after {
	content:'';
}
/* ■■■■■■ タグ直接 ■■■■■■ */
html{
/*
	scrollbar-base-color: #E3DBBF;
	scrollbar-track-color: #F4F0E5;
	scrollbar-face-color: #E3DBBF;
	scrollbar-shadow-color: #E3DBBF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #E3DBBF;
	scrollbar-3dlight-color: #E3DBBF;
	scrollbar-arrow-color: #FFFFFF;
*/
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}
body{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 320px;
	height: 100%;
	font-size: 13px;
	line-height: 1.6em;
	color: #444;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
}
html[lang="en"] body{
	text-align: left;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
a{
	text-decoration: none;
	color: #0071bc;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
a[href]:hover{
	text-decoration: underline;
	all: #40a1ec;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
a[href]:hover img,
input[type="image"]:hover{
	filter: Alpha(opacity=70);
	opacity: .7;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
a img,
input[type="image"]{
	filter:;
	opacity: 1;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
img{
	border: 0;
	-ms-interpolation-mode: bicubic;
}
form{
	margin: 0;
	padding: 0;
}
input,textarea{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
}
select{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
}
input[type="checkbox"],
input[type="radio"]{
	vertical-align: middle;
}
big{
	font-size: 16px;
	font-weight: bold;
}
/*フォームボタン修正*/
button.gray,
button.pink {
	width: 30%;
	cursor: pointer;
	border: 0px none;
	transition: all 0.5s linear 0s;
	margin: 10px 3px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
 }
button.gray {
	background-color: #99A0B4;
}
button.pink {
	background-color: #AF1653;
}
button.gray:hover,
button.pink:hover{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
button.gray span {
	background: url(../img/common/button_pc.png) no-repeat left center #99A0B4;
	padding-left: 15px;
}
button.pink span {
	background: url(../img/common/button_pc.png) no-repeat left center #AF1653;
	padding-left: 15px;
}
*+html button.gray span {
	background: url(../img/common/button_pc.png) no-repeat left top #99A0B4;
}
*+html button.pink span {
	background: url(../img/common/button_pc.png) no-repeat left top #AF1653;
}
/* ■■■■■■■ 共通（文字色） ■■■■■■ */
.tx_black{
	color: #000000;
}
.tx_white{
	color: #FFF;
}
.tx_white:hover{
	color: #FFF;
}
.tx_gray1{
	color: #707070;
}
.tx_gray2{
	color: #C1C1C1;
}
.tx_red1{
	color: #FF0033;
}
/*追加*/
.tx_red2{
	color: #d20000;
}
.tx_pink1{
	color: #F19EB3;
}
.tx_blue1{
	color: #003CA0;
}
.tx_brown{
	color: #C6AC7E;
}
.tx_navy{
	color: #00235F;
}
.tx_gray{
	color: #999;
}
.mincho{
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif !important;
}
.times{
	font-family: Times, "Times New Roman", serif !important;;
}
/* ■■■■■■ 共通（etc） ■■■■■■ */
.v_top{
	vertical-align: top;
}
.v_center{
	vertical-align: middle;
}
.v_down{
	vertical-align: -2px;
}
.font0{
	font-size: 0 !important;;
}
.font10{ font-size: 10px !important;}
.font11{ font-size: 11px !important;}
.font12{ font-size: 12px !important;}
.font13{ font-size: 13px !important;}
.font14{ font-size: 14px !important;}
.font15{ font-size: 15px !important;}
.font16{ font-size: 16px !important;}
.font17{ font-size: 17px !important;}
.font18{ font-size: 18px !important;}
.font19{ font-size: 19px !important;}
.font20{ font-size: 20px !important;}
.font21{ font-size: 21px !important;}
.font22{ font-size: 22px !important;}
.font23{ font-size: 23px !important;}
.font24{ font-size: 24px !important;}
.font25{ font-size: 25px !important;}
.font26{ font-size: 26px !important;}
.font27{ font-size: 27px !important;}
.font28{ font-size: 28px !important;}
.font29{ font-size: 29px !important;}
.font30{ font-size: 30px !important;}
.bold{
	font-weight: bold;
}
.jidume1{
	letter-spacing: -1px;
	white-space: nowrap;
}
.jidume2{
	letter-spacing: -2px;
	white-space: nowrap;
}
.jidume3{
	letter-spacing: -3px;
	white-space: nowrap;
}
.tx_space1{
	letter-spacing: 1px;
}
.tx_space2{
	letter-spacing: 2px;
}
.tx_space3{
	letter-spacing: 3px;
}
.tx_space4{
	letter-spacing: 4px;
}
.m0{
	margin: 0 !important;
}
.m_top5, .mt5{
	vertical-align: top;
	margin-top: 5px !important;
}
.m_top10, .mt10{
	vertical-align: top;
	margin-top: 10px !important;
}
.m_top15, .mt15{
	vertical-align: top;
	margin-top: 15px !important;
}
.m_top20, .mt20{
	vertical-align: top;
	margin-top: 20px !important;
}
.m_top25, .mt25{
	vertical-align: top;
	margin-top: 25px !important;
}
.m_top30, .mt30{
	vertical-align: top;
	margin-top: 30px !important;
}
.m_top35, .mt35{
	vertical-align: top;
	margin-top: 35px !important;
}
.m_top40, .mt40{
	vertical-align: top;
	margin-top: 40px !important;
}
.m_bottom5, .mb5{
	vertical-align: top;
	margin-bottom: 5px !important;
}
.m_bottom10, .mb10{
	vertical-align: top;
	margin-bottom: 10px !important;
}
.m_bottom15, .mb15{
	vertical-align: top;
	margin-bottom: 15px !important;
}
.m_bottom20, .mb20{
	vertical-align: top;
	margin-bottom: 20px !important;
}
.m_bottom25, .mb25{
	vertical-align: top;
	margin-bottom: 25px !important;
}
.m_bottom30, .mb30{
	vertical-align: top;
	margin-bottom: 30px !important;
}
.m_bottom35, .mb35{
	vertical-align: top;
	margin-bottom: 35px !important;
}
.m_bottom40, .mb40{
	vertical-align: top;
	margin-bottom: 40px !important;
}
.ml5{
	margin-left: 5px !important;
}
.ml10{
	margin-left: 10px !important;
}
.ml15{
	margin-left: 15px !important;
}
.ml20{
	margin-left: 20px !important;
}
.ml25{
	margin-left: 25px !important;
}
.mr30{
	margin-left: 30px !important;
}
.mr5{
	margin-right: 5px !important;
}
.mr10{
	margin-right: 10px !important;
}
.mr15{
	margin-right: 15px !important;
}
.mr20{
	margin-right: 20px !important;
}
.mr25{
	margin-right: 25px !important;
}
.mr30{
	margin-right: 30px !important;
}
.mtb5{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.mtb10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.mtb15{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.mtb20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.mtb25{
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.mtb30{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.align_l,
.tl{
	text-align: left;
}
.align_r,
.tr{
	text-align: right;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.img_r{
	float: right;
	margin: 0 0 10px 10px;
}
.img_l{
	float: left;
	margin: 0 10px 10px 0;
}
.t_c,
.tc{
	text-align: center;
}
.pointer{
	cursor: pointer;
}
.l_indent,
.l_indent p,
.l_indent li{
	padding-left: 1em;
	text-indent: -1em;
}
.float_off{
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.w0_inline{
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.smt,
img[src*="_smt"]{
	display: none;
}
.maxw0{
	max-width: 100%;
}
/* ■■■■ cleafix ■■■■ */
/*float clear*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clear { clear:both; }
/* ■■■■■■ ヘッダー ■■■■■■ */
.header{
	position: relative;
	margin: 0 auto;
	padding: 0 0 70px;
	background: #003200;
	color: #fff;
}
.header_in{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.header h1{
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
}
html[lang="en"] .header h1{
	padding: 2px 0 1px;
	line-height: 24px;
}
.header a{
	color: #fff;
}
.header_s_link,
.language{
	float: right;
	padding: 1px 0 1px 20px;
	text-align: right;
	font-size: 13px;
	line-height: 28px;
}
.header_s_link a,
.language a{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
}
.header_s_link a{
	padding: 0 10px;
	background: url(../img/common/icon_links_tri_white.png) no-repeat left center;
}
.language a em{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	font-size: 11px;
	line-height: 16px;
	background: #fff;
	border-radius: 10px;
	/*behavior: url(/common/css/PIE.htc);*/
	behavior: url(/common/css/PIE.htc);
	color: #af1653;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.language a:hover,
.language a.on{
	background: #fff;
	text-decoration: none;
	color: #af1653;
}
.language a:hover em,
.language a.on em{
	background: #af1653;
	color: #fff;
}
.header_gray{
	background: #F7F7F7;
}
.header_gray h2{
	float: left;
	background: url(../img/common/header_logo_on.png) no-repeat left center;
	background-size: 100%;
	width: 700px;
	height: 100px;
	margin: 0;
}
.header_gray h2 a{
	display: block;
	background: url(../img/common/header_logo.png) no-repeat left center;
	background-size: 100%;
	height: 100px;
	background-size: 100%;
	text-indent: -20000px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
html[lang="en"] .header_gray h2{
	background: url(../../eng/common/img/common/header_logo_on.png) no-repeat left center;
	background-size: 100%;
}
html[lang="en"] .header_gray h2 a{
	background: url(../../eng/common/img/common/header_logo.png) no-repeat left center;
	background-size: 100%;
}
.header_gray h2 a:hover{
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.header_tel{
	width: 255px;
	height: 80px;
	padding: 10px 0;
	margin: 0 0 0 auto;
	font-size: 14px;
	color: #333;
	text-align: center;
}
html[lang="en"] .header_tel{
	width: 265px;
}
.header_tel strong{
	display: inline-block;
	padding: 0 0 0 40px;
	background: url(../img/common/icon_tel_pc.png) no-repeat left center;
	font-family: Times, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.2em;
	color: #003200;
	white-space: nowrap;
}
.header_tel strong a {
	color: #003200 !important;
}

.header_tel em{
	display: block;
	background: #bdd630;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #003200;
	white-space: nowrap;
}
html[lang="en"] .header_tel em{
	font-size: 13px;
}
html[lang="en"] .header_tel em{
	font-weight: normal;
}
#header_links{
	position: absolute;
	z-index: 5;
	padding: 0;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}
#header_links ul{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#header_links .smt_menu{
	display: none;
}
#header_links ul li{
	position: relative;
	margin: 0;
	padding: 0;
	/*width: 16.6666%;*/
	width: 14.2%;
	list-style: none;
	float: left;
	background: url(../img/common/header_links_line.png) no-repeat left center;
}
#header_links ul li:first-child{
	background: transparent;
}
#header_links ul li.menu_close{
	display: none;
}
#header_links ul li a{
	display: block;
	height: 70px;
	text-align: center;
	padding: 0;
	color: #fff;
	/*font-family: Times, "Times New Roman", serif;*/
	font-family: arial, "arial black", sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	background: url(../img/common/header_links_on.png) no-repeat center -20px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
#header_links ul li a small{
	display: block;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
	font-size: 12px;
	line-height: 1.2em;
	color: #e8afc6;
}
#header_links ul li a u,
#header_links ul li a span{
	display: inline-block;
	vertical-align: middle;
}
#header_links ul li a u{
	height: 100%;
	width: 0;
}
#header_links ul li a:hover{
	text-decoration: none;
	background: url(../img/common/header_links_on.png) no-repeat center top;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.icon_headerclose {
	display: none;
}
#header_links_bg{
	display: none;
}
.head_pc_only{
	position: absolute;
	top: 6px;
	left: 770px;
}
.head_pc_only a{
	display: inline-block;
	vertical-align: middle;
}
.head_pc_only a.icon_link{
	background: url(../img/common/icon_links_gray.png) no-repeat left 6px;
	padding: 4px 0 4px 18px;
	font-size: 14px;
	line-height: 1.5em;
	color: #344267;
	text-decoration: underline;
}
.head_pc_only a.icon_link:hover{
	background: url(../img/common/icon_links_pink.png) no-repeat left 6px;
	color: #af1653;
	text-decoration: none;
}
/* ■■■■■■ パンくずナビ 部分 ■■■■■■ */
.pankuzu{ /* ■パンくずナビ専用。■ */
	width: 1200px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 10px auto 0;
	color: #534740;
}
.pankuzu a{
	color: #0071BC;
	text-decoration: underline;
}
.pankuzu a:hover{
	color: #0071BC;
	text-decoration: none;
}
/* ■■■■■■ 見出し 部分 ■■■■■■ */
h2.img_midasi{
	position: relative;
	margin: 0;
}
h2.img_midasi img{
	position: relative;
	width: 100%;
}
h2.img_midasi strong{
	position: absolute;
	display: block;
	margin: -25px 0;
	top: 50%;
	left: 20px;
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
	font-size: 27px;
	line-height: 1.2em;
	vertical-align: middle;
	color: #009ea6;
}
h2.img_midasi strong img{
	width: 50px;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
h2.img_midasi strong span{
	display: inline-block;
	vertical-align: middle;
}
.midasi{
	background: #D78AA9;
	padding: 5px 20px;
	margin: 30px 0 10px;
	font-size: 21px;
	line-height: 1.2em;
	color: #fff;
}
.midasi2{
	margin: 0 16px 10px;
	color: #AF1653;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6em;
}
.midasi:first-child{
	margin-top: 0;
}
/* ■■■■■■ メインコンテンツ ■■■■■■ */
.main{
	width: 1200px;
	margin: 0 auto 20px;
}
.main_image{
	margin: 0 0 20px;
}
.main_image img{
	width: 100%;
}
.main_contents{
	float: right;
	width: 880px;
	padding: 0;
}
#side_menu{
	float: left;
	width: 280px;
	padding: 20px 0 0;
}
.main_contents h2{
	border-bottom: 2px solid #b72d64;
	margin: 30px 0 10px;
	padding-left: 0.8em;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	color: #af1653;
}
.main_contents h2 small{
	/*font-family: Times, "Times New Roman", serif;*/
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4em;
	vertical-align: middle;
	color: #333;
}
.main_contents h2 span{
	float: right;
	margin-top: 0;
}
html[lang="en"] .main_contents h2 span{
	float: right;
	margin-top: 10px;
}
.main_contents h2 span a {
    display: block;
    background: #b72d64;
    font-size: 14px;
    color: #FFF;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #b72d64;
    border-radius: 5px;
    position: relative;
}
.main_contents h2 span a:hover {
	background: #fee;
	color: #b72d64;
	text-decoration: none;
}
.main_contents .main_image{
	width: 880px;
	height: auto;
	margin: 20px 0 0;
}
p.main_words{
	margin: 0 16px 30px;
	overflow: hidden;
}
.form {
	margin: 0 10px;
}
.form_table {
	width: 100%;
	margin: 0 0 30px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.form_table th {
	padding: 12px 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #FBF3F6;
	width: 30%;
	vertical-align: top;
	text-align: left;
}
.form_table td {
	padding: 12px 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 70%;
	vertical-align: top;
}
.form_table select {
    padding: 4px 2px;
}
.last-banner{
	text-align: center;
	margin: 20px 10px;
}
/* ■■■■■■ 左メニュー ■■■■■■ */
.side_banner{
	display: block;
	margin: 10px 0 0;
	padding: 0;
}
#side_menu .side_banner:first-child{
	margin: 0;
}
.side_banner img {
	margin: 0;
}
.side_blog{
	border: 1px solid #ccc;
	margin-top: -5px;
}
.side_blog ul{
	height: 250px;
	padding: 0 10px;
	overflow: auto;
}
.side_blog ul li{
	padding: 0;
	border-top: 1px dotted #888;
}
.side_blog ul li:first-child{
	border-top: 0;
}
.side_blog ul li a{
	display: block;
	padding: 10px;
	margin: 0 -10px;
	color: #000;
}
.side_blog ul li a span{
	display: block;
	color: #777;
}
.side_blog ul li a:hover{
	background: #fee;
	text-decoration: none;
}
.side_links{
	margin: 20px 0;
}
.side_links.my{
	margin: 0 0 20px;
}
.side_links a{
	position: relative;
	display: block;
	height: 80px;
	margin: 0 0 4px;
	padding: 0 10px;
	background: url(../img/common/icon_tri_red.png) no-repeat right bottom #e5e5e5;
	font-size: 20px;
	line-height: 1.2em;
	color: #514e4d;
}
html[lang="en"] .side_links a{
	font-size: 18px;
	line-height: 1.3em;
}
.side_links a:hover,
.side_links a.on{
	opacity: 0.7;
	filter: Alpha(opacity=70);
	text-decoration: none;
}
.side_links a span,
.side_links a u{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-top: 1px;
}
.side_links a u{
	height: 100%;
	width: 0;
}
.side_links a span small{
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #af1653;
	vertical-align: middle;
}
.side_links a img{
	width: 30px;
	vertical-align: middle;
}
.side_links a:hover img{
	opacity: 1;
	filter:;
}
.side_links a.eiken,
.side_links a.parents{
	background: url(../img/common/icon_tri_white.png) no-repeat right bottom;
	color: #fff;
	text-align: center;
	margin: 8px 0;
	height: 100px;
}
.side_links a.eiken span,
.side_links a.parents span{
	text-align: left;
}
html[lang="en"] .side_links a.eiken,
html[lang="en"] .side_links a.parents{
	font-size: 17px;
}
.side_links a.eiken{
	background-color: #005ead;
	padding: 0 0 0 90px;
}
.side_links a.parents{
	background-color: #f1a700;
	padding: 0 90px 0 0;
}
.side_links a.eiken img,
.side_links a.parents img{
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
}
.side_links a.eiken img{
	left: 0;
}
.side_links a.parents img{
	right: 0;
}
.side_menu dl{
	margin:15px 0;
}
.side_menu dl dt{
	height:29px;
	padding:0 0 0 1em;
	background:url(../img/common/side_menu_dt.png) no-repeat 96% center #E6E6E6;
	border-bottom: 1px solid #AF1653;
	cursor:pointer;
}
.side_menu dl dt span{
	height:29px;
	line-height:29px;
	display:block;
	padding: 0;
	color:#514E4D;
	font-size: 14px;
	font-weight: bold;
}
.side_menu dl dt.on{
	background:url(../img/common/side_menu_dt_on.png) no-repeat 96% center #E6E6E6;
}
.side_menu dl dd{
	padding: 0;
	background:#F5F5F5;
}
.side_menu dl dd a{
	display: block;
	padding: 7px 5px 7px 25px;
	background: url(../img/common/icon_links_gray.png) no-repeat 4px center;
	border-top: 1px dotted #999999;
	color: #333;
}
.side_menu dl dd a:hover,
.side_menu dl dd a.on{
	background: url(../img/common/icon_links_pink.png) no-repeat 4px center #FBF3F6;
	text-decoration:none;
}
.side_menu dl dd a:first-child{
	border-top:none;
}
.side_menu dl dd a.strong{
	font-weight: bold !important;
	color: #222;
}
/* ■■■■■■ フッター ■■■■■■ */
#page-top {
	position: relative;
    background: #344169;
    padding: 2px 0 0;
    margin: 0;
    height: 40px;
}
#page-top p{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}
#page-top p a {
	margin: 0;
}
#page-top p a img {
    width: 110px;
    height: auto;
    margin: 0;
}
.footer{
	clear: both;
	background: #f7f7f7;
	*background: #fff;
	position: relative;
	z-index: 2;
	padding: 20px 0 0;
	*padding: 0;
	margin: 0;
}
.footer_in{
	width: 1200px;
	margin: auto;
	*padding: 20px 0 0;
}
.footer_nav{
	width: 25%;
	float: left;
}
.footer_nav h3{
	border-bottom: 1px solid #af1653;
	color: #af1653;
	margin: 30px 10px 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
}
html[lang="en"] .footer_nav h3{
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
}
.footer_nav h3:first-child{
	margin-top: 0;
}
.footer_nav h3 a{
	display: block;
	background: url(../img/common/icon_links_pink.png) no-repeat right center;
	margin: 0;
	padding: 0;
	color: #af1653;
	font-size: 20px;
	line-height: 1.4em;
}
.footer_nav a{
	display: block;
	background: url(../img/common/icon_links_gray.png) no-repeat left 6px;
	margin: 0 10px 0 20px;
	padding: 4px 0 4px 18px;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
.footer_nav a.strong{
	font-weight: bold;
	color: #222;
}
.footer_nav a:hover{
	background: url(../img/common/icon_links_pink.png) no-repeat left 6px;
	color: #af1653;
	text-decoration: none;
}
.footer_nav h3 a:hover{
	background: url(../img/common/icon_links_gray.png) no-repeat right center;
	color: #333;
}
.footer_logo{
	width: 1020px;
	padding: 20px 90px;
	border-top: 1px solid #ccc;
	margin: 20px auto 0;
}
.footer_logo h2{
	float: left;
	background: url(../img/common/footer_logo_on.png) no-repeat left top;
	background-size: 100%;
	width: 700px;
	height: 100px;
	margin: 0;
}
.footer_logo h2 a{
	display: block;
	background: url(../img/common/footer_logo.png) no-repeat left top;
	background-size: 100%;
	height: 85px;
	padding: 15px 0 0 150px;
	font-size: 12px;
	color: #333;
	background-size: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
html[lang="en"] .footer_logo h2{
	background: url(../../eng/common/img/common/footer_logo_on.png) no-repeat left top;
	background-size: 100%;
}
html[lang="en"] .footer_logo h2 a{
	background: url(../../eng/common/img/common/footer_logo.png) no-repeat left top;
	background-size: 100%;
	padding: 20px 0 0 20%;
}
.footer_logo h2 a:hover{
	background: transparent;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
address{
	clear: both;
	background: #003200;
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-style: normal;
}
address a{
	color: #fff;
	*background: #003200;
}
address a:hover{
	text-decoration: none;
	color: #fff;
}
.fixed_trial{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.fixed_trial a{
	display: block;
	box-sizing: border-box;
	width: 85px;
	height: 85px;
	padding-top: 8px;
	background: rgba(241,167,0,0.7);
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2em;;
	text-align: center;
	box-shadow: rgba(0,0,0,0.3) 0 0 10px;
}
.fixed_trial a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.fixed_trial a span{
	display: inline-block;
	vertical-align: middle;
}
.fixed_trial a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}



/* ========================
ヘッダタブ 20180327 追加
========================== */
#site_tab {
    padding: 5px 0 0;
}
#site_tab p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    text-align: left;
}
#site_tab p a:first-child {
    margin-left: 0;
}
#site_tab p a {
    display: inline-block;
    box-sizing: border-box;
    width: 32%;
    margin: 0 0 0 0.5%;
    max-width: 150px;
    text-align: center;
    padding: 7px 0 3px;
    border: solid #ccc;
    border-width: 1px 1px 0;
    background: #dedede;
    background: -moz-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 );
    color: #808080;
    font-size: 14px;
    line-height: 1.2em;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#site_tab p a.active {
    padding: 7px 0 3px;
    border: solid #af1653;
    border-width: 1px 1px 0;
    background: #af1653;
    background: -moz-linear-gradient(top, rgba(177, 22, 84) 0%, rgba(243, 110, 163,1) 100%);
    background: -webkit-linear-gradient(top, rgba(177, 22, 84,1) 0%,rgba(243, 110, 163,1) 100%);
    background: linear-gradient(to bottom, rgba(177, 22, 84,1) 0%,rgba(243, 110, 163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11654', endColorstr='#f36ea3',GradientType=0 );
    color: #fff;
}


.side_banner_100 img {
	width: 100%;
}


/* タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。 */
@media only screen and (max-width: 1200px){
	/* ■■■■■■ ヘッダー ■■■■■■ */
	.head_pc_only{
		display: none;
	}
	.header{
		position: relative;
		margin: 0 auto;
		padding: 0 0 70px;
		color: #fff;
	}
	.header_in{
		position: relative;
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.header h1{
		float: left;
		font-size: 10px;
		line-height: 20px;
		padding: 5px 0 0 10px;
	}
	html[lang="en"] .header h1{
		padding: 4px 0 0 10px;
	}
	.header_s_link,
	.language{
		float: right;
		padding: 1px 0 1px 0px;
		text-align: right;
		font-size: 10px;
		line-height: 28px;
	}
	.header_s_link a,
	.language a{
		display: inline-block;
		padding: 0 10px;
		color: #fff;
	}
	.header_s_link a{
		padding: 0 10px;
		background: url(../img/common/icon_links_tri_white.png) no-repeat left center;
	}
	.language a em{
		display: inline-block;
		width: 16px;
		height: 16px;
		margin: 0 5px 0 0;
		font-size: 11px;
		line-height: 16px;
		background: #fff;
		border-radius: 10px;
		/*behavior: url(/common/css/PIE.htc);*/
		behavior: url(/common/css/PIE.htc);
		color: #af1653;
		text-align: center;
		vertical-align: middle;
		position: relative;
	}
	.language a:hover,
	.language a.on{
		background: #fff;
		text-decoration: none;
		color: #af1653;
	}
	.language a:hover em,
	.language a.on em{
		background: #af1653;
		color: #fff;
	}
	.header_gray{
		background: #F7F7F7;
	}
	.header_gray h2{
		background-size: 100%;
		width: 64%;
	}
	.header_gray h2 a{
		background-size: 100%;
	}
	.header_tel{
		margin: 0 10px 0 auto;
	}
	.header_tel a {
		text-decoration: none;
		color: #af1653;
	}
	#header_links ul{
		width: 100%;
	}
	#header_links ul li a{
		font-size: 16px;
	}
	#header_links ul li a small{
		font-size: 11px;
	}
	.pankuzu{ /* ■パンくずナビ専用。■ */
		width: 96%;
		margin: 10px 2% 0;
	}
	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.main{
		width: 97%;
		margin: 0 1.5% 20px;
	}
	.main_contents{
		float: right;
		width: 70%;
		padding: 0;
	}
	.main_contents h2{
		font-size: 18px;
	}
	.main_contents h2 span a {
		font-size: 9px;
		color: #FFF;
		padding: 0 10px;
		height: 16px;
		line-height: 18px;
		border: 1px solid #b72d64;
		border-radius: 6px;
		/*behavior: url(/common/css/PIE.htc);*/
		behavior: url(/common/css/PIE.htc);
		position: relative;
	}
	.main_contents h2 span a:hover {
		background: #fee;
		color: #b72d64;
		text-decoration: none;
	}
	#side_menu{
		float: left;
		width: 28%;
	}
	.main_contents .main_image{
		width: 100%;
		height: auto;
		margin: 10px 0 -10px;
	}
	.midasi{
		background: #D78AA9;
		padding: 5px 15px;
		margin: 30px 0 10px;
		font-size: 14px;
		line-height: 1.2em;
		color: #fff;
	}
	.midasi2{
		font-size: 14px;
		line-height: 1.4em;
	}
	.last-banner img{
		width: 100%;
	}
	/* ■■■■■■ 左メニュー ■■■■■■ */
	.side_banner{
		margin: 10px 0 0;
	}
	.side_banner img{
		width: 100%;
	}
	.side_blog ul{
		height: 250px;
		padding: 0 10px;
		overflow: auto;
	}
	.side_links a{
		font-size: 18px;
	}
	html[lang="en"] .side_links a{
		font-size: 16px;
	}
	html[lang="en"] .side_links a.eiken,
	html[lang="en"] .side_links a.parents{
		font-size: 15px;
	}
	.side_links a span small{
		font-size: 9px;
	}
	/* ■■■■■■ フッター ■■■■■■ */
	#page-top p{
		width: 94%;
	}
	.footer_in{
		width: 100%;
	}
	.footer_nav{
		width: 25%;
		float: left;
	}
	.footer_nav h3{
		font-size: 14px;
	}
	.footer_nav h3 a{
		background: url(../img/common/icon_links_pink.png) no-repeat right center;
		background-size: 12px;
		font-size: 14px;
	}
	.footer_nav a{
		background: url(../img/common/icon_links_gray.png) no-repeat left 6px;
		background-size: 12px;
		padding: 4px 0 4px 16px;
		font-size: 12px;
	}
	.footer_nav a:hover{
		background: url(../img/common/icon_links_pink.png) no-repeat left 6px;
		background-size: 12px;
		color: #af1653;
		text-decoration: none;
	}
	.footer_nav h3 a:hover{
		background: url(../img/common/icon_links_gray.png) no-repeat right center;
		background-size: 12px;
	}
	.footer_logo{
		width: 96%;
		padding: 20px 0 0 2%;
		border-top: 1px solid #ccc;
		margin: 20px auto 0;
	}
	.footer_logo h2{
		float: left;
		background: url(../img/common/footer_logo_smt.png) no-repeat left 20px;
		background-size: 100%;
		width: 64%;
		height: auto;
		margin: 0;
	}
	html[lang="en"] .footer_logo h2{
		background: url(../../eng/common/img/common/footer_logo_on.png) no-repeat left center;
		background-size: 100%;
	}
	html[lang="en"] .footer_logo h2 a{
		background: url(../../eng/common/img/common/footer_logo.png) no-repeat left center;
		background-size: 100%;
	}
	.footer_logo h2 a{
		display: block;
		background: none;
		height: 85px;
		padding: 0 0 0 1%;
		font-size: 11px;
		color: #333;
	}
	.footer_logo h2 a:hover{
		background: none;
	}
	.footer .tel_num a {
		text-decoration: none;
		color: #af1653;
	}
}
/* モバイルレイアウト : 767 px およびそれ以下。ＰＣレイアウトからスタイルを継承 */
@media only screen and (max-width: 767px){
	.smt{
		display: block !important;
	}
	span.smt,
	b.smt,
	strong.smt,
	em.smt,
	i.smt,
	u.smt,
	big.smt,
	small.smt,
	s.smt{
		display: inline-block !important;
	}
	img[src*="_smt"]{
		display: inline-block !important;
	}
	.pc{
		display: none !important;
	}
	img[src*="_pc"]{
		display: none !important;
	}
	/* ■■■■■■ ヘッダー ■■■■■■ */
	.header{
		width: auto;
		margin: 0;
		z-index: 10;
		padding: 0 0 5px;
	}
	.header_in{
		width: 100%;
	}
	.header h1{
		display: block;
		float: none;
		font-size: 10px;
		line-height: 1.4em;
		padding: 3px 5px;
	}
	html[lang="en"] .header h1{
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 2px;
	}
	.icon_headermenu,
	.icon_headerclose{
		position: absolute;
		top: 15px;
		right: 10px;
		width: 50px;
		cursor: pointer;
	}
	.language{
		float: left;
		padding: 0 0 5px 5px;
		text-align: right;
		font-size: 10px;
		font-family: sans-serif;
		line-height: 1.8em;
	}
	.language a{
		display: inline-block;
		border: 1px solid #FFF;
		margin: 0;
		padding: 0 2px;
		height: 28px;
		line-height: 30px;
	}
	.language a em{
		width: 12px;
		height: 12px;
		margin: 0 2px 2px 0;
		font-size: 10px;
		line-height: 14px;
	}
	.mypage{
		width: 144px;
		height: auto;
		float: left;
		margin-left: 5px;
	}
	.mypage a{
		display: inline-block;
	}
	.mypage a img{
		width: 100%;
	}
	.header_gray .header_in{
		width: 96%;
		padding: 10px 2% 15px;
		border-top: 1px solid #ccc;
		margin: 0 auto;
	}
	.header_gray .header_in img{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.header .header_tel,
	html[lang="en"] .header .header_tel {
		margin: 0 auto;
		padding: 0;
		width: auto;
	}
	.header .header_tel span{
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		width: 200px;
	}
	html[lang="en"] .header .header_tel span{
		display: inline-block;
		vertical-align: middle;
		font-size: 10px;
	}
	.header .header_tel strong{
		font-size: 28px;
	}
	.header .header_tel a img{
		display: inline-block !important;
		width: 31%;
		max-width: 160px;
		vertical-align: middle;
	}
	html[lang="en"] .header .header_tel em{
		width: auto;
	}
	.header .header_tel em{
		font-size: 11px;
		margin: 0 auto;
		padding: 3px 0 1px;
	}
	.header .tel_num a {
		text-decoration: none;
		color: #af1653;
	}
	#header_links{
		position: absolute;
		width: 100%;
		padding: 0;
		margin: 0;
		height: 0;
		top: 74px;
		left: 0;
		z-index: 20;
	}
	#header_links .smt_menu{
		display: none;
		background: #F3DCE5;
		width: 90%;
		margin: 0;
		padding: 10px 5% 0;
	}
	#header_links ul{
		width: 100%;
		margin: 0;
		text-align: justify;
	}
	#header_links ul span{
		display: inline-block;
		width: 100%;
		height: 0;
	}
	#header_links ul li:first-child,
	#header_links ul li{
		display: inline-block;
		width: 30%;
		margin: 1.75% 0;
		height: auto;
		float: none;
		position: relative;
	}
	#header_links ul li:after{
		padding-top: 100%;
		display: block;
		content: "";
	}
	#header_links ul li a{
		position: absolute;
		display: block;
		text-align: center;
		padding: 0;
		font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
		text-indent: 0;
		font-size: 10px;
		color: #af1653;
		background: none;
		background: #fff;
		border: 2px solid #D78BA9;
		top: 0; left: 0;
    	width: 100%;
    	height: 100%;
	}
	html[lang="en"] #header_links .smt_menu ul li a span{
		font-family: serif;
		font-size: 12px;
		line-height: 1.0em;
	}
	#header_links ul li a:hover{
		background: none;
		background: #fff;
		opacity: 100;
		filter:;
	}
	#header_links ul li a img{
		width: 80%;
		margin: 10px auto 0px;
	}
	#header_links ul li a span{
		display: block;
		height: 2em;
		line-height: 2em;
	}
	#header_links ul li a span.two{
		line-height: 1em;
	}
	html[lang="en"] #header_links .smt_menu ul li a span.two{
		margin-top: -4px;
	}
	#header_links .tokyo{
		display: block;
		margin: 0 0 30px;
	}
	#header_links .tokyo a{
		display: block;
		width: 100%;
		background: #D78BA9;
		padding: 8px 0;
		text-align: center;
	}

	#header_links .header_tel{
		margin: 0 auto;
		padding: 0;
		font-size: 13px;
		color: #af1653;
	}
	#header_links .header_tel strong{
		font-size: 34px;
	}
	#header_links .header_tel em{
		font-size: 12px;
		width: 230px;
		margin: 0 auto;
		background: #af1653;
		padding: 3px 0 1px;
	}
	#header_links .tel_num a {
		text-decoration: none;
		color: #af1653;
	}
	#header_links .menu_close{
		display: block;
		width: auto;
		margin-top: 20px;
		padding: 15px;
		text-align: center;
		cursor: pointer;
	}
	#header_links .menu_close img{
		width: 40px;
	}
	#header_links_bg{
		position: absolute;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
		z-index: 2;
		background: rgba(52,65,105,0.8);
		cursor: pointer;
	}
	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.main{
		margin: 0 0 20px;
		clear: both;
		width: auto;
	}
	.main_contents{
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.main_contents h2{
		margin: 10px;
		padding: 0;
		font-size: 16px;
	}
	.main_contents .main_image{
		width: 100%;
		height: auto;
		margin: 0;
	}
	#side_menu{
		float: none;
		width: auto;
		padding: 0;
		margin: 20px 0;
	}
	.midasi{
		font-size: 14px;
		margin: 20px 10px 10px;
		line-height: 1.8em;
	}
	.midasi2{
		font-size: 14px;
		line-height: 1.4em;
		margin: 0 22px 10px;
	}
	.form {
		margin: 0 20px;
	}
	.form_table th {
		display: inline-block;
		border-top: none;
		border-right: 1px solid #999999;
		border-bottom: none;
		padding: 10px 3%;
		width: 94%;
	}
	.form_table td {
		display: inline-block;
		border-top: none;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		padding: 10px 3%;
		width: 94%;
	}
	.pankuzu{
		display: none;
	}
	p.main_words{
		margin: 0 22px 20px;
	}
	button.gray,
	button.pink{
		width: 46%;
		height: auto;
		/*padding: 10px 0 10px 20px;*/
		margin: 0 1% 10px;
		font-size: 14px;
	}
	/* ■■■■■■ 左メニュー ■■■■■■ */
	.side_banner{
		margin: 5px 10px;
	}
	#side_menu .side_banner.non-first{
		margin: 5px 10px;
	}
	.side_banner.my{
		margin: 0;
	}
	.side_banner img{
		width: 100%;
	}
	.side_links,
	.side_links.my {
		margin: 0;
	}
	.side_links a{
		font-size: 18px;
		height: 60px;
	}
	.side_links a span small{
		display: inline-block;
		font-size: 12px;
		margin: 0 0 0 0.5em;
	}
	.side_links.my a span small{
		margin: 0;
	}
	.side_links a.eiken,
	.side_links a.parents{
		height: 60px;
		font-size: 20px;
		margin: 4px 0;
	}
	.side_links a.eiken{
		padding: 0;
	}
	.side_links a.parents{
		padding: 0;
	}
	html[lang="en"] .side_links a.eiken,
	html[lang="en"] .side_links a.parents{
		font-size: 18px;
	}
	.side_links a.eiken img,
	.side_links a.parents img{
		position: absolute;
		height: 100%;
		width: auto;
		top: 0;
	}
	.side_links a.eiken img{
		left: 0;
	}
	.side_links a.parents img{
		right: 0;
	}
	/* ■■■■■■ フッター ■■■■■■ */
	#page-top p{
		width: 94%;
	}
	.footer{
		padding: 0;
		margin: 0;
	}
	.footer_in{
		width: 100%;
		margin: 0;
		padding: 10px 0 0;
	}
	.footer_nav{
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
		font-size: 0;
	}
	.footer_nav a{
		display: block;
		width: 100%;
		background: none;
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
		line-height: 1.5em;
		color: #514E4D;
	}
	.footer_nav a:hover{
		background: none;
		color: #af1653;
		text-decoration: none;
	}
	.footer_logo{
		width: 96%;
		padding: 20px 2%;
		border-top: 1px solid #ccc;
		margin: 20px auto 0;
	}
	html[lang="en"] .footer_logo{
		margin: 0 auto;
	}
	.footer_logo img{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.footer .header_tel{
		margin: 0 auto;
		padding: 0;
	}
	.footer .header_tel strong{
		font-size: 34px;
	}
	.footer .header_tel em{
		font-size: 12px;
		width: 230px;
		margin: 0 auto;
		padding: 3px 0 1px;
	}
	.footer .tel_num a {
		text-decoration: none;
		color: #af1653;
	}
	address{
		font-size: 10px;
	}
	.fixed_trial{
		right: 10px;
		bottom: 10px;
	}
	.fixed_trial a{
		width: 58px;
		height: 58px;
		padding-top: 5px;
		font-size: 11px;
	}

}
@media only screen and (max-width: 320px){
	.icon_headermenu,
	.icon_headerclose{
		position: absolute;
		top: 15px;
		right: 10px;
		width: 40px;
		cursor: pointer;
	}
	.main_contents h2{
		margin: 10px 10px 10px;
		font-size: 16px;
	}
	#header_links ul li a{
		font-size: 10px;
	}

	.fixed_trial{
		right: 5px;
		bottom: 5px;
	}
	.fixed_trial a{
		width: 52px;
		height: 52px;
		font-size: 10px;
	}
}
/*いろいろ追加///////////////////////////////////////////////////////////////*/

/* ■■■■■■ 連絡先 （電話とメールアドレス）■■■■■■ */

.toiawase_temp {
	width: 98%;
    max-width: 540px;
    margin: 50px auto;
    border: 1px solid #D78AA9;
    overflow: hidden;
	border-radius: 5px;
}
.toiawase_temp .midasi2 {
    margin: 0 0 10px;
	padding: .5rem 0 .2rem;
    color: #AF1653;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    font-size: 20px;
    background: #faecf1;
}
.toiawase_temp .tel_area {
	text-align: center;
    max-width: 300px;
	margin: 20px auto;
}
.toiawase_temp .tel_area strong {
    display: block;
    font-size: 1.75em;
    line-height: 1.3em;
    color: #AF1653;


display: inline-block;
    padding: 0 0 0 40px;
    background: url(../img/common/icon_tel_pc.png) no-repeat left center;
    font-family: Times, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.2em;
    color: #af1653;
    white-space: nowrap;

}
.toiawase_temp .tel_area em {
    display: block;
    background: #344169;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    white-space: nowrap;
}
.toiawase_temp .mail_area {
    border: 1px solid #D78AA9;
    color: #393939;
    font-weight: bold;
	width: 96%;
	max-width: 360px;
	margin: 20px auto;
}
.toiawase_temp .mail_area a {
    display: block;
    overflow: hidden;
    color: #393939;
    font-weight: bold;
}
.toiawase_temp .mail_area a:hover {
	background-color: #E7AAC9;
	text-decoration: none;
}
.toiawase_temp .mail_area a span {
    background: url(../img/teacher/recruiting/emailicon.png) no-repeat 15px center;
    display: block;
    padding: .5em 1em .5em 55px;
    background-size: 30px auto;
}
.toiawase_temp .mail_area a strong {
	display: block;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #AF1653;
}
.toiawase_temp .memo {
	margin: 2% 5%;
}
.toiawase_temp .memo em {
    color: #D78AA9;
}

media only screen and (max-width: 799px){
.toiawase_temp .tel_area span {
    background: url(../img/teacher/recruiting/emailicon.png) no-repeat center 15px;
    padding: 60px 1em 1em 1em;
    text-align: center;
}
}
media only screen and (max-width: 500px){
.toiawase_temp .tel_area strong {
    font-size: 1.45em;
    line-height: 1.3em;
}
}
