@charset "UTF-8";

@media print, screen and (min-width: 769px) {
#container {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
}
#container #head{
	background: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    margin: -120px auto 20px;
    padding: 80px 0 0px 0;
    width: 100%;
}
#container #head .headinner{
	display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    padding: 0 0 0 0;
    max-width: 1300px;
    width: 95%;
}
#container #head .headinner figure{
	width: 36%;
}
#container #head .headinner ul{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: -50px 0 0;
	padding: 0 0 0 30px;
	width: calc(64% - 30px);
}
#container #head .headinner ul .head-1{
	color: #347fb3;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#container #head .headinner ul .head-1 br{
	display: none;
}
#container #head .headinner ul .head-2{
	color: #ff8b00;
    font-size: 52px;
    text-align: center;
}
#container #head .headinner ul .head-2 b{
	background: #f2fafe;
    border: 3px solid #3479a9;
    box-sizing: border-box;
    padding: 18px;
    margin: 0 15px 0 0;
}
#container #head .headinner ul .head-2 br{
	display: none;
}
#container #head .headinner ul .head-3{
	color: #347fb3;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}
#container .tab-area{
	margin: 0 auto 60px;
	max-width: 1300px;
	width: 95%;
}
#container .tab-btn{
	display:none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}
#container .tab-list-wrap{
	padding:0; /*デフォルトの値をクリア*/
	margin: 0; /*デフォルトの値をクリア*/
	list-style-type:none; /*デフォルトの値をクリア*/
	display:flex; /*ボタンを横並びに*/
	justify-content:space-between; /*ボタンを横幅いっぱいに配置*/
}
#container .tab-list-wrap li{
	width: 48%;
}
#container .tab-list{
	display:block;
	color: #347fb3;
	font-size: 18px;
    font-weight: bold;
	text-align:center;
	background: #fff;
	border-top:3px solid #347fb3;
	border-left:3px solid #347fb3;
	border-right:3px solid #347fb3;
	border-radius: 20px 20px 0 0;
	box-sizing:border-box;
	cursor:pointer;
	width: 100%;
	padding: 40px 0 40px;
}
#container .tab-list br{
	display: none;
}
#container .tab-list-wrap #tab-list1,
#container .tab-list-wrap #tab-list2{
	position: relative;
}
#container .tab-list-wrap #tab-list1:before{
	content: "";
	background: url(images/icon_01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10px;
    left: 12%;
    width: 16%;
    height: 82%;
}
#container .tab-list-wrap #tab-list2:before{
	content: "";
    background: url(images/icon_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 15px;
    left: 7%;
    width: 22%;
    height: 75%;
}
#container #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#container #tab-btn2:checked ~ .tab-list-wrap #tab-list2{
	background:#d7ecf2;
}
#container .tab-content{
	padding:20px;
	border-bottom: 3px solid #347fb3;
	border-left: 3px solid #347fb3;
	border-right: 3px solid #347fb3;
	display:none;
}
#container #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#container #tab-btn2:checked ~ .tab-content-wrap #tab-content2{
	display: block;
}
#container .tab-content h2{
	font-size: 24px;
	line-height: 1.2em;
    text-align: center;
    margin: 20px auto 40px;
    width: 90%;
}
#container .tab-content p{
	line-height: 1.8em;
    margin: 0 auto 50px;
    width: 90%;
}
#container .tab-content ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	padding: 0;
	width: 90%;
}
#container .tab-content ul .image{
	width: 23%;
}
#container .tab-content ul .text{
	line-height: 2.0em;
	padding: 0 0 0 20px;
	width: calc(77% - 20px);
}
#container .tab-content ul .text b{
	background: #f2fafe;
    border: 3px solid #3479a9;
    margin: 0 0 20px;
    padding: 15px 0 15px 24px;
    display: block;
}
#container #sumadohead{
	background:#ff8b00;
	margin: 120px auto 40px;
	padding: 40px 0 10px 0;
	width: 100%;
}
#container #sumadohead .title{
	margin: 0 auto;
	padding: 0 0 0 0;
	max-width: 1300px;
	width: 95%;
}
#container #sumadohead .title h3{
	color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding: 0 0 20px;    
}
/*#container #sumadohead .title h3:after{
	content: "";
	background: url(images/icon_03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
    height: 140px;
}*/
#container .sumado{
	margin: 20px auto;
	padding: 0 0 10px 0;
	max-width: 1300px;
	width: 95%;
}
#container .sumado .thumb{
	display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 20px;
}
#container .sumado .thumb .logo{
	margin: 0 auto 20px;
	width: 25%;
}
#container .sumado .thumb .name{
	color: #ff8b00;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1.2pt;
    line-height: 1.2em;
    margin: 0 auto 20px;
    padding: 30px 0 0 60px;
    width: calc(75% - 60px);
}
#container .sumado .thumb .text{
	font-size: 20px;
    line-height: 2.0em;
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
}
#container .sumado .thumb .info{
	background: #f2fafe;
    border: 3px solid #3479a9;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 30px auto 30px;
    width: calc(100% - 40px);
    padding: 20px 20px;    
}
#container .sumado .thumb .small{
	font-size: 14px;
	line-height: 2.0em;
	text-align: center;
	margin: 0 auto 40px;
	width: 100%;
}
#container .sumado .child{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
#container .sumado .child li{
	background: #fffbeb url(../images/bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #f9bb00;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 15px;
    width: calc(48% - 40px);
}
#container .sumado .child li figure{
	text-align: center;
	width: 20%;
}
#container .sumado .child li figure img{
	width: 80%;
}
#container .sumado .child li h3{
	color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 12px 0 0 20px;
    width: calc(80% - 20px);
}
#container .sumado .child li p{
	font-size: 14px;
}
}

@media print, screen and (max-width: 768px) {
#container {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
}
#container #head{
	background: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin: 60px auto 20px;
    padding: 0px 0 0px 0;
    width: 100%;
}
#container #head .headinner{
	display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    padding: 0 0 0 0;
    width: 95%;
}
#container #head .headinner figure{
	margin: 0 auto 40px;
	width: 80%;
	order: 2;
}
#container #head .headinner ul{
	background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: -50px auto 30px;
    padding: 0 0 0 0;
    width: 95%;
    order: 1;
}
#container #head .headinner ul .head-1{
	color: #347fb3;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 10px;
    line-height: 1.5em;
}
#container #head .headinner ul .head-1 br{
	display: none;
}
#container #head .headinner ul .head-2{
	color: #ff8b00;
    font-size: 28px;
    margin: 0 0 10px;
}
#container #head .headinner ul .head-2 b{
	background: #f2fafe;
    border: 3px solid #3479a9;
    box-sizing: border-box;
    line-height: 2.0em;
    padding: 0 18px;
    margin: 0 8px 10px 0;
    display: inline-block;
}
#container #head .headinner ul .head-3{
	color: #347fb3;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
}
#container #head .headinner ul .head-3 br{
	display: none;
}
#container .tab-area{
	margin: 0 auto 30px;
	width: 95%;
}
#container .tab-btn{
	display:none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}
#container .tab-list-wrap{
	padding:0; /*デフォルトの値をクリア*/
	margin: 0; /*デフォルトの値をクリア*/
	list-style-type:none; /*デフォルトの値をクリア*/
	display:flex; /*ボタンを横並びに*/
	justify-content:space-between; /*ボタンを横幅いっぱいに配置*/
}
#container .tab-list-wrap li{
	width: 48%;
}
#container .tab-list{
	display: block;
    color: #347fb3;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-top: 3px solid #347fb3;
    border-left: 3px solid #347fb3;
    border-right: 3px solid #347fb3;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    padding: 8% 0 30%;
}
#container .tab-list-wrap #tab-list1,
#container .tab-list-wrap #tab-list2{
	position: relative;
}
#container .tab-list-wrap #tab-list1:before{
	content: "";
    background: url(images/icon_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -20px;
    left: 30%;
    width: 40%;
    height: 60%;
}
#container .tab-list-wrap #tab-list2:before{
	content: "";
    background: url(images/icon_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -15px;
    left: 25%;
    width: 50%;
    height: 50%;
}
#container #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#container #tab-btn2:checked ~ .tab-list-wrap #tab-list2{
	background:#d7ecf2;
}
#container .tab-content{
	padding:20px;
	border-bottom: 3px solid #347fb3;
	border-left: 3px solid #347fb3;
	border-right: 3px solid #347fb3;
	display:none;
}
#container #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#container #tab-btn2:checked ~ .tab-content-wrap #tab-content2{
	display: block;
}
#container .tab-content h2{
	font-size: 24px;
	line-height: 1.2em;
    text-align: center;
    margin: 20px auto 40px;
    width: 90%;
}
#container .tab-content p{
	line-height: 1.8em;
    margin: 0 auto 50px;
    width: 90%;
}
#container .tab-content ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	padding: 0;
	width: 90%;
}
#container .tab-content ul .image{
	margin: 0 auto;
	width: 60%;
	order: 2;
}
#container .tab-content ul .text{
	line-height: 2.0em;
	padding: 0 0 20px;
	width: 100%;
	order: 1;
}
#container .tab-content ul .text b{
	background: #f2fafe;
    border: 3px solid #3479a9;
    margin: 0 0 20px;
    padding: 15px 0 15px 24px;
    display: block;
}
#container #sumadohead{
	background: #ff8b00;
    margin: 60px auto 20px;
    padding: 20px 0 10px 0;
    width: 100%;
}
#container #sumadohead .title{
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 95%;
}
#container #sumadohead .title h3{
	color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    position: relative;
    text-align: center;
    padding: 0 0 20px;
}
/*#container #sumadohead .title h3:after{
	content: "";
	background: url(images/icon_03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -100px;
    right: 0;
    width: 120px;
    height: 120px;
}*/
#container .sumado{
	margin: 0 auto 20px;
	padding: 0 0 10px 0;
	width: 95%;
}
#container .sumado .thumb{
	display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 20px;
}
#container .sumado .thumb .logo{
	margin: 0 auto 0px;
    width: 70%;
}
#container .sumado .thumb .name{
	color: #ff8b00;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}
#container .sumado .thumb .text{
	font-size: 16px;
    margin: 0 auto 0px;
    width: 100%;
}
#container .sumado .thumb .info{
	background: #f2fafe;
    border: 3px solid #3479a9;
    font-weight: bold;
    font-size: 20px;
    margin: 20px auto 20px;
    width: calc(100% - 40px);
    padding: 20px 20px;
}
#container .sumado .thumb .small{
	font-size: 14px;
    margin: 20px auto 0;
    width: 100%;
}
#container .sumado .child{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
#container .sumado .child li{
	background: #fffbeb url(../images/bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #f9bb00;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding: 10px;
    width: calc(100% - 20px);
}
#container .sumado .child li figure{
	text-align: center;
	width: 20%;
}
#container .sumado .child li figure img{
	width: 80%;
}
#container .sumado .child li h3{
	color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 12px 0 0 20px;
    width: calc(80% - 20px);
}
#container .sumado .child li p{
	font-size: 14px;
}
}

@media print, screen and (min-width: 769px) and (max-width: 1120px) {
#container #head .headinner figure{
	width: 25%;
}
#container #head .headinner ul{
	margin: 0;
	padding: 0;
	width: 75%;
}
#container #head .headinner ul .head-1{
	padding: 0 0 40px 0;
}
#container #head .headinner ul .head-2{
    font-size: 32px;
    padding: 0 0 40px;
}
}
@media print, screen and (min-width: 769px) and (max-width: 1050px) {
#container .tab-list-wrap #tab-list1:before{
	left: 3%;
    top: 50%;
}
#container .tab-list-wrap #tab-list2:before{
	left: 3%;
    top: 50%;
}
}
@media print, screen and (min-width: 769px) and (max-width: 900px) {
#container #sumadohead .title h3:after{
	bottom: 50px;
}
}
