/*
■目次
・フォント設定
・共通設定
・カラー設定side
・見出し装飾
・ボタン装飾
・Unsemantic調整
・お知らせ系ショートコード
・コンタクトフォーム
・ヘッダー
・ナビゲーション
・ウィジェット
・CTA
・フッター
・トップページ
・一覧・詳細

・テーブル
・DL DT DD
・WP-PAGENAVI
・メディアクエリ
*/

@import url(../page/tools.css);
@import url(../page/bootstrap.css);
@import url(https://fonts.googleapis.com/css?family=Ramabhadra);
@import url(https://fonts.googleapis.com/css?family=Sumana);
/* =========================================================
* フォント設定
========================================================= */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: normal;
	src: url('font/NotoSansCJKjp-Regular-sub.eot');
	src: local('Noto Sans CJK JP Regular'), url('https://www.wing-seiri.com/wp/wp-content/themes/generatepress_child/font/NotoSansCJKjp-Regular-sub.eot?#iefix') format('embedded-opentype'), url('font/NotoSansCJKjp-Regular-sub.woff') format('woff'), url('font/NotoSansCJKjp-Regular-sub.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: bold;
	src: url('font/NotoSansCJKjp-Medium-sub.eot');
	src: local('Noto Sans CJK JP Medium'), url('https://www.wing-seiri.com/wp/wp-content/themes/generatepress_child/font/NotoSansCJKjp-Medium-sub.eot?#iefix') format('embedded-opentype'), url('font/NotoSansCJKjp-Medium-sub.woff') format('woff'), url('font/NotoSansCJKjp-Medium-sub.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	src: url('font/Roboto-Regular-sub.eot');
	src: local('Roboto Regular'), url('https://www.wing-seiri.com/wp/wp-content/themes/generatepress_child/font/Roboto-Regular-sub.eot?#iefix') format('embedded-opentype'), url('font/Roboto-Regular-sub.woff') format('woff'), url('font/Roboto-Regular-sub.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	src: url('font/Roboto-Bold-sub.eot');
	src: local('Roboto Bold'), url('https://www.wing-seiri.com/wp/wp-content/themes/generatepress_child/font/Roboto-Bold-sub.eot?#iefix') format('embedded-opentype'), url('font/Roboto-Bold-sub.woff') format('woff'), url('font/Roboto-Bold-sub.ttf') format('truetype');
}
/* =========================================================
* 共通設定
========================================================= */

body {
	font-family: "Kazesawa", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited {
	font-family: "Kazesawa", sans-serif;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
	background: #333;
	color: #fff;
	border-radius: 3px;
	padding: 10px 30px;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	background-color: #555;
	color: #fff;
}

/*ボタン*/
a.link-button {
	position: relative;
	display: inline-block;
	height: 40px;
	margin: 0 auto 3px;
	/* 角丸＆シャドウ */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
}
a.link-button span {
	width: 180px;
	display: inline-block;
	margin: 13px 0 0 35px;
	line-height: 1.0em;
	text-align: center;
	font-size: 15px;
}
a.link-button i {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	background: none!important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
a.link_key i {
	background: none!important;
}
a.link_key {
	background: #ffa500; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd700 1%, #ffa500 89%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffd700 1%, #ffa500 89%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffd700 1%, #ffa500 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a5be', endColorstr='#f1839c', GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: solid 1px #ef8ea3;
}

.box{
	padding: 10px;
	border: solid 1px #ddd;
}


/* =========================================================
* カラー設定
========================================================= */

/* ベースカラー */
.base-color {
	color: #2086c9;
}
.sub-color {
	color: #F15D5D;
}
i {
	color: #2086c9;
}
/* 見出し・お知らせ */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title-container a, .info1column a, .info2column a, .show-thumbnail-title a, .show4column-thumbnails a {
	color: #5e5e5e;
	text-decoration: none;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .title-container a:visited, .info1column a:visited, .info2column a:visited, .show-thumbnail-title a:visited, .show4column-thumbnails a:visited {
	color: #5e5e5e;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title-container a:hover, .info1column a:hover, .info2column a:hover, .show-thumbnail-title a:hover, .show4column-thumbnails a:hover {
	color: #1e73be;
}
.info1column li a .cat, .info2column .info-meta .info-cat, .info-meta .info-cat {
	background: #2086c9;
}
/* 見出し */

.heading1:before {
	border-left: 5px #2086c9 solid;
}
.heading2 {
	border-bottom: 2px solid #2086c9;
}
.heading2:before {
	border-left: 5px #2086c9 solid;
}
.heading3 {
	font-weight: 400;
	background-color: #3cb371;
}
.heading5:after, .heading5:before {
	background: #2086c9;
}
.heading6:before {
	background: #2086c9;
}
.heading6:after {
	background: #2086c9;
}
.heading7:before {
	background-color: #2086c9;
}
.heading7:after {
	background-color: #2086c9;
}
.heading8 {
	background: #2086c9;
	font-size: 18px;
	padding: 2px 0;
}
.heading9 {
	border-bottom: 4px solid #ccc;
}
.heading9:after {
	background-color: #2086c9;
}
.heading9-blue:after {
	background-color: #1d5eca;
}
.heading9-lv2 {
	border-bottom: 2px solid #ccc;
}
.heading9-lv2:after {
	background-color: #2086c9;
}
.heading10 {
	color: #474747;
	font-weight: normal;
}
hr.heading10-line {
	margin: 15px auto;
	border-top: 4px solid #2086c9;
}

.txt-red {
	color: #F13C3F;
}
.txt-pink {
	color: #e2627a;
}
.txt-orange {
	color: #FF7202;
}
.txt-blue {
	color: #2086c9;
}
.txt-lblue {
	color: #2086c9;
}
.txt-gray {
	color: #686868;
}

.bg-lgray {
	background: #f5f5f3;
}





/* =========================================================
* 見出し装飾
========================================================= */

h2 {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
	line-height: 1.2em;
	border-left: 5px solid #3cb371;
}
h2.top {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 0;
	border-left: none;
}
.entry-header {
	border-bottom: 1px dotted #ccc;
}
.entry-title {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 10px;
	line-height: 1.2em;
	font-weight: normal;
	border-left: 5px solid #2086c9;
}
.sidebar .widget .widget-title {
	background: #6dcaf0;
	background: #3cb371;
	color: #ffffff;
	padding-left: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	margin-top: -10px;
}
.service-title {
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0;
}
/* 更新情報一覧ページの見出し設定 */
.page-header h1.page-title {
	background: #2086c9;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
}
/* =========================================================
* ボタン装飾
========================================================= */

a.link-button {
/* 角丸＆シャドウ
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.6);
    */
}
/* =========================================================
* Unsemantic調整
========================================================= */

.grid-container {
	padding-left: 0;
	padding-right: 0;
}
/* 標準値8px */

table.table-padding > tbody > tr > th, table.table-padding > tbody > tr > td {
	padding: 15px;
}
/* トップに戻るボタン(rgbaに変換：http://www.color-hex.com/) */

.generate-back-to-top, .generate-back-to-top:visited {
	background: rgba( 0,117,194, 1);
}
.generate-back-to-top:hover, .generate-back-to-top:active, .generate-back-to-top:focus {
	background: rgba( 0,117,194, 0.8);
}
.generate-back-to-top i {
	color: #fff;
}
/* =========================================================
* お知らせ系ショートコード
========================================================= */

ul.show-thumbnail-title {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.show-thumbnail-title li {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
ul.show-thumbnail-title li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
/* =========================================================
* コンタクトフォーム
========================================================= */


/* チェックボックス縦並び */

span.wpcf7-list-item {
	display: block;
}
/* =========================================================
* ヘッダー
========================================================= */

.site-header img.header-image {
	max-height: 60px;
	width: auto;
}
.catchcopy {
	background: #f5f5f3;
}
.catchcopy h1 {
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
/*----header widget-------*/

.header-widget {
	width: 550px;
	max-width: 55%;
	margin-top: 5px;/* 掲載コンテンツの幅で調整 */
}
.header-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-widget ul li {
	float: right;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
}
.header-widget ul#menu-navigation > li {
	width: auto;
}
.header-widget ul li:before {
	/* AwesomeIcon表示用 */
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	display: block;
	margin: 0 -10px;
	color: #2086c9;
}
.cta-tel {
	font-family: 'Kazesawa', serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0;
}
.cta-txt {
	font-size: 12px;
	line-height: 18px;
	color: #6E6E6E;
}
.cta-btn {
	padding: 5px 0 0 0;
	margin: 0;
}

@media screen and (max-width: 768px) {
.header-widget {
	width: 100%;
}
}
/* =========================================================
* ナビゲーション
========================================================= */

.inside-navigation {
	border-top: dotted 1px #d8d4d4;
}
ul#menu-navigation > li {
	letter-spacing: 0.2em;
	width: 20%;/* 5=>20 6=>16.6 */
}
ul#menu-navigation > li {
	background: url(images/bg-nav-li.png) right center no-repeat;/* メニューの仕切り線 */
}
ul#menu-navigation li:nth-child(6) {
	background-image: none;
}
.main-navigation .main-nav ul li > a:hover, .main-navigation .main-nav ul li > a:focus, .main-navigation .main-nav ul li.sfHover > a {
}

@media (max-width:1200px) {
ul#menu-navigation > li {
	width: auto;
}
}
/* カレントメニューの背景色を透明 */

.main-navigation .main-nav ul .current-menu-item > a, .main-navigation .main-nav ul .current-menu-parent > a, .main-navigation .main-nav ul .current-menu-ancestor > a, .main-navigation .main-nav ul .current_page_item > a, .main-navigation .main-nav ul .current_page_parent > a, .main-navigation .main-nav ul .current_page_ancestor > a {
	background-color: transparent !important;
}
/*.main-navigation i {
	color: #fff;
}
*/
.main-navigation .main-nav:not(.slideout-menu) ul ul li a {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.main-navigation .main-nav ul ul {
	width: 100%;
}
.main-navigation .main-nav ul li.menu-tel a {
	padding-top: 10px;
	line-height: 1.3;
}
.breadcrumbs {
	background: #e6e6fa;
	font-size: 80%;
	line-height: 1.2em;
	padding: 15px 0;
}

/* =========================================================
* ウィジェット
========================================================= */
/* 
#left-sidebar .widget-title,
#right-sidebar .widget-title {
    margin-bottom: 10px;
}

#left-sidebar .widget ul li,
#right-sidebar .widget ul li {
    line-height: 40px;
    padding: 0 0 0 12px;
    margin: 0 0 0 5px;
    background: url(./images/widget-list.png) left center no-repeat;
    border-bottom: 1px dotted #CDE5FF;
}*/

#left-sidebar .widget-title, #right-sidebar .widget-title {
	margin-bottom: 10px;
}
#left-sidebar .widget ul li {
	padding: 0;
	margin: 0;
}
#left-sidebar .widget ul li a, #right-sidebar .widget ul li a {
	line-height: 1;
	padding: 12px 10px 10px 20px;
	margin: 0;
	background: url(images/widget-list.png) 5px 15px no-repeat;
	border-top: 1px dotted #d8d4d4;
	display: block;
}
#right-sidebar .widget ul li:first-child a {
	border-top: none;
}
#right-sidebar .widget ul li.active {
	background-color: #EDFAFF;
}
#right-sidebar .widget ul li.active a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1f7ef+0,c3e5db+100 */
/* background: #e1f7ef; /* Old browsers */
/*background: -moz-linear-gradient(top,  #e1f7ef 0%, #c3e5db 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  #e1f7ef 0%,#c3e5db 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  #e1f7ef 0%,#c3e5db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f7ef', endColorstr='#c3e5db',GradientType=0 ); /* IE6-9 */
}
#right-sidebar .widget .sub-menu li a {
	background-color: #eff8f4;
	border-bottom: none!important;
	font-size: 13px;
	padding: 8px 8px 8px 20px!important;
	background: url(images/widget-list.png) 5px 5px no-repeat;
}
#left-sidebar .widget ul li.active .sub-menu li a {
	background: none!important;
}
/*----- ウィジェット用CTA -----*/

.side-contact {
	border-radius: 5px;
	background: #FFF6F6;
	padding: 0;
	text-align: center;
	border: solid 1px #F8E3E3;
}
.side-title {
	font-size: 16px;
	margin: 10px 5px 5px 5px;
	line-height: 1.5;
	color: #E2627A;
	letter-spacing: 1px;
}
.side-img {
	padding: 5px;
}
.side-contact .cta-tel {
	font-size: 26px!important;
	padding: 0 5px;
	background: #fff;
}
.side-button {
	padding: 0 5px 5px 5px;
}
.nintei {
	text-align: center;
	border-left: dotted 1px #DCD6D6;
	border-right: dotted 1px #DCD6D6;
	padding: 10px 0 20px 0;
	margin: -10px 0 0 0;
}
.nintei p {
	font-size: 13px;
	line-height: 1.4;
	color: #7A6D63;
	text-align: left;
	margin: 5px 15px 0 20px;
}
.area p {
	line-height: 1.4;
}
/*----- セレクトボックス -----*/

aside.widget select {
	padding: 5px;
	width: 100%;
}
aside.widget option {
	padding: 5px;
}
/* =========================================================
* CTA
========================================================= */

#cta h2 {
	margin-top: 4em;
}
#cta .cta-container {
	padding: 10px 15px;
	border-bottom: 1px solid #d4eaf6;
	border-radius: 5px;
	background: #E1F1FA;
}
#cta .cta-textarea {
	padding: 10px 10px 0 10px;
}
/*#cta .cta-title {
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px;
	padding-left: 25px;
	font-weight: normal;
	font-size: 22px;
	background-color: #2086c9;
	color: #fff;
	border-radius: 5px;
}*/
#cta .cta-title {
	text-align: center;
	font-size: 24px;
	color: #2086c9;
	border: none;
	margin: 0.5em 0 1em 0;
}
#cta .cta-title:before {
	content: '';
	height: 26px;
	width: 2px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border-left: 4px solid #fff;/*border-radius:2px;*/
}



/* =========================================================
* フッター
========================================================= */

.footer-widget-logo img.footer-logo {
	max-height: 60px;
	width: auto;
}
.inside-footer-widgets .inner-padding {
	padding: 0 20px;
}
#footer-widgets .widget-title {
	margin-bottom: 10px;
}
.footer-area {
	font-size: 80%;
}
/* =========================================================
* トップページ
========================================================= */

#generate-section-1 .generate-sections-inside-container {
	padding-left: 0;
	padding-right: 0;
}
.title-show-works h2 {
	font-size: 26px;
	line-height: 34px;
}
.title-show-works span.show-works-txt {
	font-size: 16px;
	font-weight: 600px;
	color: #333;
}
.title-show-works {
	border-bottom: none;
}
.title-show-works .link {
	width: 220px;
}
.title-container ul.link {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.title-show-works .link li {
	font-size: 100%;
	margin-left: 0;
}
.title-show-works .link li a {
	color: #fff;
}
.title-show-works .tools-btn-style1 {
	width: 100%;
	border-radius: 3px;
	padding: 2px 5px;
}
.top-list {
	margin: 0;
}
.top-list li {
	list-style: none;
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	margin: 0 0 3px 0;
	background: #fffacd;
	border-radius: 3px;
	border: solid 1.5px #deb887;
	color: #705c5c;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
.top-list li:nth-child(even) {
	background: #ffffe0;
}
.top-list li i {
	color: #f2879f;
	font-size: 22px;
	border-radius: 3px;
}
.top-list li strong {
	font-size: 21px;
	color: #d5687c;
	font-weight: normal;
}
.img-onayami {
	position: relative;
	top: -30px;
	z-index: 1;
}

@media only screen and (max-width: 992px) {
.img-onayami {
	position: relative;
	top: -10px;
	z-index: 1;
	max-width: 200px;
}
}

@media only screen and (max-width: 768px) {
.top-list li {
	font-size: 16px;
}
.top-list li strong {
	font-size: 18px;
}
	
.img-onayami {
	position: relative;
	top: -20px;
	float: none;
	z-index: 1;
	max-width: 200px;
}
}
.txt-point {
	font-weight: normal;
	padding: 0 0 0 4px;
	background: linear-gradient(transparent 70%, #FDE9EA 0%);
}
.memo {
	padding: 5px;
	margin: 0;
	background: #fef8df;
	font-size: 13px;
	color: #705c5c;
	line-height: 1.5;
	border: solid 1px #f9f1d1;
}
.top-service div a strong {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 19px;
	padding: 2px 0;
	margin: 2px 0;
	background: #0000cd;
	border-radius: 0;
}
.top-service div a img {
	border-radius: 3px 3px 0 0;
	max-height: 300px;
	margin: 0 auto;
}
.top-service div a {
	display: block;
	border-radius: 3px;
	border: solid 1px #efeeec;
	border-bottom: solid 3px #efeeec;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
	color: #474747;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+73,f4f3ef+100 */
	background: #00ACE5;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3ef', GradientType=0 ); /* IE6-9 */
}
.top-service div a strong,
.top-service div a p{
	color: #ffffff;
}	
.top-service div a strong:hover,
.top-service div a p:hover {
	color: #c0c0c0;
}
.top-service div:hover {
	cursor: pointer;
}
.top-service div a p {
	text-align: left;
	margin: 5px 6px;
}


/* =========================================================
* 一覧・詳細
========================================================= */

.page .page-header-image, .page-header-image-single {
	display: none;
}
/*サービス内容*/

.point-list {
	margin: 0;
}
.point-list li {
	list-style: none;
	font-size: 18px;
	padding: 5px;
	margin: 0 0 3px 0;
	background: #f5f5f3;
	border-radius: 3px;
	border: solid 1px #efeeec;
	color: #705c5c;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
.point-list li:nth-child(even) {
	background: #fcf9ef;
}
.point-list li i {
	color: #2086c9;
	font-size: 22px;
	border-radius: 3px;
}
.point-list li strong {
	font-size: 21px;
	color: #d5687c;
	font-weight: normal;
}
/*photo*/
.photos {
	padding: 20px 10px 10px 10px;
	border-radius: 3px;
}
.photos img {
	margin: 0 auto;
	padding: 4px;
	border: solid 1px #DADADA;
	display: block;
	max-width: 340px;
	background: #fff;
	width: 100%;
}
.photos div {
	text-align: center;
	line-height: 1.4;
}
.photos .ba {
	padding: 3px 5px;
	margin: 0 auto -10px auto;
	color: #fff;
	display: block;
	width: 130px;
	text-align: center;
	position: relative;
	top: -10px;
}
.photos div span {
	background: #555;
	font-size: 13px;
	border: solid 2px #fff;
}
.photos div:nth-child(even) span {
	background: #2086c9;
}
/*会社概要*/
.about p {
	font-size: 18px;
	line-height: 2;
}
/*ご利用の流れ*/
.flow ul {
	margin: 0;
	padding: 0;
}
.flow ul li {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 18px;
}
.flow ul li div {
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	background: #E1F1FA;
}
.flow ul li > div div{
	border: none;
}
.flow ul li div.title {
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}
.flow ul li div p {
	margin: -0.5em 0 0 0;
	padding: 5px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
}
.flow ul li div span.num {
	display: block;
	padding: 8px 0;
	text-align: center;
	margin: 0 auto 5px auto;
	vertical-align: middle;
	width: 35px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	clear: both;
	line-height: 1;
}
.flow ul li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto -10px auto;
	border: 20px solid transparent;
	border-top: 20px solid #696969;
}
.flow ul li.noArrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto 20px auto;
	border: none;
	border-top: none;
}
.flow ul li div img {
	border-radius: 3px;
}
.flow ul li div span.num {
	background: #ff4500;
}
.flow ul li div p.free{
	color: #F38337;
	background: #fff;
	text-align: center;
	font-size: 18px;
	border: solid 3px #F38337;
	border-radius: 3px;
	margin: 5px 0 0 0;
} 

ul.odd li:nth-child(odd) div {
	background: #e6e6fa;
}
ul.even li:nth-child(even) div {
	background: #f5f5f3;
}
ul.odd li:nth-child(odd) div,
ul.even li:nth-child(even) div{
	border: none;
}



/*よくあるご質問*/
.faq dt {
	font-size: 20px;
	font-weight: bold;
	padding: 8px 5px 5px 45px;
	background: #f5f5f3;
	border-radius: 5px;
}
.faq dt:before {
	content: "Q";
	color: #fff;
	font-size: 20px;
	border-radius: 20%;
	display: inline-block;
	text-align: center;
	padding: 3px;
	width: 30px;
	margin: 0 5px 0 -40px;
	background: #FF6666;
}
.faq dd {
	margin-bottom: 1.5em;
	padding: 8px 5px 8px 45px;
}
.faq dd:before {
	font-weight: bold;
	color: #fff;
	content: "A";
	font-size: 20px;
	border-radius: 20%;
	display: inline-block;
	text-align: center;
	padding: 3px;
	width: 30px;
	margin: 0 5px 0 -40px;
	background: #66CC00;
}
/* =========================================================
* テーブル
========================================================= */

.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 10px;
}
th {
	text-align: center;
	font-weight: normal;
	background: #fafafa;
}
table.hide-on-desktop, table.hide-on-tablet {
	font-size: 80%;
}
/* =========================================================
* DL DT DD
========================================================= */

dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: normal;
}
dd {
	margin-left: 0;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 110px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 120px;
}
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	display: table;
	content: " ";
}
.dl-horizontal dd:after {
	clear: both;
}
/* =========================================================
* WP-PAGENAVI
========================================================= */


/* 
* generatepressのページャーを非表示
* https://generatepress.com/forums/topic/blog-paging-pagenavi-styles/
*/

.page-numbers {
	display: none;
}
.navigation {
}
.wp-pagenavi {
	float: left;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
	font-size: 15px;
	line-height: 15px;
	float: left;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active, .wp-pagenavi a:focus {
	color: #2086c9;
	border: 1px solid #fff;
	background: none;
}
.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	background: #2086c9;
	border: 1px solid #fff;
	padding: 5px 8px;
}
.wp-pagenavi a:hover {
	color: #ffffff;
	background: #2086c9;
	border: 1px solid #fff;
	padding: 5px 8px;
}
.wp-pagenavi span.pages {
	color: #2086c9;
	background: none;
	padding: 5px 8px 5px 0;
}
.wp-pagenavi span.extend {
	background: transparent;
	color: #2086c9;
	background: none;
}

/* =========================================================
* メディアクエリ
========================================================= */


/*==========  モバイル・ファーストの場合  ==========*/


/* カスタム, iPhone Retinaディスプレイ */

@media only screen and (min-width: 320px) {
}

/* XSサイズ : Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
}

/* Sサイズ、タブレット : Small Devices, Tablets */

@media only screen and (min-width: 768px) {
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}

/*==========  非モバイル・ファーストの場合  ==========*/


/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
.site-header .site-logo {
	display: table;
	margin: 0 auto;
}
}

/* Sサイズ、タブレット : Small Devices, Tablets */

@media only screen and (max-width: 768px) {
body {
	font-family: "Kazesawa", sans-serif;
}
/* テーマカスタマイザーで余白を0に設定した場合、モバイル画面の両サイドに余白を作る */
article,  #left-sidebar,  #right-sidebar {
	padding: 0 15px;
}
.site-header .site-logo {
	padding: 0 15px;
}
.main-navigation .main-nav:not(.slideout-menu) ul ul li a {
	border-top: none;
}
.grid-container .mobile-grid-100 {
	margin-bottom: 20px;
}
.site-info .txtleft,  .site-info .txtright {
	text-align: center;
}
.site-info .grid-container .mobile-grid-100 {
	margin: 0;
}
.inside-header{
	padding: 0 0 10px 0!important;
}
.slideout-navigation{
	/*background: #c6e5f7;*/
	background: #f5f5f3;
}
.inside-navigation {
    border-top: dotted 1px #d8d4d4;
	border-bottom: dotted 1px #d8d4d4;
	background: #FDF5E6;
}
}

/* XSサイズ : Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
}

/* カスタム, iPhone Retinaディスプレイ */

@media only screen and (max-width: 320px) {
}
