/* ===== 
	Initialization
 ================================================== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
	color: #2a2007;
}

html {
	font-size: 62.5%;
	line-height: 1.0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	/*
	line-height: 1.0em;
	*/
	font-weight: 300;
}

ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

textarea { /* for chrome fontsize bug */
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}
button {
	letter-spacing: normal;
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}


/* ===== Basic design Styles ================================================== */

html,body{
	position: relative;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
	color: #555;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 150%;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #fff;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.call a,
a.call { text-decoration: none !important; }


/* =====================================
	 Basic and for SP・TB
===================================== */

/* base  *********************************/
#body{
	position: relative;
	width: 100%;
	max-width: 1220px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	background: #ffe0eb;
}

header{
	background: #f67388;
}

header h1{
	margin: 0 auto;
	text-align: left;
}

header h1 img{
	width: 100%;
	max-width: 640px;
}

.msg_clm{
}

.msg{
	display: table;
	width: 100%;
	padding: 15px 10px;
}

.bg01,
.msg_set01{
	color: #f67388;
	background: #ffe0eb;
}

.bg02,
.msg_set02{
	color: #f67388;
	background: #fabac7;
}

.bg03,
.msg_set03{
	color: #42a6df;
	background: #b9e2fa;
}

.bg04,
.msg_set04{
	color: #92bc61;
	background: #ddeaba;
}

.bg05,
.msg_set05{
	color: #f19d0d;
	background: #fae2b9;
}

.msg_ad{
	color: #555;
	background: #e8e8e8;
}

.prof{
	display: table-cell;
	width: 80px;
	padding: 0 10px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	background: url("../images/arrow.png") 100% 0 no-repeat;
	background-size: 10px auto;
}

.prof .icon{
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	border: 2px solid #ff778d;
	border-radius: 10px;
}

.msg_ad .prof{
	padding: 0 0 0 10px;
	background: url("../images/arrow_ad.png") -1px 0 no-repeat;
	background-size: 10px auto;
}

	.msg_set01 .prof .icon{ border-color: #f67388; }
	.msg_set02 .prof .icon{ border-color: #f67388; }
	.msg_set03 .prof .icon{ border-color: #42a6df; }
	.msg_set04 .prof .icon{ border-color: #92bc61; }
	.msg_set05 .prof .icon{ border-color: #f19d0d; }

.prof p{
	margin: 2px auto;
	text-align: center;
}

.prof .history{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
}


.fukidashi{
	display: table-cell;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	border-radius: 10px;
}

.category{
	margin-top: 5px;
	color: #5db7eb;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}

.category a{
	color: #5db7eb;
}

/* もっと見る */

.bt_readmore{
	display: block;
	margin: 0 auto;
	color: #fff;
	line-height: 60px;
	text-align: center;
	pointer: cursor;
	border: 1px solid #fff;
	border-radius: 10px;
}


.panel_toggle{
	padding: 10px;
	background: #ff778d;
}

.panel{
	display: none;
}

.panel.open{
	display: block;
}

/*** footer ***/
#footer{
	background: #ff778d;
}

#footer nav ul {
	border-top: 1px solid #fff;
}

#footer nav ul li{
	float: left;
	width: 50%;
	border: 1px solid #fff;
	border-top: 0;
}

#footer nav ul li a{
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

#copyright{
	text-align: center;
	background: #fff;
}

#copyright img{
	max-width: 310px;
}


/* =====================================
	 for PC (min-width: 1220px)
===================================== */
@media screen and (min-width: 1220px) {

#body{
	max-width: 100%;
	min-width: 1260px;
}

header h1{
	height: 170px;
	background: url("../images/ttl_pc.png") 45% 50% no-repeat;
}

header h1 img{ display: none; }

.msg_frame{
	display: table;
	table-layout: fixed;
}
.msg_clm{
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
}

.panel_toggle{
	display: none;
}

.panel{
	display: block;
}

/*** footer ***/
#footer{
	padding: 70px 0 0 0;
	background: #fa9fb1 url("../images/footer_bg_pc.png") 0 0 no-repeat;
}

#footer nav{
	width: 100%;
	background: #ff778d;
}

#footer .photo{
	display: none;
}

#footer h1{
	float: left;
	width: 18%;
	height: 90px;
	margin-left: 5%;
	background: url("../images/ttl_home_pc.png") 100% 0 no-repeat;
}

#footer h1 img{
	display: none;
}

#footer nav ul{
	float: left;
	display: table;
	table-layout: fixed;
	width: 72%;
	margin: 10px 5% 10px 0;
	border-top: 0;
	border-left: 1px solid #fff;
}

#footer nav ul li{
	display: table-cell;
	float: none;
	border: 1px solid #fff;
	border-left: 0;
}

#footer nav ul li a{
	line-height: 70px;
}

#footer nav ul li a:hover{
	background: #fa9fb1;
}



}
