@charset 'utf-8';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
body {
	line-height: 2;
	background: #fff;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	color: #333;
}
ol, ul {
	margin-left: 20px;
}
a {
	color: #1D3994;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.color1 {
	color: #d70035;
}
.color2 {
	color: #000;
	font-weight: bold;
}
/*ヘッダー*/
header {
	position: fixed;
	top: 0;
	left: 200px;
	width: 100%;
	height: 70px;
	background: #fff;
	z-index: 1000;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
h1 {
	position: fixed;
	top: 2px;
	left: 14px;
	font-family: 'Playball', cursive;
	font-size: 4rem;
	line-height: 40px;
}
.h1_1 {
	position: fixed;
	top: 20px;
	left: 30px;
}
.h1_2 {
	position: fixed;
	top: 65px;
	left: 30px;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	text-decoration: none;
}
.h1_subcol {
	color: #d70035;
}

.title1 {
	margin-top: 20px;
}

.title2 {
	display: none;
}

.main-img {
	width: 100%;
}


/*レイアウト*/
.wrapper {
	float: right;
	width: 100%;
	margin-top: 70px;
	margin-left: -200px;
}
.main {
	width: 100%;
	float: left;
	margin-right: -340px;
}
.content {
	width: 100%;
	float: right;
	margin-left: -220px;
}
.top_content_inner {
	margin-left: 200px;
	margin-right: 340px;
	border-left: solid 1px #ddd;
}
.content_inner {
	margin-left: 200px;
	border-left: solid 1px #ddd;
}

.box26 {
    position: relative;
    margin: 0.7em 0 1.5em;
    padding: 0.5em 1em;
    border: solid 3px #e60012;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}


.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #ff6600;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



.rightside {
	width: 320px;
	float: right;
	margin: 30px 0 0;
	background: #009bdd;
}

.rightside_inner {
	margin: 2em 1em;
}

footer {
	clear: both;
	position: relative;
	min-height: 40px;
	width: auto;
	margin-left: 200px;
	background: #e60012;
}

.toiawase {
	color: #e60012;/*文字色*/
	border: solid 3px #e60012;/*線色*/
	padding: 0.2em 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
}

.kajimachi {
	font-size: 1.1em;
	margin-bottom: 1.2em;
}

.applewave {
	font-size: 1.1em;
}

.tel {
	font-size: 1.2em;
	font-weight: bold;
}

.taisaku-img {
	padding:10px;
	width: 100%;
	max-width: 800px;
}

.taisaku-text {
	text-align: left;
	padding:0 10px;
	color: #e60012;
	font-size: 1.2em;
}


th {
	vertical-align: top;
	padding: 0 5px 0 0;
	white-space: nowrap
}

td {
	line-height: 1.5;
}

.keihin {
	width: 100%;
}

.uchiwake {
	font-size: 0.7em;
}


@media screen and (max-width: 768px) {
/*ヘッダー*/
header {
	left: 0;
	height: 50px;
	border-left: none;
}
h1 {
	font-size: 3rem;
	width: auto;
	z-index: 1100;
	height: 50px;
	line-height: 50px;
}
.h1_1 {
	position: fixed;
	top: 2px;
	left: 50px;
}
.h1_2 {
	position: fixed;
	top: 2px;
	left: 150px;
}

.title1 {
	display: none;
}
.title2 {
	width: 100%;
	display: block;
}
/*レイアウト*/
.wrapper {
	margin: 50px 0 0 0;
}
.main, .content, .content_inner, .top_content_inner {
	margin: 0;
}
.rightside {
	width: 100%;
	margin: 20px;
	padding: 0 0 0 40px;
}
footer {
	margin-left: 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
.rightside {
	margin: 20px 0 0;
	padding-right: 20px;
}
}



/*レスポンシブ2列*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}


/*レスポンシブ3列*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 5px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}