@charset "utf-8";
/* yashima1613.jp CSS */

/* ==============================================
    header
============================================== */
header {}
header #siteid {
	display: block;
	float: left;
	margin: 10px 0;
}
header #headInfo {
	float: right;
	text-align:right;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
}
header #headInfo p span {
	display: block;
}

@media screen and (max-width: 700px) {
	header #siteid {
		width: 38vw;
	}
	header #siteid img {
		width: 100%;
	}
	header #headInfo {
		margin-right: 17vw;
		margin-top: 15px;
	}
}

@media screen and (max-width: 320px) {
	header #siteid {
		width: 36vw;
	}
	header #headInfo {
		margin-right: 17vw;
		margin-top: 10px;
	}
}

/* ==============================================
    common
============================================== */
h1.tit {
	margin-bottom: 30px;
	padding:0 0 10px 40px;
	border-bottom: 1px solid #1f7345;
	background: url("image/tit_bg.png") no-repeat 0 4px;
	color: #004077;
	font-size: 36px;
	font-weight: bold;
}

section,
.section {
	margin-bottom: 40px;
}
section:after { content:''; display:table; clear:both; height:0; }
section h2 {
	margin-bottom: 30px;
	padding: 5px;
	border-bottom: 4px solid #fff4ab;
	color: #1f7345;
	font-size: 30px;
	font-weight: bold;
}
section h2 span {
	font-size: 0.8em;
}
section p,
.section p {
	margin: 0 15px;
}

@media screen and (max-width: 700px) {
	h1.tit {
		margin-bottom: 20px;
		padding:2px 0 5px 30px;
		background-size: 22px 22px;
		font-size: 24px;
	}
	section h2 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	section p,
	.section p {
		margin: 0 5px;
	}
}

/* ==============================================
    vision
============================================== */
#vision .visionImg {
	text-align: center;
	margin-bottom: 60px;
}
#vision section figure {
	float: right;
	text-align: right;
}
#vision section p {
	float: left;
}
#vision .vision2 figure {
	float: left;
	text-align: left;
}
#vision .vision2 p {
	float: right;
}

#vision section figure img {
	max-width: 100%;
}
@media screen and (max-width: 1000px) {
	#vision section figure {
		width: 60%;
	}
	#vision section p {
		width: 35%;
	}
}

@media screen and (max-width: 700px) {
	#vision section figure,
	#vision section p,
	#vision .vision2 figure,
	#vision .vision2 p {
		float: none;
		width: auto;
	}
	#vision section figure {
		margin-top: 20px;
		text-align: right;
	}
	#vision .vision2 figure {
		text-align: left;
	}
	
}

/* ==============================================
    profile
============================================== */
#profile section p,
#profile .section p {
	margin-bottom: 1em;
	line-height: 1.8em;
}
#profile section ul {
	margin-left: 40px;
}
#profile section li {
	margin-bottom: 5px;
}
#profile .section .name {
	text-align: right;
}
#profile .yashimaArea {
	background: url("image/p_yashima_profile.jpg") no-repeat bottom right;
	min-height: 344px;
	padding-right: 200px;
}
#profile .col2 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

@media screen and (max-width: 700px) {
	#profile .col2 {
		display: block;
		width:inherit;
	}
}
@media screen and (max-width: 567px) {
	#profile .yashimaArea {
		background-position: right 0 bottom 40px;
		background-size: 100px auto;
		min-height: 344px;
		padding-right: 0px;
	}
	#profile .yashimaArea p {
		padding-right: 0px;
	}
	#profile .yashimaArea p:nth-child(3){
		padding-right: 120px;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	#profile section ul {
		margin-left: 30px;
	}

}

/* ==============================================
    report
============================================== */
#report ul.reportList {
	margin-left: 30px;
	min-height: 300px;
}
#report ul.reportList li {
	margin-bottom: 10px;
}
#report ul.reportList li span {
	padding-left: 5px;
	font-size: 0.9em;
	color: #666;
}

/* ==============================================
    office
============================================== */
#office .section {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#office .googleMap {
	position: relative;
	margin-top: 20px;
	padding-top: 52%;
}
#office .googleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	#office .section {
		width: 100%;
	}
}


/* ==============================================
    kouenkai form
============================================== */
#kouenkai .section,
#form {
	margin-left: 15px;
	margin-right: 15px;
}
#form h4 {
	font-weight: normal;
	margin-bottom: 20px;
}

#kouenkai .section h2.catch {
	margin-bottom: 20px;
	color: #1f7345;
	font-size: 30px;
	font-weight: bold;
}
#kouenkai .section p {
	margin:0  0 20px 0;
}
#kouenkai p.kome {
	margin-left: 30px;
}
#thanks {
	min-height: 300px;
}

.btn_pdf {
	display: inline-block;
	background: #1f7345;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.btn_pdf::before {
	content: ">";
	color: #fff4ab;
	padding-right: 10px;
}
.btn_pdf:hover {
	text-decoration: none;
}
.btn_pdf span {
	font-weight: normal;
}

.privacySection {
	padding: 15px;
	border: 1px solid #bcbcbc;
}
.privacySection h2 {
	font-weight: bold;
	margin-bottom: 10px;
	}
.privacySection ul {
	margin-left: 30px;
}
.privacySection li {
	font-size: 14px;
	margin-bottom: 5px;
}
.privacySection li:last-child {
	margin-bottom: 0;
}

#form table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 50px;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}
#form th,
#form td {
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 10px;
}
#form th {
	background: #e8faf0;
	font-weight: normal;
	width: 12em;
}
#form table.tb_comment td {
	text-align: center;
}

#form input[type="text"],
#form textarea {
	border: none;
	background: #efefef;
	padding: 5px;
	box-sizing: border-box;
}
#form input[type="text"] {
	width: 350px;
	margin-right: 5px;
}
#form input[class="input_num"]{
	width: 200px;
}
#form input[class="input_add"]{
	width: 400px;
}

#form textarea {
	width: 98%;
	height: 10em;
	resize: vertical;
	text-align: left;
}
#form input[class="radio_button"],
#form input[class="check"]{
	margin-right: 5px;
}
#form .introCheck label:first-child {
	margin-right: 30px;
}
#form #check label {
	font-weight: bold;
}

.button {
	margin-top: 20px;
	text-align: center;
}
.submit {
	background: #004077;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	transition: all .4s;
}

.submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


.kome,
.ex,
.required,
.err {
	font-size: 14px;
}
th .kome {
	font-size: 12px;
	padding-right: 5px;
	color: #666;
}
.required,
.err {
	color: #c50018;
}

#houkoku {
  position: relative;
  padding-top:50px;
}

#houkoku > .bt01 {
  position: absolute;
  right:0px;
  top:-20px;
}

@media screen and (max-width: 1000px) {
	#form input[type="text"] {
		display: block;
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 700px) {
	#kouenkai .section,
	#form {
		margin-left: 0px;
		margin-right: 0px;
	}
	#form table {
		border-top: 4px solid #1f7345;
	}
	#form th,
	#form td {
		width: auto;
		display: block;
	}
	#form th {
		width: auto;
		text-align: left;
		border-bottom: none;
	}
	#form th {
		
	}
	#form input[type="text"] {
		width: 100%;
		margin-right: 0;
	}
	#kouenkai p.kome {
		margin-left: 0px;
	}
	#kouenkai .section h2.catch {
		font-size: 22px;
	}
	.privacySection ul {
	margin-left: 20px;
}
	.kome,
	.ex,
	.required,
	.err {
		font-size: 13px;
	}
	.btn_pdf {
		display: block;
		font-size: 16px;
	}
  
  #houkoku {
    position:static;
    padding-top:0px;
  }

  #houkoku > .bt01 {
    position: static;
    display: table;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
  }
}
