@charset "UTF-8";
/*
Theme Name:bloom_tcd053-child
Theme URI:
Description:bloom_tcd053-child
Template:bloom_tcd053
Author:wup
Author URI:https://design-plus1.com/tcd-w/
Version:0.0.8
*/

/*=========================================
	reset
==========================================*/
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label.cursor { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

/*=========================================
【PC】.table
==========================================*/
.table{
    width: 100%;
}

.table th,
.table td{
    font-size: 14px;
    padding: 8px 16px;
    text-align: left !important;
  
}

@media screen and (max-width:650px) {
	.table th,
	.table td{
		width:100% !important;
		display: block;
	}
}

/*=========================================
【PC】p-entry__title
==========================================
.p-entry__title{
	font-size: 24px !important;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	padding: 12px 16px;
	border-left: solid 5px #000;
	letter-spacing: 0.1em;
	background: #061d46;
	margin-bottom: 16px !important;
}*/

/*=========================================
【PC】ttl_typeA
==========================================*/
.ttl_typeA{
	font-size: 18px !important;
	font-weight: bold;
	padding: 10px 16px;
	border: solid 1px #bbb;
	border-left: solid 3px #666;
	letter-spacing: 0.1em;
	position: relative;
	margin: 32px 0 16px 0;
}

.ttl_typeA::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666 transparent transparent;
}

@media screen and (max-width:650px) {
/*=========================================
【650】ttl_typeA
==========================================*/
.ttl_typeA{
	font-size: 16px !important;
}
}

/*=========================================
【PC】ttl_typeB
==========================================*/
.ttl_typeB{
	font-size: 16px !important;
	font-weight: bold;
	padding: 0 16px 16px 16px;
	border-bottom: solid 1px #bbb;
	margin: 16px 0 !important;
	position: relative;
}

.ttl_typeB::after{
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 0;
	height: 0;
	margin-top: -14px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #666;
}

/*=========================================
【PC】ttl_typeC
==========================================*/
.ttl_typeC{
	font-size: 14px !important;
	font-weight: bold;
	padding: 8px 0 8px 22px !important;
	margin-bottom: 8px !important;
	position: relative;
}

.ttl_typeC::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 12px;
	height: 2px;
	background: #999;
}

/*=========================================
【PC】.business_cont
==========================================*/
.business_cont{
	overflow: hidden;
	border-top: dashed 1px #ddd;
	padding: 32px 0;
}

.business_cont.line{
	border-bottom: dashed 1px #ddd;
}

.business_cont .box:nth-child(1){
	float: left;
	width: 25%;
}

.business_cont .box:nth-child(2){
	float: right;
	width: 75%;
	padding-left: 24px;
}

@media screen and (max-width:650px) {
	.business_cont .box:nth-child(1),
	.business_cont .box:nth-child(2){
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.business_cont .box:nth-child(1){
		text-align: center;
	}
}

/*=========================================
【PC】align_c
==========================================*/
.align_c{
	text-align: center !important;
}

/*=========================================
【PC】.table.form_contact
==========================================*/
.table.form_contact{
	width:100%;
	text-align: left;
	overflow: hidden;
	border-bottom: solid 1px #dcdcdc;
}

.table.form_contact th span{
	color: #999;
	font-size: 14px;
	color: red;
	line-height: 1;
	display: inline-block;
	margin-left: 8px;
}

.table.form_contact th,
.table.form_contact td{
	border: none;
	border-top: solid 1px #dcdcdc  !important;
	letter-spacing: 0.1em;
	line-height: 2;
	font-size: 14px;
}

.table.form_contact th{
	width:30%;
	font-weight: bold;
}

.table.form_contact td{
	width:70%;
}

.table.form_contact td .mgT_txt{
	display: block;
	margin-top: 8px;
}

.table.form_contact td input[type="text"],
.table.form_contact td input[type="email"],
.table.form_contact td textarea {
	font-size: 16px;
	background: #f0f0f0;
	width: 100%;
    padding: 16px;
    border: none;
}

@media screen and (max-width:650px) {
	.table.form_contact th,
	.table.form_contact td{
		width: 100%;
		display: block !important;
	}
	
	.table.form_contact td{
		padding: 16px 0;
	}
}

/*=========================================
【PC】.table.typeA
==========================================*/
.table.typeA{
	width: 100%;
	border-top: solid 1px #dcdcdc;
}

.table.typeA th,
.table.typeA td{
	line-height: 2;
	padding: 8px 16px;
}

.table.typeA th{
	width: 30%;
	background: #eee;
	border-bottom: solid 1px #dcdcdc;
}

.table.typeA td{
	width: 70%;
	background: #fff;
	border-bottom: solid 1px #dcdcdc;
}

/*=========================================
【PC】btn_base
==========================================*/
.btn_base {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: bold;
    background: #225ba8;
    color: #fff;
    width: 40%;
    padding: 10px 0;
    margin-bottom: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*【PC】btn_base
------------------------------*/
.btn_base.c_gray {
    background: #999;
}

@media screen and (max-width:880px) {
	.btn_base {
		 width: 90%;
	}
}

/*=========================================
【PC】ceo
==========================================*/
.ceo_visual{
	margin-bottom: 16px;
}

.ceo_visual img{
	width: 100% !important;
}

.ceo{
	font-weight: bold;
	text-align: right;
	display: block;
}

.ceo img{
	width: 140px
}

/*=========================================
【PC】p-footer-widget-area
==========================================*/
.p-footer-widget-area{
	background: #eee;
}

.p-copyright{
	background: #000;
}

.p-copyright p{
	color: #fff;
}

