@charset "UTF-8";

body {
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }


.wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.section {
	box-sizing: border-box;
	padding: 0 10px;
	margin: 2.4% 0;
}

.section.no-mg {
	margin-top: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover img {
	opacity: .8;
}

p {
    line-height: 1.6;
}

.text {
	display: block;
}

.text-underline {
    box-shadow: inset -3px -6px 0 -3px #004EA2;
    display: inline;
    line-height: 1.5;
}

.main-color {
	color: #004EA2;
}

.mid-size {
	font-weight: bold;
}

.ta-c {
	text-align: center;
}

.bg-red {
    background: #E60012;
}


.nagare-box {
    border: 6px solid #004EA2;
    border-radius: 6px;
    margin: 3% 0;
}

.nagare-box .inner {
    max-width: 640px;
    margin: 0 auto;
}

.nagare-box p,
.nagare-box ul li {
	color: #004EA2;
}

img.nagare-box-title {
    display: block;
    margin: 0 auto 1em;
}

.with-illust-sep {
    display: flex;
}

.red-border {
	border: 1px solid #E60012;
}

.jissikikan {
	color: #E60012;
    padding: 0.4em 4px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 1em 0;
}

.tx1 {
	    margin: 4% 0 6%;
}

.mg {
	margin: 4% 0 6%;
}

.sp-brake-flex .inner {
	width: 90%;
	margin: 0 auto;
	padding: 1em;
}

.btn-mg {
    margin: 2rem 4px;
    display: block;
}

.cam-01 {
	width: 100%;
	max-width: 512px;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.6em;
}

.nagare-box {
	padding: 2em 4px;
}

.nagare-box img.nagare-box-title {
    max-height: 1.4em;
}

.nagare-box p {
	margin: 0;
	margin-top: 2%;
	text-align: left;
    font-size: .9rem;
}

.cam-yajirusi {
    margin: 0 auto;
    display: block;
    max-width: 90px;
}

p.small{
    font-size: .6rem;
}

.tx2 {
	margin: 5rem 0 0;
}

.box.box-2-1 {
    margin-bottom: 2em;
}


.tx3 {
    margin: 3em 0 4em;
}

.mb2em {
    margin-bottom: 2em;
}

.mt2em {
    margin-top: 2em;
}

.mt4em {
    margin-top: 4em;
}

.dbl {
	display: block;
}

.mb0 {
	margin-bottom: 0;
}

.mb0 + ul {
	margin-top: 0;
}


.yurui {
    line-height: 1.6;
}




/*タブレット*/
@media screen and (min-width: 480px) {
	
}


/*PC*/
@media screen and (min-width: 768px) {
	
	.item-bg {
		background: url(../img/item-bg.png);
		background-size: cover;
	}
	
	.with-illust-sep {
	}
	
	.nagare-box img.nagare-box-title {
		max-height: 2.4em;
	}
	
	.nagare-box p,
	.nagare-box ul li {
		font-size: 1.4rem;
    	color: #004EA2;
	}
	
	.with-illust-sep .box {
		width: 56%;
	}
	
	.with-illust-sep .box-illust {
		width: 44%;
	}
	
	.btn-mg {
		margin: 4rem 4px;
	}
	
	.sp-brake-flex .inner {
		display: flex;
	}
	
	.jissikikan {
		font-size: 2.4rem;
	}
	
	.otameshi {
		max-height: 536px;
		display: block;
		margin: 0 auto;
	}

	
	.mid-size {
		font-size: 2.2rem;
	}
	
	.section {
		padding: 0;
	}
	
	.box-wrap {
		display: flex;
	}
	
	.box.box-2-1 {
		width: 50%;
		padding: 16px;
		box-sizing: border-box;
	}
	
	.ls {
		letter-spacing: -1px;
	}
}



