@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: .7;
}
/* スタイル
------------------------------------------------ */
header {
	margin-bottom: 15px;
}
header #inbox {
	width: 95%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 5px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header #top_title p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #707070;
}
header #top_title h1 a {
	text-decoration: none;
	display: flex;
	align-items: center;
}
header #top_title h1 a img {
	width: 240px;
	margin-right: 20px;
	display: inline-block;
}
header #top_title h1 a .sub_title {
font-family: 'Sawarabi Mincho', sans-serif;
font-size: 20px;
color: #000;
white-space: nowrap
}
/* フッター */
footer {
	padding: 50px 0;
	background: #019CDE;
}
footer #f_nav {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}
footer #f_nav li a {
	color: #fff;
	text-decoration: none;
}
footer #info {
	width: 95%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .16);
	display: flex;
	align-items: center;
	justify-content: space-around;
}
footer #info dl.name {
	text-align: center;
}
footer #info dl.name dd {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 20px;
}
footer #info dl.name dt img {
    width: 200px;
}
footer #info ul.information li img {
	margin-right: 5px;
}
footer #info ul.information li {
	margin-bottom: 5px;
}
footer #info ul.information li.address a {
	color: #000;
	text-decoration: none;
}
footer #info ul.information li.address a i img{
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
	top: 5px;
}
footer #info ul.information li.phone {
	display: flex;
	align-items: center;
}
footer #info ul.information li.phone span {
	margin-right: 10px;
	font-size: 24px;
}
footer #info ul.information li.mail a {
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
}
#copyright {
	padding: 20px 0;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #B7DBEB;
}
#fixedTop {
	right: 80px;
	bottom: 80px;
	position: fixed;
	z-index: 9999;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/* ナビ部分
------------------------------------------------ */
div#nav_wrap {
	width: 70%;
	max-width: 960px;
}
ul#sub_nav {
    width: 560px;
    margin: 0 0 15px auto;
    display: flex;
    justify-content: space-between;
}
ul#sub_nav li {
    width: 180px;
    height: 40px;
	box-sizing: border-box;
    text-align: center;
    line-height: 40px;
}
ul#sub_nav li a {
	width: 100%;
	height: 100%;
    border: 1px #019CDE solid;
    border-radius: 26px;
    font-weight: bold;
    color: #019CDE;
    text-decoration: none;
	display: block;
}
ul#sub_nav li.m_form_link a {
	background: #019CDE;
    color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul#sub_nav li.m_form_link a i img {
	margin-right: 5px;
	display: flex;
	align-items: center;
}
nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
nav ul li {
	width: 16%;
	max-width: 150px;
	margin-left: 10px;
	border-bottom: 1px #019CDE solid;
	text-align: center;
	position: relative;
}
nav li a, #fixd_gnavli a {
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	text-decoration: none;
	color: #1D1D1D;
	display: block;
}
nav li .sp_menu {
	display: none;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 1180px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto 60px;
	padding: 0 20px;
	font-size: 12px;
}
#rootlist span {
	margin: 0 5px;
	color: #999;
}
#rootlist a {
	text-decoration: none;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	margin: 0 auto 15px;
	padding: 60px 0 50px;
	box-sizing: border-box;
	background: url("../image/common/img_title_bg.jpg") no-repeat;
	background-size: cover;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	text-align: center;
}
h2.title span {
	font-size: 24px;
	font-style: italic;
	color: #019CDE;
	opacity: 0.4;
	text-transform: uppercase;
	display: block;
}
.sub_title {
	font-size: 16px;
}
h3.title {
	font-size: 24px;
	font-weight: bold;
	color: #019CDE;
	text-align: center;
}
h3.title:after {
	content: "";
	width: 80px;
	height: 1px;
	margin: 10px auto 0;
	background: #019CDE;
	display: block;
}
h3.title {
	margin-bottom: 40px;
}
/* 共通
------------------------------------------------ */
#contents {
	margin: 0 auto 80px;
}
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 900px;
	min-width: 900px;
	width: 96%;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	max-width: 900px;
	min-width: 900px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.button_more a {
	position: relative;
}
.button_more a::after {
	content: "";
	width: 120px;
	height: 120px;
	border: 1px #FFD892 solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	bottom: -15px;
	right: -60px;
}
.button li a:hover {
	opacity: .7;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 0 auto;
}
br.sp {
	display: none;
}
/* 投稿ページ
------------------------------------------------ */
#p_news .cbox {
	padding: 50px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
#post #ez-toc-container{
	margin-bottom: 100px;
	box-sizing: border-box;
}
#post h3 {
	font-size: 24px;
	font-weight: bold;
	color: #019CDE;
	text-align: center;
}
#post h3:after {
	content: "";
	width: 80px;
	height: 1px;
	margin: 10px auto 0;
	background: #019CDE;
	display: block;
}
#post h5 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#post h4.title01 {
	margin-bottom: 40px;
	padding: 20px 10px;
	padding-left: 30px;
	background: none;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	font-size: 24px;
	color: #000;
	line-height: normal;
	position: relative;
}
#post h4.title01:before {
    content: " ";
	height: 1em;
	border-left: 4px #009999 solid;
    position: absolute;
    left: 15px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* ページネーション */
.wp-pagenavi {
    display: flex;
    justify-content: center;
	align-items: center;
}
a.page,
span.current {
    width: 40px;
    height: 40px;
	margin: 0 5px;
	box-sizing: border-box;
    border: 2px #ECECEC solid;
    border-radius: 50%;
    color: #545454;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
}
span.current {
	background: #ECECEC;
	color: #545454;
}
a.previouspostslink,
a.nextpostslink {
	margin: 0 5px;
	color: #545454;
	text-decoration: none;
}
/* リスト */
#post ul li {
	margin-bottom: 15px;
}
#post ul li:last-child {
	margin-bottom: 0;
}
#post .is-style-sme-list-check li{
	margin-left: 20px;
}
/* カラム */
#post .wp-block-column figure{
	padding: 10px;
}
/* ブロックスタイル */
#post .flame01{
	padding: 30px;
	background: #FFFBEE;
}
/* fig */
#post figure{
	margin: 0;
	padding: 0;
}
/* table */
#post table {
	margin-bottom: 10px;
}
#post table th {
	background: #F5F5F5;
	white-space: nowrap;
}
/* ニュース記事 */
#p_news.p_single h3.title::after {
	display: none;
}
/* 塾生の声 アーカイブ */
#p_archive_voice .year-list {
	width: 90%;
    max-width: 1140px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
}
#p_archive_voice .year-list li {
	width: 160px;
	height: 40px;
	margin: 0 10px;
}
#p_archive_voice .year-list li a {
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	color: #000;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	display: block;
}
#p_archive_voice .year-list li a::before {
	content: "";
	width: 6px;
	height: 8px;
	margin-bottom: 2px;
	margin-right: 5px;
	background: #D14E00;
	display: inline-block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
/* 塾生の声 記事 */
#p_single_voice .cbox_m0 {
	padding: 80px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
#p_single_voice ul.student_icon {
	margin-bottom: 10px;
	text-align: center;
}
#p_single_voice #single_voice_link {
	margin-top: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_single_voice #single_voice_link a{
	width: 40px;
	height: 40px;
	margin: 0 10px;
	border: 1px #FFA200 solid;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 30px;
	color: #FFA200;
	text-decoration: none;
	line-height: 30px;
	display: block;
}
/* トップページ
------------------------------------------------ */
#p_top h2 {
	margin-bottom: 80px;
	text-align: center;
}
#p_top h2 span.bg_skyblue {
	padding: 10px 50px;
	display: inline-block;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 42px;
	background: #019CDE;color: #fff;
}
/* メイン */
#p_top #top_img {
	width: 95%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 280px 0 100px;
	background: url(/image/top/top_students.png) left 80px top 100px no-repeat,url(/image/top/img_gradation.png) left bottom 180px repeat-x,url(/image/top/bgimg_top.jpg) center top no-repeat;
	background-size: 980px,20px,contain;
}
#p_top #top_img h2.catch_copy {
	margin: 0 10% 280px auto;
	color: #019CDE;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}
#p_top #top_img h2.catch_copy span {
	margin-right: 100px;
	font-size: 48px;
	display: inline-block;
	text-align: left;
}
#p_top #top_img h2.catch_copy em {
	font-size: 70px;
	display: inline-block;
}
/* お知らせ */
#p_top #main #news {
	width: 90%;
	max-width: 1400px;
	min-width: 900px;
	margin: 0 auto;
	padding: 80px 0;
	background: #fff;
	display: flex;
}
#p_top #main #news h2 {
	width: 25%;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 42px;
	color: #004FC8;
	text-align: center;
}
#p_top #main #news .log {
	flex: 1;
}
#news .log i {
	font-size: 14px;
	color: #D14E00;
}
#news .log dl {
	margin-bottom: 30px;
}
#p_news #news .log dl {
	display: flex;
}
#news .log dl:last-of-type {
	margin-bottom: 0%;
}
#news .log dt {
	width: 150px;
	font-style: italic;
	color: #B2B2B2;
}
#p_top #news .log dt {
	margin-bottom: 10px;
}
#p_top #main #news .log dd {
	width: 80%;
}
#news .button_more {
	width: 210px;
	display: flex;
	flex-direction: column;
}
#news .button_more li {
	margin-top: auto;
}
/* 入塾案内 */
ul.class_list {
	width: 960px;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.class_list::after {
	content:"";
	display: block;
	width: 300px;
}
#p_top ul.class_list {
	margin-bottom: 220px;
}
#p_class ul.class_list {
	margin-bottom: 80px;
}
ul.class_list li {
	width: 300px;
	margin-bottom: 20px;
	text-align: center;
}
ul.class_list li a {

	width: 100%;
	padding: 20px 0;
	background: #CCC;
	font-size: 20px;
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
}
ul.class_list li a span {
	font-size: 28px;
	display: block;
}
/* 塾の特徴 */
#p_top #point .bg_wrap {
	margin-bottom: 100px;
	padding: 130px 0 50px;
	background: url(/image/common/bgimg_point.jpg);
}
#p_top #point .bg_wrap h2 {
	position: relative;
}
#p_top #point .bg_wrap h2::before {
	content: 'Point';
	width: 500px;
	height: 300px;
	font-size: 200px;
	font-style: italic;
	color: #019CDE;
	opacity: 0.2;
	display: inline-block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_top #point .bg_wrap .box {
	width: 97%;
	max-width: 1140px;
	min-width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_top #point .bg_wrap .box:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#p_top #point .bg_wrap .box:nth-of-type(2n) li {
	text-align: right;
}
#p_top #point .bg_wrap .box ul,
#p_top #point .bg_wrap .box dl {
	flex: 1;
}
#p_top #point .bg_wrap .box ul li img {
	width: 100%;
	max-width: 480px;
}
#p_top #point .bg_wrap .box dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 56px;
	color: #D14E00;
}
#p_top #point .bg_wrap .box dt span {
	margin-bottom: 40px;
	font-size: 36px;
	font-style: italic;
	white-space: nowrap;
	color: #000;
	opacity: 0.2;
	display: block;
}
#p_top #point .bg_wrap .box dd {
	font-size: 18px;
}
/* 塾生の声 */
#voice .wrap {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#voice .wrap:after {
	content:"";
	display: block;
	width:30%;
}
#voice .wrap .box {
    width: 30%;
	margin-bottom: 50px;
    border: 1px #B4B4B4 solid;
    text-align: center;
}
#voice .wrap .box a {
	width: 100%;
	height: 100%;
    padding: 40px;
    box-sizing: border-box;
	text-decoration: none;
	display: block;
}
#voice .wrap .box img {
    margin-bottom: 30px;
}
#voice .wrap .box dl dt {
    margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    color: #FF2323;
}
#voice .wrap .box dl dd {
    text-align: left;
	color: #000;
}
#voice .button_more {
	margin-bottom: 100px;
	text-align: center;
}
/* 今村塾について
------------------------------------------------ */
#p_about #greeting .box{
	padding: 60px;
	box-sizing: border-box;
	border: 1px #B2B2B2 solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_about #greeting .box dl {
	width: 65%;
}
#p_about #greeting .box dl dt {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #019CDE;
}
#p_about #greeting .box dl dd {
	margin-bottom: 20px;
}
#p_about #greeting .box dl dd:last-child {
	margin-bottom: 0;
}
#p_about #greeting .box ul.photo {
	width: 30%;
	text-align: right;
}
#p_about #greeting .box ul.photo li img {
	width: 100%;
	max-width: 290px;
}
#p_about #overview .text {
	margin-bottom: 60px;
}
#p_about #overview .text .orange_text {
	margin-top: 50px;
	color: #FF6900;
	text-align: center;
}
#p_about #overview ul.button {
	text-align: center;
}
#p_about #overview ul.button li {
	min-width: 240px;
	min-height: 40px;
	text-align: center;
	display: inline-block;
}
#p_about #overview ul.button li a {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px #019CDE solid;
	color: #019CDE;
	text-decoration: none;
	line-height: 40px;
}
#p_about #state .bg_wrap {
	margin: 80px 0;
	padding: 90px 0;
	background: url(/image/common/bgimg_point.jpg);
}
#p_about #state .bg_wrap ul#movie {
	width: 930px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#p_about #state .bg_wrap ul li {
	width: 48%;
	text-align: center;
}
#p_about #state .bg_wrap ul li iframe {
	width: 100%;
}
#p_about #access dl {
	padding: 30px 40px;
	display: flex;
	background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position: left top;
	background-repeat: repeat-x;
}
#p_about #access dl:last-of-type {
	margin-bottom: 50px;
background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px),linear-gradient(to left, #000, #000 2px, transparent 2px, transparent 8px);
background-size: 8px 2px;
background-position: left top,right bottom;
background-repeat: repeat-x;
}
#p_about #access dl dt {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
}
#p_about #access dl dd {
	font-size: 18px;
	flex: 1;
}
#p_about #access .ggmap {
	width: 800px;
	text-align: center;
}
/*塾の詳細
------------------------------------------------ */
h3.title02 {
	font-size: 24px;
	font-weight: bold;
	color: #019CDE;
	line-height: 40px;
	display: flex;
	align-items: center;
}
h3.title02::before {
	content: "";
	width: 3px;
	height: 40px;
	margin-right: 20px;
	background: #019CDE;
	display: inline-block;
}
h3.title02::after {
	display: none !important;
}
/* 時間割・授業料
------------------------------------------------ */
.border_skyblue {
	padding: 70px 150px;
	border: 3px #019CDE solid;
}
.border_skyblue ul,
.border_skyblue li {
	list-style: inherit;
}
dl.pdf {
    width: 97%;
    max-width: 900px;
    margin: 100px auto 0;
    padding: 20px 50px;
    background: #F8F7DA;
    display: flex;
	align-items: center;
}

dl.pdf dt {
    margin-right: 70px;
    font-weight: bold;
    color: #FF0000;
}
dl.pdf dd {
	min-width: 280px;
	min-height: 40px;
}
dl.pdf dd a {
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	font-weight: bold;
    color: #000;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
}
dl.pdf dd a img {
	margin-left: 5px;
}
/* 入塾までの流れ
------------------------------------------------ */
#p_flow #flow .box {
	margin-bottom: 80px;
	padding: 50px 60px;
	box-sizing: border-box;
	border: 2px #019CDE solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#p_flow #flow .box:after {
	content: "";
	width: 30px;
	height: 15px;
	display: block;
	background: #FBBCBC;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_flow #flow .box:last-of-type:after {
	display: none;
}
#p_flow #flow .box .photo {
	width: 33%;
	margin-right: 50px;
}
#p_flow #flow .box .photo img {
	width: 100%;
	border-radius: 40px;
}
#p_flow #flow .box dl {
	flex: 1;
}
#p_flow #flow .box dl dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #019CDE;
}
#p_flow #flow .box dl dt span {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding-right: 3px;
	box-sizing: border-box;
	background: #019CDE;
	border-radius: 50%;
	font-size: 20px;
	font-style: italic;
	color: #fff;
	text-align: center;
	line-height: 38px;
	display: inline-block;
}
#p_flow #flow .box:nth-of-type(2n) dl dt {
	color: #30B5BF;
}
#p_flow #flow .box:nth-of-type(2n) dl dt span {
	background: #30B5BF;
}
#p_flow #flow #flow1 dl dd {
	margin-bottom: 10px;
}
#p_flow #flow .box dl dd.phone {
	font-size: 24px;
	color: #D14E00;
}
#p_flow #flow .box dl dd.phone i {
	margin-right: 5px;
}
#p_flow #flow .box dl dd.phone i img {
	position: relative;
	top: 8px;
}
#p_flow #flow .box dl dd.phone span {
	font-size: 14px;
	color: #000;
	display: block;
}
#p_flow #flow .box ul.contact_link a {
	width: 260px;
	padding: 5px 30px; 
	box-sizing: border-box;
	background: #F8F7DA;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
}
/* よくあるご質問
------------------------------------------------ */
#p_faq #faq dl {
	padding: 40px 10px;
	background-image: linear-gradient(to left, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position: right bottom;
	background-repeat: repeat-x;
}
#p_faq #faq dl:last-of-type {
	margin-bottom: 0;
	background-image: none;
}
#p_faq #faq dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #019CDE;
}
#p_faq #faq dl dt::before {
	content: 'Q';
	width: 40px;
	height: 40px;
	margin-right: 20px;
	padding-right: 5px;
	box-sizing: border-box;
	background: #019CDE;
	border-radius: 50%;
	font-size: 22px;
	font-style: italic;
	color: #fff;
	text-align: center;
	line-height: 35px;
	display: inline-block;
}
#p_faq #faq dl dd {
	padding-left: 60px;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact .box {
	padding: 50px 0;
	border: 1px #B2B2B2 solid;
}
#p_contact #tel .box {
	margin-bottom: 80px;
}
#p_contact #tel .box h3 {
	margin-bottom: 30px;
}
#p_contact #tel .box dl dt {
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: bold;
	color: #D14E00;
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_contact #tel .box dl dt i {
	margin-right: 10px;
}
#p_contact #tel .box dl dt i img {
	margin-top: 15px;
}
#p_contact #tel .box dl dd {
	font-size: 18px;
	text-align: center;
}
#p_contact #mail .box dl {
	width: 80%;
	margin: 0 auto;
	padding: 26px 40px;
	box-sizing: border-box;
	background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position: left top;
	background-repeat: repeat-x;
	display: flex;
	align-items: center;
}
#p_contact #mail .box dl:last-of-type {
	margin-bottom: 50px;
	background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px),linear-gradient(to left, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position:left top, right bottom;
	background-repeat: repeat-x;
}
#p_contact #mail .box dl dt {
	width: 30%;
	font-weight: bold;
}
#p_contact #mail .box dl dt span {
	margin-left: 5px;
	padding: 0 10px 2px;
	background: #D14E00;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#p_contact #mail .box dl dd {
	width: 70%;
}
#p_contact #mail .box dl dd input,
#p_contact #mail .box dl dd select,
#p_contact #mail .box dl dd textarea {
	background: #F7F7F7;
	border: 2px #D8D8D8 solid;
	border-radius: 5px;
}
#p_contact #mail .box dl dd select {
	height: 35px;
}
#p_contact #mail .box dl dd input {
	line-height: 35px;
}
#p_contact #mail .box ul.policy,
#p_contact #mail .box .button {
	text-align: center;
}
#p_contact #mail .box ul.policy {
	margin-bottom: 20px;
}
#p_contact #mail .box ul.policy li a {
	font-size: 14px;
	color: #000;
}
#p_contact #mail .box .button input[type="submit"] {
	padding: 5px 80px;
	background: #fff;
	border: 2px #019CDE solid;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .16);
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #019CDE;
	text-align: center;
	transition:  0.2s;
}
#p_contact #mail .box .button input[type="submit"]:hover {
	background: #019CDE;
	color: #fff;
}
/* フォーム幅
------------------------------------------------ */
form .wl{
	width: 96% !important;
}
form .wm{
	width: 50% !important;
}
form .ws{
	width: 25% !important;
}
form .wss{
	width: 10% !important;
}
/* プライバシーポリシー
------------------------------------------------ */
#p_policy #policy dl {
	padding: 30px 10px;
	background-image: linear-gradient(to left, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position:right bottom;
	background-repeat: repeat-x;
}
#p_policy #policy dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}