/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_img_pc.jpg");
	background-color: #f4f2f1;
}
.contents1, .contents2, .contents_last {
	height: auto;
	width: 100%;
	min-width: 1000px;
	position: relative;
	float: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
    padding-bottom: 50px;
}
.contents1 {
}
.contents2 {
	background-color: #fdf1f1;
    background-position: left top;
    background-image: url("../imgs/back1.jpg");
}
.contents_last {
    padding-top: 50px;
    padding-bottom: 100px;
}
.contents_inner {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.icon_menu {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
    margin-top: -90px;
}
.t_text_box {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-top: 60px;
    margin-bottom: 30px;
}
.text_box, .text_box2, .text_box3 {
	height: auto;
	width: 950px;
	position: relative;
	float: left;
	text-align: center;
    margin-left: 25px;
    margin-bottom: 50px;
    text-align: justify;
}
.text_box2 {
	width: 680px;
}
.text_box3 {
	width: 450px;
}
.yomogi_ss {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
}
.maru_ph_box, .maru_ph_box2 {
	height: auto;
	width: 250px;
	position: relative;
	float: left;
    margin-top: 0px;
    margin-left: 25px;
}
.maru_ph_box img, .maru_ph_box2 img {
	margin-bottom: 20px;
}
.btn_box_last {
	width: 460px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-left: 25px;
    margin-right: 5px;
}
.column_area {
	height: auto;
	width: 950px;
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 25px;
	background-color: #ddf3ec;
	border-radius: 15px;
    padding-bottom: 40px;
}
.yomogi_column {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
}
.st {
	height: 65px;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	font-size: 48px;
	line-height: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-top: 45px;
	margin-bottom: 30px;
}
.st_s {
	font-size: 20px;
	line-height: 20px;
}
.column_line {
	height: 1px;
	width: 100%;
	position: relative;
	float: left;
	background-color: #37bb91;
    margin-bottom: 50px;
}
.column_list {
	height: auto;
	width: 380px;
	position: relative;
	float: left;
	margin-left: 45px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 20px;
	background-image: url("../imgs/column_arrow.svg");
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 25px;
}
.column_list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.column_list:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.btn_box_voice {
    height: auto;
    width: 320px;
    position: relative;
    float: left;
    margin: 40px 0 0 340px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_img_sp.jpg");
}
.contents1, .contents2, .contents_last {
    min-width: 100%;
}
.contents_inner {
    max-width: 100%;
}
.icon_menu {
    margin-top: -70px;
}
.t_text_box {
	font-size: 40px;
	line-height: 60px;
}
.text_box, .text_box2, .text_box3 {
	width: 650px;
    margin-left: 50px;
}
.maru_ph_box, .maru_ph_box2 {
	width: 650px;
	position: relative;
	float: left;
    margin-top: 20px;
    margin-left: 50px;
}
.maru_ph_box2 {
	width: 750px;
    margin-left: 0px;
    margin-top: 0px;
}
.maru_ph_box img {
	margin-bottom: 20px;
}
.maru_ph_box2 img {
    width: 320px;
	margin-bottom: 20px;
    margin-left: 40px;
    margin-right: -20px
}
.btn_box_last {
	width: 670px;
	margin-left: 40px;
}
.column_area {
	width: 670px;
	margin-top: 80px;
	margin-left: 40px;
	border-radius: 25px;
    padding-bottom: 40px;
}
.yomogi_column {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
}
.st {
	height: 75px;
	font-size: 55px;
	line-height: 45px;
	margin-bottom: 45px;
}
.st_s {
	font-size: 30px;
	line-height: 30px;
}
.column_line {
	height: 2px;
}
.column_list {
	width: 530px;
    margin-bottom: 35px;
	font-size: 30px;
	background-size: 20px 20px;
	background-position: left 7px;
	line-height: 35px;
}
.btn_box_voice {
    width: 500px;
    margin: 80px 0 60px 125px;
}


}/* @media only screen and (max-width: 750px) */
