@charset "utf-8";
/*!
css/style-theme.css
*/

/* 共通設定 */

body {
	margin: 0 !important;
	color: #40210F;
	font-family: "じゅん 201", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

h1,
h2,
h3,
h4 {
	font-family: "丸フォーク M", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

img {
	max-width: 100%;
}

.page-title {
	max-width: 880px;
	margin: .5em auto 1.25em;
	padding: 10px 10px 14px;
	border-bottom: 3px solid #DF4265;
	text-shadow: 0 0 1px;
	color: #DF4265;
	font-size: 42px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -1px;
}

h2 {
	text-shadow: 0 0 1px;
	font-size: 38px;
	line-height: 1.3;
	letter-spacing: -1px;
}

p {
	font-size: 18px;
}

.container {
	max-width: 1230px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.site-main>div {
	padding: 3em 15px;
}

.site-main>div>*:first-of-type:not(a) {
	margin-top: 0;
}

input,
textarea {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	min-height: 42px;
	padding: 6px 10px !important;
	border: 1px solid #CCC !important;
}

.flex-around {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	;
}

.col33 {
	width: calc(100%/3);
	position: relative;
}

.col40 {
	width: calc(100%/2.5);
	position: relative;
}

.col50 {
	width: calc(100%/2);
	position: relative;
	padding: 0 15px;
}

.col60 {
	width: 60%;
	position: relative;
	padding: 0 10px 0 15px;
}

a.col33 {
	text-decoration: none;
}

h1.entry-title {
	position: absolute;
	z-index: 5;
	background-color: #2990D0;
	padding: 20px;
	border-radius: 0 0 20px 20px;
	right: -50px;
	top: -20px;
	margin: 0;
}

h1.entry-title img {
	width: 300px;
}

#container {}

.campaign_a {
	background-color: #d9a2b4;
	height: 100vh;
	text-align: center;
	display: table
}

.campaign_b {
	background-color: #c7d293;
	height: 100vh;
	text-align: center;
	display: table
}

.campaign_c {
	background-color: #b2c9d1;
	height: 100vh;
	text-align: center;
	display: table;
}

.campaign_a:hover {
	background-color: #ffb4cd;
	transition: all 0.5s ease 0s;
}

.campaign_b:hover {
	background-color: #ecff8f;
	transition: all 0.5s ease 0s;
}

.campaign_c:hover {
	background-color: #b2ecff;
	transition: all 0.5s ease 0s;
}

.campaign_content {
	display: table-cell;
	vertical-align: middle;
}

.campaign_content img {
	width: 80%;
	padding: 0 10%;
}

.campaign_content p {
	background-color: #ffffff;
	padding: 10px;
	width: 200px;
	text-align: center;
	margin: auto;
	border-radius: 20px;
	margin-top: 20px;
	color: #444444;
}

.kyosai_logo_footer {
	text-align: center;
	margin: 10px 0;
}

.footer_contents1 {
	border: 2px solid #2990D0;
	padding: 10px;
	border-radius: 20px;
}

.footer_contents2 {
	text-align: right;
}

.footer_contents2 a {
	margin-right: auto;
	border: 2px solid #007c64;
	padding: 15px;
	background-color: #007c64;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

#footer {
	margin-bottom: 20px;
}

/* 証券お預かりキャンペーン */
.in1200 {
	width: 1200px;
	margin: auto;
	position: relative;
}

#container {
    background-image: url(../img/bg.png);
    background-size: cover;
    border-radius: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.kyosai_logo {
	padding-top: 10px;
	padding-left: 10px;
	display: block;
	width: 250px;
}

.kyosai_logo img {
	width: 100%;
}

.main_img {
	width: 95%;
	margin: 0 auto;
}

.main_img img {
	width: 100%;
	margin-top: 10px;
}

.intro_contents {
	margin-top: -20px;
}

.col50 img.anpanman {
	margin-left: -30px;
}

.present {
	margin-top: -10px;
}

.oshirihuki img {
	width: 90%;
}

.youkou {
	position: relative;
	z-index: 3;
	margin-top: -15px;
}

.youkou table {
	border-spacing: 0;
	margin-bottom: 20px;
}

.youkou thead th {
	background-color: #2990D0;
	color: #ffffff;
	font-size: 18px;
	border-radius: 20px 20px 0 0;
	border: 2px solid #2990D0;
}

.youkou tbody th {
	font-size: 18px;
	background-color: #E95464;
	color: #ffffff;
	width: 5em;
	border-left: 2px solid #2990D0;
	border-bottom: 2px solid #2990D0;
	padding: 5px;
}

.youkou tbody td {
	font-size: 18px;
	background-color: #FFFBC7;
	color: #40220F;
	border-left: 2px solid #2990D0;
	border-right: 2px solid #2990D0;
	border-bottom: 2px solid #2990D0;
	padding: 5px;
}

.youkou tbody td span {
	font-size: 14px;
	display: block;
}

.youkou tbody tr:last-of-type th {
	border-radius: 0 0 0 20px;
}

.youkou tbody tr:last-of-type td {
	border-radius: 0 0 20px 0;
}

.youkou tbody td span.caution {
	font-size: 16px;
}

.caution {
	justify-content: left;
	margin-left: 10px;
}

.caution img {
	margin-right: 10px;
}

.kyosai_logo {
	position: absolute;
}

.main_img img {
	margin-top: 0;
}

.diag_contents {
	margin-top: -100px;
}

.youkou tbody th {
	background-color: rgb(255, 255, 255, 0.6);
}

.youkou tbody td {
	color: #444444;
}

#footer .flex-around {
	align-items: center;
}

.footer_contents2 {
	text-align: unset;
	width: fit-content;
	margin: 0 auto;
}

.youkou {
	margin-top: 0;
}

table {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	border-spacing: 3px;
	border-collapse: separate;
}

table th,
table td {
	padding: 10px;
	color: #444444;
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
}

table th {
	width: 100px;
	text-align: center;
	background-color: #036eb8;
	color: #ffffff;
}

table td {
	text-align: left;
}

.NL {
	display: inline-block;
}

.list-flex {
	display: flex;
}

.list-flex div:nth-child(2) {
	margin-left: 16px;
}

.list-flex ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}


.list-flex li {
	text-indent: -1rem;
	padding-left: 1rem;
}

.circle_green {
	color: #6dba44 !important;
}

.bold {
	font-weight: bold;
}
.hosoku_p{
	font-weight:bold;
	font-size: 13px;
	margin: 0 auto;
	max-width:550px;
}
table tr:first-child td{
	background:none;
}