@charset "UTF-8";
/*
Theme Name: chiba.tr-office
Author: 3rd-web
Description: This is my original theme.
Version: 1.0
*/

/* -------基本構造body部分のCSS、960pxと428pxがブレイクポイント------- */

/* -------要素の外側は余白なし------- */
/* -------改行の高さ------- */
/* -------文字色は濃いグレー------- */
/* -------要素の枠線は幅を増やしても内側に------- */
/* -------改行の文字の折り返し------- */
body {
	margin: 0;
	font-family: Noto Sans JP, "メイリオ", "Meiryo", sans-serif, serif;
	line-height: 1.8;
	color: #072608;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	word-wrap: break-word;
}

/* --スマホでのみ表示-- */
.sp {
	display: block;
}
@media (min-width: 769px) {
	.sp {
		display: none;
	}
}
/* --PCでのみ表示-- */
.pc {
	display: block;
}
@media (max-width: 768px) {
	.pc {
		display: none;
	}
}

/* --画像はブロック要素で１つの段落-- */
img {
	display: block;
}

/* --firefoxの画像クリックしたときの枠線を消す、リンクの下線を表示しない-- */
a {
	outline: none;
	text-decoration: none;
	color: #444;
}
a:focus {
	outline: none;
}

/* --文章のSPAN内は余白調整できるようにインラインブロック要素-- */
span {
	display: inline-block;
}

/* --太文字-- */
b, strong {
	font-weight: bold;
}

/* -------インナーの左右の余白------- */
.inner {
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}

/* -------フロートの解除------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* -------メインコンテンツのブロックの上下間隔------- */
#content {
	padding-bottom: 20px;
	width: 100%;
}

/* -------サイドバーのブロックの上下間隔------- */
#side {
	padding-bottom: 20px;
	width: 100%;
}

/*--コンテンツとサイドバーを横に並べる設定--*/
#container {
	display: flex;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

/*--スマホの時はコンテンツとサイドバーを縦並びにする設定--*/
@media (max-width: 960px) {
	#container {
		flex-direction: column;
	}
}

/*--パソコンの時はコンテンツとサイドバーを7対3で横に並べる設定--*/
@media (min-width: 961px) {
	#content {
		width: 70%;
	}
	.innerBox #content{
		width: 100%;
	}
	#side {
		width: 30%;
	}

	/* --コンテンツの右側に余白を設けてサイドバーとの間に隙間を空ける-- */
	#content {
		padding-right: 30px;
	}
}

/*--コンテンツとサイドバーを横に並べる設定--*/
@media (min-width: 1200px) {
	.inner {
		width: 1200px;
		margin: 0 auto;
	}
}


/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合*/
/*-------------------------------------------*/
@media (max-width: 480px) {

/*			トップページ用*/
/*-------------------------------------------*/
.col-sm-1 {
    width: 100%;
	float:none;
	padding:0px;
}

.col-sm-2 {
    width: 100%;
	float:none;
	padding:0;
}

.col-sm-3 {
    width: 100%;
	float:none;
	margin-right:0px;
}

.col-sm-4 {
    width: 100%;
	float:none;
	margin-right:0px;
}

.col-sm-5 {
    width: 100%;
	float:none;
	margin-right:0px;
}

.col-sm-6 {
    width: 100%;
	float: none;
	margin-right:00px;
}

.col-sm-7 {
    width: 100%;
	float: none;
}

.col-sm-8 {
    width: 100%;
	float: none;
}

.col-sm-9 {
    width: 100%;
	float: none;
	margin:0px;
}

.col-sm-10 {
    width: 100%;
	float: none;
}

.col-sm-11 {
    width: 100%;
	float:none;
}

.col-sm-12 {
    width: 100%;
	float:none;
}

img.w35 {
	width:35%;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}

img.w50 {
	width:50%;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}

.img-circle {
    border-radius: 50%;
}
}

.content img { margin: 0; max-width:100% !important;height:auto !important; }
.content .attachment img { max-width: 900px; }
.content .alignleft,
.content img.alignleft { display: inline; float: left; margin-right: 20px; margin-top: 4px; }
.content .alignright,
.content img.alignright { display: inline; float: right; margin-left: 20px; margin-top: 4px; }
.content .aligncenter,
.content img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.content img.alignleft,
.content img.alignright,
.content img.aligncenter { margin-bottom: 12px; }

@media print, screen and ( min-width : 769px ) {

	#renkei .col-sm-2 {
		width: 23.5%;
		margin-right: 2%;
		padding: 0;
	}
	#renkei .col-sm-2:last-child {
		margin-right: 0;
	}
}

@media (min-width: 970px) {
/*			トップページ用
/*-------------------------------------------*/
.col-sm-1 {
    width: 30%;
	float:left;
	padding:10px
}

.col-sm-2 {
    width: 30%;
	float:left;
	padding:10px
}

.col-sm-3 {
    width: 20%;
	float:left;
	margin-right:20px;
}

.col-sm-4 {
    width: 30%;
	float:left;
	margin-right:20px;
}

.col-sm-5 {
    width: 30%;
	float:left;
	margin-right:25px;
}

.col-sm-6 {
    width: 10%;
	float:left;
	margin-right:20px;
}

.col-sm-7 {
    width: 77%;
	float: right;
}

.col-sm-8 {
    width: 66.5%;
	float: right;
}

.col-sm-9 {
    width: 45%;
	float: left;
	margin:0 20px;
}

.col-sm-10 {
    width: 75%;
	float: left;
}

.col-sm-11 {
    width: 20%;
	float:right;
}

.col-sm-12 {
    width: 85%;
	float:right;
}
	
.home .col {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .home .col:nth-child(2n) {
        margin-right: 0;
    }
    .home .col img {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 35%;
    }
}

.home .col img {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 35%;
    }

@media only screen and ( max-width : 768px ) {
    /*  SELF CLEARING FLOATS - CLEARFIX METHOD */
    .container:after,
    .row:after, 
    .col:after,
    .colR:after,
    .clr:after, 
    .group:after { 
        content: ""; 
        display: table; 
        clear: both; 
    }
}	
/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }

/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.color-red {
	color: #dd0000;
}
.font12 {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
}
.font-en {
	font-family:"Times New Roman", serif;
	font-size: large;
}

.lineheight2{
  line-height: 2.0;
}

.text-success {
    color: #3c763d;
}

/* Emphasis
----------------------------------------------------------- */
.em1 {
	font-weight:bold;
}
.em2 {
	color:#d73349;
}
.em3 {
	color:#d73349;
	font-weight: bold;
}
.em4 {
	font-size:11px;
}
.em5 {
	font-weight: bold;
	color:#d73349;
	font-size:11px;
}
.em6{
  background: #FFF8CE;
  font-weight: bold;
	padding-left: 3px;
}
.em7{
	font-weight: bold;
	background: url(images/common/liner.png) repeat-x 0 80%;
	padding-left: 3px;
}

.em1 a{
	color: #b7a167;
}
.em2 a{
	color: #b7a167;
}

/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MT50 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.ML10 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.MRL-20 { margin-left: -20px !important;margin-right: -20px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }

.legal-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1em;
}
.img-circle {
    border-radius: 50%;
}

h2.attention{
	margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    background-color: #4caf50;
    padding: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.2;
}

h3.attention {
    color: #24449e;
	font-size:24px;
    font-weight: 600;
	line-height:1.2em;
	border-left:none;
	border-bottom:1px solid #ccc;
	padding:0 0 10px;	
	margin: 20px auto;
}

h4.attention {
	color:#d73349;
	margin:10px 0;    
}