@charset "utf-8";

/*---------------------------------------------------------
Theme Name: webtan
Theme URI: https://www.webtan.cc
Description:オリジナル
Author: webtan
Author URI: https://www.webtan.cc
Text Domain: webtan
Version: 20200601
---------------------------------------------------------*/

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Roboto&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

body {
	color: #1b273d;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
	letter-spacing: 1px;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a {
	color: #276cd4;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #1b273d;
	text-decoration: none;
	transition: all 0.3s ease; /* アニメーションを加える */
}

input:focus, select:focus, textarea:focus {outline: none;}

hr {
	color: #d7d7d7;
	background-color: #d7d7d7;
	height: 1px;
	border: none;
}

.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt50 {margin-top: 50px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mtb10 {margin: 10px 0!important;}
.mtb50 {margin: 50px 0!important;}
.textBoth {clear: both;}

/* Accessibility */
/* スクリーンリーダー専用のテキスト 単語をアナウンスします */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* -----------------------------------------------------------
	font
----------------------------------------------------------- */

.notice {
	color: #ff0000;
	font-size: 110%;
	font-weight: bold;
}

.textIndent li {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.marker {
	background: linear-gradient(transparent 60%, #ffd5d5 40%);
}
.markerLine {
	background: #fced98;
	padding: 2px 5px;
}

/* -----------------------------------------------------------
	mainVisual
----------------------------------------------------------- */

.mainVisual {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 800px;
	background-color: #ccc;
	z-index: 0;
	background: url("img/index/main.jpg") no-repeat top center;
	background-size: cover;
}
.main_inner {
	position: absolute;
	text-align: left;
	bottom: 5%;
	left: 5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.main_inner h1 {
	font-size: 2.5em;
	margin: 10px 0 0;
}
.main_inner p {
	font-size: 1.8em;
	margin: 20px 0 0;
	line-height: 2.0;
}

.top_marker {
	color: #fff;
	background : rgba(4,31,72,0.8);
	padding: 7px 20px;
}

@media screen and (max-width:559px){
	.mainVisual {
		min-height: 500px;
	}
	.main_inner {
		left: 0;
	}
	.main_inner h1 {
		font-size: 1.3em;
	}
	.main_inner p {
		font-size: 0.9em;
	}
}

/* -----------------------------------------------------------
	container
----------------------------------------------------------- */

.containerWrap {
	width: 1200px;
	margin: 0 auto;
}

.containerWrap p {
	margin: 20px 0 0;
}

.container01 {
	width: 80%;
	display: flex;
	flex-flow: row nowrap;
	margin: 0 auto;
	padding: 100px 0px;
}

.container_wide01 {
	width: 100%;
	background-color: #f7f7f7;
}
.container_wide02 {
	width: 100%;
	text-align: center;
	padding: 10px 0 120px;
	background-color: #f4f9ff;
}
.container_wide02 p {
	padding: 0 20px 0;
}

.container_textR {
	margin: 30px 0 0 30px;
}

.container_item {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-ms-flex-basis: 50%;
	padding: 20px 20px 0px;
}

.container03 {
	text-align: center;
	margin: 100px auto;
	padding: 0px 20px;
}
.container03 h3 {
	font-size: 4em;
}
.container03 h4 {
	font-size: 2em;
	margin: 0 0 20px;
}

@media screen and (max-width: 559px) {
	.container01 {
		width: 100%;
		flex-flow: column;
		padding: 50px 20px;
	}
	.container_textR {
		margin: 0px;
	}
	.container_item {
		flex: 1;
		padding: 20px 0px 0px;
	}
	.container03 h3 {
		font-size: 3em;
	}
	.container03 h4 {
		font-size: 1.5em;
	}
}


/* -----------------------------------------------------------
	post
----------------------------------------------------------- */

.container_post {
	width: 80%;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	padding: 50px 0px;
}

.post_box {
	flex-basis: 24%;
	-webkit-flex-basis: 24%;
	-ms-flex-basis: 24%;
	padding: 0px 10px 50px;
}
.post_box:nth-child(3n) {
	margin-right: 0px;
}

.post_image {
	height: 183px;
	margin: 0px 0 10px 0px;
	overflow: hidden;
}

.post_image img {
	height: 183px;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.post_image img:hover {
	transform: scale(1.1) rotate(0deg) translateX(0);
	-webkit-transform: scale(1.1) rotate(0deg) translateX(0);
}

.post_ttl {
	margin: 0px 0 5px 0px;
}

.post_text {
	
}

.post_meta {
	margin: 0 0 10px;
}

.category_box {
	font-size: 80%;
	padding: 3px 7px;
	background: #3c6386;
	color: #fff;
	border-radius: 3px;
	margin-left: 5px;
}
.category_box a {
	color: #fff;
}

@media screen and (max-width: 559px) {
	.container_post {
		width: 100%;
		flex-flow: column;
		padding: 50px 20px;
	}
	.post_box {
		flex: 1;
	}
}

/* -----------------------------------------------------------
	newsList
----------------------------------------------------------- */

.newsList_container {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0px;
}
@media screen and (max-width: 559px) {
	.newsList_container {
		width: 100%;
		padding: 50px 20px;
	}
}

ul.newsList {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px dotted #999;
	padding: 10px 0;
}

ul.newsList li {
	display: block;
	margin: 10px 10px;
}

ul.newsList li:nth-child(-n + 3) {
	flex-basis: 130px;
}

ul.newsList li:nth-child(2) {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
	background-color: #3c2fb7;
}
ul.newsList li:nth-child(2) a {
	color: #fff;
}

ul.newsList li:nth-child(3) {
	flex-basis: auto;
}

/* -----------------------------------------------------------
	hタグ
----------------------------------------------------------- */



/* -----------------------------------------------------------
	ttl
----------------------------------------------------------- */

.ttl01 {
	position: relative;
	font-size: 2em;
	margin: 10px 0 50px;
}

.ttl01:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 70px;
	height: 2px;
	background-color: #013076;
}

.ttl02 {
	position: relative;
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
	margin: 3em 0 2em;
	text-align: center;

}
.ttl02:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 70px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #013076;
}

.ttl03 {
	font-size: 1.3em;
	margin: 50px 0 20px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #013076;
}

.ttl04 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 2px solid #013076;
}

@media screen and (max-width: 559px) {
	.ttl01 {
		font-size: 1.5em;
	}
	.ttl02 {
		font-size: 1.5em;
	}
}

.page_ttl{
	font-size: 2em;
	margin: 0px 0 30px;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #bf8840;
}

/* --------------------------------------------------------
	card
-------------------------------------------------------- */

.cardContainer {
	width: 80%;
	display: flex;
	flex-flow: row wrap;
	margin: 120px auto 100px;
}

.cardBox {
	position: relative;
	width: calc(33.3% - 20px);
	margin: 0 10px;
	padding: 60px 20px 60px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
}

.cardBox:hover  {
	box-shadow: 5px 5px 0px rgba(184, 184, 184, 1);
	transition: all 0.3s ease-in-out;
	-moz-transform: translate(50px,20px);
	-webkit-transform: translate(50px,20px);
	transform: translate(-5px,-5px);
}
@media screen and (max-width: 768px) {
	.cardContainer {
		width: 100%;
		padding: 0 20px 0;
	}
	.cardBox {
		width: 100%;
		margin-bottom: 50px;
		padding: 50px 20px 40px;
	}
	.cardBox:last-child {
		margin-bottom: 20px;
	}
}

.cardBox img {
	display: block;
	max-width: 200px;
	margin: 0 auto 0px;
}

.cardTtl {
	font-size: 1.3em;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
}

.cardNumber {
	position: absolute;
	font-size: 1.5em;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #fff;
	line-height: 1;
	padding-top: 18px;
	border: 0px solid #333333;
	border-radius: 50%;
	background-color: #3C6386;
	z-index: 0;
}
.cardText p {
	margin: 20px 0;
}
.cardText a:hover {
	color: #ec407a;
}
@media screen and (max-width: 768px) {
	.cardText {
		margin-bottom: 50px;
	}
}

.cardText a {
	position: absolute;
	bottom: 30px;
	left: 25px;
}

.textLink02 {
	position: relative;
	display: inline-block;
	font-size: 1em;
	color: #276cd4;
	font-weight: 800;
	text-decoration: underline!important;
	overflow: hidden;
}

.textLink02::before {
	position: absolute;
	content: attr(data-content);
	top: 0;
	left: 0;
	color: #ec407a;
	text-decoration: underline;
	overflow: hidden;
	transition: width 275ms ease;
	width: 0;
	white-space: nowrap;
}

.textLink02:hover::before {
	width: 100%;
}


/* -----------------------------------------------------------
	pageVisual
----------------------------------------------------------- */

.pageVisual {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 350px;
	z-index: 0;
	background-size: cover;
	background: url("img/conts/page_main.jpg");
}
.pageVisual::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background : rgba(1,48,118,0.7);
}

.pageVisual h1 {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 3em;
	text-align: center;
	letter-spacing: 0.1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.pageVisual h1 span {
	display: block;
	font-size: 0.5em;
}

@media (max-width: 559px) {
	.pageVisual {
		min-height: 280px;
	}
	.pageVisual h1 {
		font-size: 2em;
		margin: 10px 0 0;
	}
}


/* --------------------------------------------------------
	conts
-------------------------------------------------------- */

.conts_container {
	width: 80%;
	margin: 0 auto;
	padding: 80px 20px;
}

.conts_num {
	color: #378dcd;
	font-weight: bold;
}
.conts_text {
	padding: 0px 30px 0px;
}

.conts_3f {
	display: flex;
	flex-flow: row nowrap;
	margin: 50px 0 0px;
}

.conts_3f_item {
	flex-basis: 30%;
	text-align:center;
	margin: 0 20px;
}
.conts_3f_item h4 {
	font-size: 1.5em;
	margin: 0 0 20px;
}
.conts_3f_item img {
	max-width: 200px;
}
.conts_3f_item p {
	text-align: left;
}

@media (max-width: 559px) {
	.conts_container {
		width: 100%;
		padding: 50px 20px;
	}
	.conts_text {
		padding: 0;
	}
	.conts_3f {
		width: 100%;
		flex-flow: column;
		margin: 0px 0px;
	}
	.conts_3f_item {
		flex: 1;
		margin: 20px 0 0;
	}
}

/* --------------------------------------------------------
	post_container
-------------------------------------------------------- */

.post_container {
	display: flex;
	flex-flow: row wrap;
	width: 80%;
	margin: 0 auto;
	padding: 80px 0px;
}
.post_area {
	flex-basis: 70%;
	margin-right: 20px;
}
.side_area {
	flex-basis: 25%;
}
.side_area img {
	width: 150px;
}

/*ページネーション*/
.pagination{
   margin:40px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:20px;
   padding:20px 25px;
   color:#333;
   border-radius:3px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.pagination .page-numbers li {
    display: inline-block;
}
.pagination .current{
   padding:20px 25px;
   background:#69a4db;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#69a4db;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}


/*widget*/
.blog_sidebar_ttl {
	position: relative;
	margin: 0 0 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    border: 1px solid #002d43;
    color: #002d43;
	font-weight: 700;
    background: #dfecf3;
	background: linear-gradient(#fff, #dfecf3);
}
.blog_sidebar_ttl::after {
	position: absolute;
	top: 0.5em;
	left: 0.7em;
	content: '';
	width: 5px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #002d43;
}

.widget_container {
	margin: 0px 0 40px;
}

.widget_container li {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px solid #dadada;
}

.widget_container li a {
	color: #002d43;
}

.widget_container li::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 10px;
	font-weight: 900;
	font-size: 0.7rem;
	margin-top: -10px; 
}

.widget_container li:hover {
	color: #56add7;
}
.widget_container li a:hover {
	color: #56add7;
	transition: all 0s ease;
}



/*blog_box*/

.blog_box {
	display: flex;
	flex-flow: row nowrap;
	margin: 30px 0px;
	padding: 0 0 20px;
	gap: 30px;
	border-bottom: 1px dotted #666;
}
.blog_ttl {
	margin: 0px 0 10px;
}
.blog_ttl a {
	font-size: 1.6rem;
	color: #002d43;
}
.blog_ttl a:hover {
	color: #125c81;
	text-decoration: underline;
}
.blog_image {
	width: 270px;
}
.blog_txt {
	flex: 1;
}
.blog_image img {
	width: 100%;
    height: 200px;
    object-fit: cover;
	border: 2px solid #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.blog_image img:hover {
	opacity: 0.8;
	border: 2px solid #125c81;
}

@media screen and (max-width: 767px) {
	.blog_box {
		flex-flow: column;
		width: 100%;
	}
	.blog_ttl a {
		font-size: 1.3rem;
	}
	.blog_image {
		width: 100%;
		margin-bottom: -20px;
	}
	.blog_image img {
		height: 250px;
	}
}

/*関連記事*/
.related_container {
	margin: 30px 0 0;
}
.related_ttl {
	color: #fff;
	text-align: center;
	padding: 5px 0;
	background: #002d43;
}

/* -----------------------------------------------------------
	search
----------------------------------------------------------- */

.blog_sidebar_search {
	position:relative;
	margin: 20px 0;
}
.search_text {
	width: 100%;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1.5px;
	padding-left: 10px;
	font-size: 1rem;
	border: 1px solid #002d43;
	border-radius: 3px 0 0 3px;
	vertical-align: top;
}

/* Form submit button */
.search_wrapper button {
	position:absolute;
	top:0;
	right:0;
	width: 100px;
	height: 40px;
	color: #fff;
	padding: 0;
	background: #002d43;
	border: 0;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
.search_wrapper button:hover {   
	background: #125c81;
}
.search_wrapper button:active,
.search_wrapper button:focus {  
	background: #125c81;
	outline: 0;
}
.search_wrapper button:before { /* arrow */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #002d43 transparent;
	top: 12px;
	left: -6px;
}
.search_wrapper button:hover:before {
	border-right-color: #125c81;
}
.search_wrapper button:focus:before,
.search_wrapper button:active:before {
	border-right-color: #125c81;
}


/* --------------------------------------------------------
	works
-------------------------------------------------------- */

.conts_4f {
	display: flex;
	flex-flow: row wrap;
	margin: 30px 0 0 -20px;
}

.conts_4f_item {
	flex-basis: 25%;
	-webkit-flex-basis: 25%;
	-ms-flex-basis: 25%;
	text-align:center;
	margin: 0 0 20px;
	padding-left: 20px;
}

.conts_4f_item h4 {
	font-size: 1em;
	margin: 0 0 5px;
}
.conts_4f_item img {
	max-width: 600px;
}
.conts_4f_item p {
	text-align: left;
	padding-left: 10px;
}
.conts_4f_item h3 {
	font-size: 0.9em;
	text-align: center;
}

@media screen and (max-width: 559px) {
	.conts_4f {
		width: 100%;
		flex-flow: column;
	}
	.conts_4f_item {
		flex: 1;
	}
}

/* thumbnail */

.thumbnail {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #d3d3d3;
}
.thumbnail figure {
	position: relative;
	overflow: hidden;
	background: #008bf6;
}
.thumbnail a figcaption {
	color: #fff;
}
.thumbnail figure:after {
	position: absolute;
	border: solid 1px #fff;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transform: scale(1.0, 1.0);
	transition: all .3s ease-out;
}
.thumbnail figure:hover:after {
	opacity: 1;
	transform: scale(0.92, 0.88);
}
.thumbnail figcaption {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1em;
	font-size: 14px;
	letter-spacing: 5px;
	opacity: 0;
	transition: all .3s ease-out .2s;
}
.thumbnail figure:hover figcaption {
	letter-spacing: 1px;
	opacity: 1;
}
.thumbnail figure img {
	transition: all .8s ease-out;
	float: left;
}
.thumbnail figure:hover img {
	opacity: .2;
}

.flow_arrow i {
	color: #013076;
	font-size: 3em;
	margin: 1em 0;
}

/* --------------------------------------------------------
	btn
-------------------------------------------------------- */

.btn_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 10px 0 0;
}
.btn_container p {
	margin: 0 15px 0;
}

.btn01 {
	position:relative;
	display:block;
	color:#246bd5;
	line-height:1;
	width:22em;
	height:3.2em;
	margin: 40px auto 0;
	padding:1em 0 0;
	text-align:center;
	border:2px solid #246bd5;
	border-radius: 50px;
	transition:background-color 0.3s,border-color 0.3s;
}

.btn01::after {
	position:absolute;
	display:block;
	bottom:calc(50% - 2px);
	right:1.2em;
	content:'';
	width:20px;
	height:7px;
	border-bottom:1px solid #317dee;
	border-right:1.5px solid #317dee;
	transform:skewX(45deg);
	transition:.2s linear;
}

.btn01:hover {
	background-color:#246bd5;
	border-color:#246bd5;
	color:#fff
}
.btn01:hover::after {
	border-color:#fff;
	right:0.5em
}

@media screen and (max-width: 559px) {
	.btn01 {
		width: 20em;
		font-size: 0.9em;
	}
	.btn_container p {
		margin: 0;
	}
}

/*----------------------------------------------------
	table
----------------------------------------------------*/

.table01 {
	width: 100%;
	margin: 30px 30px;
}
.table01 tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table01 th {
	width: 40%;
	padding: 20px;
}
.table01 td {
	padding: 20px;
	border: 0px solid #ddd;
}

@media only screen and (max-width:559px) {
	.table01 {
		margin: 30px 0px;
	}
	.table01 th,td {
		width: auto;
		display: block;
		border-top: none;
	}
	.table01 td {
		padding: 0 20px 20px;
	}
	.table01 tr:first-child th { border-top: 0px solid #ddd; }
}


.table02 {
	width: 100%;
	margin: 30px 30px;
	border-collapse: collapse;
}

.table02 th,td {
	padding: 10px 15px;
	border: 1px solid #ddd;
}

.table02 th {
	background: #f3f3f3;
	width: 15%;
	text-align: left;
}

@media only screen and (max-width:559px) {
	.table02 {
		margin: 30px 0px;
	}
	.table02 th,td {
		width: auto;
		display: block;
		border-top: none;
	}
	.table02 tr:first-child {
		border-top: 1px solid #d5d5d5;
	}
}

/* --------------------------------------------------------
	tablePrice
-------------------------------------------------------- */

.tablePrice table {
	font-size: 0.9em;
	width: 80%;
	margin: 20px auto 0;
	border-spacing: 1px;
}

.tablePrice th {
	color: #fff;
	text-align: center;
	padding: 15px;
	border: 1px solid #ddd;
	background: #0d86bf;
}

.tablePrice td {
	padding: 15px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}
.tablePrice td.menu {
	background: #bae5f9;
}

@media screen and (max-width: 559px) {
	.tablePrice table { border:none;}
	.tablePrice thead { display: none;}
	.tablePrice tr {
	    display: block;
	    margin-bottom: 20px;
	}
	.tablePrice td {
	    border-right: 1px solid #ddd;
	    border-left: 1px solid #ddd;
	    border-bottom: none;
	    display: block;
	    padding: 0px;
	}

	/* tdのデザイン */
	.tablePrice td:nth-of-type(1) { background-color: #0d86bf; color: #fff;}
	.tablePrice td:last-child { border-bottom: 1px solid #ddd;}
	     
	/*td:beforeのデザイン*/
	.tablePrice td:before {
	    background-color: #bae5f9;
	    display: block;
	}
	 
	.tablePrice td:nth-of-type(2):before { content: "HTMLテンプレート"}
	.tablePrice td:nth-of-type(3):before { content: "WordPressテンプレート"}
	.tablePrice td:nth-of-type(4):before { content: "HTMLオリジナル"}
	.tablePrice td:nth-of-type(5):before { content: "WordPressオリジナル"}
	.tablePrice td:nth-of-type(6):before { content: "Webアプリ・システム開発"}
}

/* --------------------------------------------------------
	form
-------------------------------------------------------- */

.table_form {
	width: 100%;
	margin: 30px 30px;
}
.table_form tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table_form th {
	width: 20%;
	padding: 20px;
}
.table_form td {
	padding: 20px;
	border: 0px solid #ddd;
}

@media only screen and (max-width:559px) {
	.table_form {
		margin: 30px 0px;
	}
	.table_form th,td {
		width: auto;
		display: block;
		border-top: none;
	}
	.table_form td {
		padding: 0 20px 20px;
	}
	.table_form tr:first-child th { border-top: 0px solid #ddd; }
}

input:::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
 
input:focus, select:focus, textarea:focus {
background: #e6f0ff;
}
 
.form-text {
	width: 100%;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 10px;
	background: #f5f5f5;
}

.form-submit {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin: 0 0 50px;
	padding: 10px 50px;
	border:1px solid #246bd5;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color:#fff;
	background: #246bd5;
	cursor: pointer;
	transition: .2s linear;
}

.form-submit:hover {
	background: #013076;
	transition: .2s linear;
}

.submitCenter {
	display: flex;
	justify-content: center;
}

/* -----------------------------------------------------------
	breadcrumb
----------------------------------------------------------- */

#breadcrumb {
	font-size: 0.9em;
	margin: 10px 15px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:after {
	content: '>';
	padding: 0 0.1em;
	color: #7b7b7b;
}

#breadcrumb li:last-child:after {
	content: '';
}

#breadcrumb li a {
	color: #5b5b5b;
}

#breadcrumb li:first-child a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f015';
	font-size: 0.9em;
	color: #7b7b7b;
	padding: 0 0.2em;
	font-weight: 900;
}

.domain_container img {
	max-width: 100px;
	max-height: 50px;
	margin: 0;
}

/* -----------------------------------------------------------
	template
----------------------------------------------------------- */

.check_list li {
	padding-left: 1em;
	text-indent: -1.2em;
}

.check_list li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f14a';
	font-size: 0.9em;
	padding: 0 0.5em 0 0;
	font-weight: 900;
}

/* -----------------------------------------------------------
	pageTop
----------------------------------------------------------- */

#scrollUp {
	bottom: 20px;
	right: 20px;
	background-image: url("img/common/pagetop.png");
	width: 38px;
	height: 38px;
}
#scrollUp:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */

#footer {
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
}
#footerInner {
	width: 1200px;
	color: #656565;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0px auto;
	padding: 50px 20px;
}
.footerLogo {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.footerInfo li {
	line-height: 1.9;
}

.footerLink {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.footerLink li a {
	position: relative;
	color: #656565;
	line-height: 1.9;
	margin-left: 3em;
	padding-left: 1.5em;
}

.footerLink li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: absolute;
	font-size: 0.9em;
	left: 0;
	top: -3px;
	font-weight: 900;
}
.copyright {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 1em 0;
	background: #013076;
}

@media screen and (max-width: 559px) {
	#footerInner, .footerLink {
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		width: 100%;
		text-align: left;
	}
	.footerInfo, .footerLink {
		margin-bottom: 30px;
	}
	.footerLink li a {
		margin-left: 0em;
	}
	.footerLogo {
		width: 218px;
		height: 40px;
	}
	.copyright {
		text-align: center;
	}
}
