/*
Theme Name: suzucurry
Theme URI: NA
Author: NA
Author URI: NA
Description: NA
Version: 1.0.0
*/

img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.display-size {
	width: 100%;
	padding:1.0rem;
}
@media (min-width: 1000px) {
.display-size {
	width: 1000px;
	margin: 0 auto;
}
}
.pc_view {
	display: none;
}
.sp_view {
	display: block
}
@media (min-width: 1000px) {
.pc_view {
	display: block;
}
.sp_view {
	display: none;
}
}
/* CSS Document */

/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a, button {
	cursor: revert;
}
a {
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
img {
	max-width: 100%;
	vertical-align: bottom!important;
	font-size: 0;
	line-height: 0;
	image-rendering: -webkit-optimize-contrast;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
/*レスポンシブ改行*/
.pc_area {
	display: none !important;
}
.sp_area {
	display: block !important;
}
 @media (min-width: 769px) {
.pc_area {
	display: block !important;
}
.sp_area {
	display: none !important;
}
}
html {
	font-size: 62.5%;
	height: -webkit-fill-available;
	margin-top: 0!important;
}
body {
	font-family: 'Kiwi Maru', sans-serif, 'Noto Serif JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.4;
	font-size: 1.3rem;
	word-wrap: break-word;
}
@media (min-width: 769px) {
body {
	font-size: 1.5rem;
	padding-bottom: 0;
}
}
.metlife img {
	margin: 0 auto;
	height: 100px;
	width: auto;
}
.main_text_flex {
	display:blcok;
}
@media (min-width: 769px) {
.main_text_flex {
	display: flex;
	align-items: center;
	width: 750px;
	margin: 0 auto;
}
}
.main_text_img {
	width: 140px;
	margin:0 auto;
}
@media (min-width: 769px) {
.main_text_img {
	width: 140px;
}
}
.main_text {
	
	font-weight:600
}
 @media (min-width: 769px) {
.main_text {
	width: calc(100% - 140px);
	padding-left: 10px;
}
}
 @media (min-width: 769px) {
.main_day_flex {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.main_day_img01 {
	width: 35%;
}
.main_day_img02 {
	width: 65%;
}
}
.sanka_button {
	width: 90%;
	margin: 2.5rem auto;
	
}

 @media (min-width: 769px) {
.sanka_button {

	margin: 5.0rem auto;
	
}
}
.sanka_button a {
	
	display: block;
	background: #F36;
	color: #FFF;
	border-radius: 50px;
	font-weight: bold;
	padding: 2.5rem 0;
	border: 3px solid #FFF;
	width: 90%;
	text-align: center;
	font-size: 2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	margin:0 auto;
}

 @media (min-width: 769px) {
.sanka_button a {
	
	width: 600px;
	font-size: 2.5rem;

}
}
.sanka_button a:link, .sanka_button a:visited, .sanka_button a:active {
	color: #FFF;
}
.sanka_button a:hover {
	background: #CCC;
}

.koushi {
	background: #FFD5EA;
	font-size: 2.5rem;
	color: #F36;
	font-weight:400;
	text-align: center;
	padding: 1.5rem 0;
	margin:0  auto 2.5rem auto;
}

.gaiyou {
	background: #ecf7f8;
	font-size: 2.5rem;
	color: #00a9b9;
	font-weight:400;
	text-align: center;
	padding: 1.5rem 0;
	margin:0  auto 2.5rem auto;
}




.chara_flex {
		display:block;
}

 @media (min-width: 769px) {
.chara_flex {
		display:flex;
		align-items: center;
}
}

.chara_img01 {
	width:150px;
	margin:0 auto 1.0rem auto;
}


 @media (min-width: 769px) {
.chara_img01 {
	width:180px;
	margin:0 auto 0 auto;
}
}

.chara_text01 {
	width:100%;
}

 @media (min-width: 769px) {
.chara_text01 {
	width:calc(100% - 180px);
	padding-left:2.0rem;
}
}
.chara_text01 span{
	font-size:1.7rem;
	font-weight:bold;
}
 @media (min-width: 769px) {
.chara_text01 span{
	font-size:2.0rem;
	font-weight:bold;
}
}
.mb20 {
	margin-bottom:2.0rem;
}

.mb25 {
	margin-bottom:2.5rem;
}

.gaiyou_table {
	margin-bottom:2.5rem;
	width:100%
}

 @media (min-width: 769px) {
.gaiyou_table {
	
}
}



.gaiyou_table td {
	padding:1.5rem;
	border:1px solid #CCC;
}

 @media (min-width: 769px) {
.gaiyou_table td {
	padding:1.5rem;
	border:1px solid #CCC;

}

}

.gaiyou_table th {
	padding:1.5rem;
	border:1px solid #CCC;
	text-align:center;
	vertical-align:middle;
	background:#F0F0F0;
	width:25%;
	font-weight:normal;
	
}

 @media (min-width: 769px) {
.gaiyou_table th {
	padding:1.5rem;
	border:1px solid #CCC;
	text-align:center;
	vertical-align:middle;
	background:#F0F0F0;
	
}

}



footer {
	background:#ecf7f8;
	color:#00a9b9;
	padding:3.0rem;
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
}

.tel_num a:link, .tel_num a:visited, .tel_num a:active {
	color:#00a9b9;
	font-weight:bold;
	font-size:3.0rem;
	
}