﻿.toi {
	position:relative;
	width:100%;
	height:auto;
	background:black;
	background-image: radial-gradient(#1D1D1D 20%, transparent 0), radial-gradient(#1D1D1D 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

/*
.toi img {
    width:100%;
    height:400px;
    overflow:hidden;
	position:absolute;
	z-index:94;
}
*/
.toi .toi_box {
	width:400px;
	color:#e6eae3;
	margin:20px 0 20px 10px;
	z-index:99;
}

.toi_box h2 {
	font-size:30px;
	text-align:center;
	color:#e6eae3;
	padding-top:20px;
}

.toi_box h1{
	font-size:60px;
	color:#e6eae3;
}

.toi_box a {
	color:#e6eae3;
	text-decoration: none;
}

.toi_box a:hover {
	background-color:rgba(0,53,85,1);
	color:#e6eae3;
}


.toi_box .smp {
	font-size:14px;
	text-align:center;
	color:#e6eae3;
	margin-top:-10px;

}

.toi_title {
	margin:0;
}

.toi_boxs {
	width:48.5%;
	height:auto;
	margin-right:5px;
	float:left;
}


.toi .toi_box2 {
	width:460px;
	padding:1px;
	color:#e6eae3;
	margin:20px 0 20px 10px;
	z-index:99;
}

.toi .toi_box3 {
	width:460px;
	padding:1px;
	color:#e6eae3;
	margin:20px 0 20px 10px;
	z-index:99;
}

footer {
	position:relative;
	width:100%;
	height:40px;
	font-size:small;
	text-align:center;
	border-top:1px solid rgba(26,41,63,1);
	overflow:hidden;
}

.ft_tel {
	text-decoration: none;
	color:rgba(192,153,51,1);
}

.smpg {
	font-size:12px;
	text-align:center;
}

/*矢印を書く*/

/*
.cssArrow_l {
    padding-left: 2em;
    padding-right: 0.5em;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 10px 25px;
    padding: 0;
    border-bottom: 1px solid #005243;
    line-height: 1em;
    width:100%;
}

*/
.cssArrow_r {
    padding-left: 2em;
    padding-right: 0.5em;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 10px 25px;
    padding: 0;
    border-bottom: 1px solid #e6eae3;
    line-height: 1em;
    width:90%;
}



/* 矢印の先端 */

/*
.cssArrow_l::before {
    position: absolute;
    left: -2px;
    bottom: -1px;
    border-left: 1.8em solid transparent;
    border-bottom: 0.6em solid #005243;
    content: "";
}

*/

.cssArrow_r::before {
    position: absolute;
    left: -2px;
    bottom: -1px;
    border-left: 1.8em solid transparent;
    border-bottom: 0.7em solid #ede4cd;
    content: "";
}

.button04{
	 display: inline-block;
	 font-size:24px;
	 font-weight:400;
     width: 355px;
     height:80px;
     line-height: 40px;
     color:#e6eae3;
     text-decoration: none;
     text-align: center;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     margin-right:5px;
     margin-top:10px;
}

.button05{
	 display: inline-block;
	 font-size:24px;
     width: 355px;
     height:80px;
     line-height: 80px;
     color:#e6eae3;
     text-decoration: none;
     text-align: center;
     background-color:#005243; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     margin:12.5px;
     border:1px #005243 solid;
}

     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     margin-right:5px;
     margin-top:10px;
     border:1px #005243 solid;
}

.button05:hover {
     background-color:#e6eae3; /*ボタン色*/
     color:#005243;
}



@media screen and (max-width: 1380px) {

	.toi {
		width:100%;
		height:auto;
		display: flex;
		flex-wrap:wrap;
		item-align:center;
	}


	.toi .toi_box {
		position:initial;
		width:360px;
		height:auto;
		margin:20px 10px 20px 10px;
		font-size:14px;
		z-index:99;
	}

	.toi_boxs {
		font-size:12.5px;

	}
	
	.toi .toi_box2 {
		position:initial;
		width:360px;
		height:auto;
		font-size:14px;
		margin:20px 10px 20px 10px;
		z-index:99;
	}
	
	.toi .toi_box3 {
		position:initial;
		width:360px;
		height:auto;
		margin:20px 10px 20px 10px;
		font-size:14px;
		z-index:99;
	}

	footer {
		font-size:12px;
	}

.button05{
     width:330px;
}


}
